Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f7/
H A Dtimer.c63 ulong tenudelcnt = CONFIG_SYS_HZ_CLOCK / (1000 * 100); in __udelay() local
69 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/stv0991/
H A Dtimer.c65 ulong tenudelcnt = CONFIG_STV0991_HZ_CLOCK / (1000 * 100); in __udelay() local
71 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dtimer.c74 ulong tenudelcnt = CONFIG_SPEAR_HZ_CLOCK / (1000 * 100); in __udelay() local
80 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()