Home
last modified time | relevance | path

Searched refs:EMC_STAT_WAITPAGE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/timll/devkit3250/
H A Ddevkit3250.c66 emc->stat[0].waitpage = EMC_STAT_WAITPAGE(12); in board_init()
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Demc.h74 #define EMC_STAT_WAITPAGE(n) (((n) - 1) & 0x1F) macro