Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/
H A Dtimer.c66 ulong tenudelcnt = CONFIG_STV0991_HZ_CLOCK / (1000 * 100); in __udelay() local
72 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dtimer.c75 ulong tenudelcnt = CONFIG_SPEAR_HZ_CLOCK / (1000 * 100); in __udelay() local
81 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()