Searched refs:PREV (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos4412-trats2.dts | 1029 PIN_SLP(gpc1-1, PREV, NONE); 1060 PIN_SLP(gpf1-7, PREV, NONE); 1062 PIN_SLP(gpf2-0, PREV, NONE); 1072 PIN_SLP(gpf3-1, PREV, NONE); 1073 PIN_SLP(gpf3-2, PREV, NONE); 1074 PIN_SLP(gpf3-3, PREV, NONE); 1078 PIN_SLP(gpj0-0, PREV, NONE); 1079 PIN_SLP(gpj0-1, PREV, NONE); 1080 PIN_SLP(gpj0-2, PREV, NONE); 1082 PIN_SLP(gpj0-4, PREV, NONE); [all …]
|
D | exynos3250-monk.dts | 505 PIN_SLP(gpb-0, PREV, NONE); 506 PIN_SLP(gpb-1, PREV, NONE); 507 PIN_SLP(gpb-2, PREV, NONE); 508 PIN_SLP(gpb-3, PREV, NONE); 543 PIN_SLP(gpe0-0, PREV, NONE); 544 PIN_SLP(gpe0-1, PREV, NONE); 547 PIN_SLP(gpe0-4, PREV, NONE); 553 PIN_SLP(gpe1-1, PREV, NONE); 574 PIN_SLP(gpk1-0, PREV, NONE); 575 PIN_SLP(gpk1-1, PREV, NONE); [all …]
|
D | exynos3250-rinato.dts | 678 PIN_SLP(gpb-0, PREV, NONE); 679 PIN_SLP(gpb-1, PREV, NONE); 680 PIN_SLP(gpb-2, PREV, NONE); 681 PIN_SLP(gpb-3, PREV, NONE); 716 PIN_SLP(gpe0-0, PREV, NONE); 717 PIN_SLP(gpe0-1, PREV, NONE); 726 PIN_SLP(gpe1-1, PREV, NONE);
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1742 #define PREV r[2] in xfs_bmap_add_extent_delay_real() macro 1748 xfs_bmbt_get_all(ep, &PREV); in xfs_bmap_add_extent_delay_real() 1750 ASSERT(PREV.br_startoff <= new->br_startoff); in xfs_bmap_add_extent_delay_real() 1751 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff); in xfs_bmap_add_extent_delay_real() 1753 da_old = startblockval(PREV.br_startblock); in xfs_bmap_add_extent_delay_real() 1760 if (PREV.br_startoff == new->br_startoff) in xfs_bmap_add_extent_delay_real() 1762 if (PREV.br_startoff + PREV.br_blockcount == new_endoff) in xfs_bmap_add_extent_delay_real() 1825 LEFT.br_blockcount + PREV.br_blockcount + in xfs_bmap_add_extent_delay_real() 1852 PREV.br_blockcount + in xfs_bmap_add_extent_delay_real() 1868 LEFT.br_blockcount + PREV.br_blockcount); in xfs_bmap_add_extent_delay_real() [all …]
|