Home
last modified time | relevance | path

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

/openbmc/u-boot/board/timll/devkit3250/
H A Ddevkit3250.c67 emc->stat[0].waitwr = EMC_STAT_WAITWR(5); in board_init()
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Demc.h75 #define EMC_STAT_WAITWR(n) (((n) - 2) & 0x1F) macro