Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/lib/
H A Ddelay.c53 static void __timer_const_udelay(unsigned long xloops) in __timer_const_udelay() function
62 __timer_const_udelay(usecs * UDELAY_MULT); in __timer_udelay()
89 arm_delay_ops.const_udelay = __timer_const_udelay; in register_current_timer_delay()