Searched refs:PREV (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | exynos4412-trats2.dts | 951 PIN_SLP(gpc1-1, PREV, NONE); 982 PIN_SLP(gpf1-7, PREV, NONE); 984 PIN_SLP(gpf2-0, PREV, NONE); 994 PIN_SLP(gpf3-1, PREV, NONE); 995 PIN_SLP(gpf3-2, PREV, NONE); 996 PIN_SLP(gpf3-3, PREV, NONE); 1000 PIN_SLP(gpj0-0, PREV, NONE); 1001 PIN_SLP(gpj0-1, PREV, NONE); 1002 PIN_SLP(gpj0-2, PREV, NONE); 1004 PIN_SLP(gpj0-4, PREV, NONE); [all …]
|
| D | exynos3250-monk.dts | 526 PIN_SLP(gpb-0, PREV, NONE); 527 PIN_SLP(gpb-1, PREV, NONE); 528 PIN_SLP(gpb-2, PREV, NONE); 529 PIN_SLP(gpb-3, PREV, NONE); 564 PIN_SLP(gpe0-0, PREV, NONE); 565 PIN_SLP(gpe0-1, PREV, NONE); 568 PIN_SLP(gpe0-4, PREV, NONE); 574 PIN_SLP(gpe1-1, PREV, NONE); 595 PIN_SLP(gpk1-0, PREV, NONE); 596 PIN_SLP(gpk1-1, PREV, NONE); [all …]
|
| D | exynos3250-rinato.dts | 703 PIN_SLP(gpb-0, PREV, NONE); 704 PIN_SLP(gpb-1, PREV, NONE); 705 PIN_SLP(gpb-2, PREV, NONE); 706 PIN_SLP(gpb-3, PREV, NONE); 741 PIN_SLP(gpe0-0, PREV, NONE); 742 PIN_SLP(gpe0-1, PREV, NONE); 751 PIN_SLP(gpe1-1, PREV, NONE);
|
| /linux-4.4.14/fs/xfs/libxfs/ |
| D | xfs_bmap.c | 1741 #define PREV r[2] in xfs_bmap_add_extent_delay_real() macro 1747 xfs_bmbt_get_all(ep, &PREV); in xfs_bmap_add_extent_delay_real() 1749 ASSERT(PREV.br_startoff <= new->br_startoff); in xfs_bmap_add_extent_delay_real() 1750 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff); in xfs_bmap_add_extent_delay_real() 1752 da_old = startblockval(PREV.br_startblock); in xfs_bmap_add_extent_delay_real() 1759 if (PREV.br_startoff == new->br_startoff) in xfs_bmap_add_extent_delay_real() 1761 if (PREV.br_startoff + PREV.br_blockcount == new_endoff) in xfs_bmap_add_extent_delay_real() 1824 LEFT.br_blockcount + PREV.br_blockcount + in xfs_bmap_add_extent_delay_real() 1851 PREV.br_blockcount + in xfs_bmap_add_extent_delay_real() 1867 LEFT.br_blockcount + PREV.br_blockcount); in xfs_bmap_add_extent_delay_real() [all …]
|