Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f7/
H A Dtimer.c64 ulong rndoff; in __udelay() local
66 rndoff = (usec % 10) ? 1 : 0; in __udelay()
69 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/stv0991/
H A Dtimer.c66 ulong rndoff; in __udelay() local
68 rndoff = (usec % 10) ? 1 : 0; in __udelay()
71 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dtimer.c75 ulong rndoff; in __udelay() local
77 rndoff = (usec % 10) ? 1 : 0; in __udelay()
80 tmo = ((usec / 10) + rndoff) * tenudelcnt; in __udelay()