Searched refs:__const_udelay (Results 1 – 11 of 11) sorted by relevance
19 void __const_udelay(unsigned long xloops) in __const_udelay() function27 EXPORT_SYMBOL(__const_udelay);31 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()37 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
33 inline void __const_udelay(unsigned long xloops) in __const_udelay() function45 EXPORT_SYMBOL(__const_udelay);49 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()55 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
21 void __const_udelay(unsigned long xloops) in __const_udelay() function29 EXPORT_SYMBOL(__const_udelay);33 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()39 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
20 void __const_udelay(unsigned long xloops) in __const_udelay() function28 EXPORT_SYMBOL(__const_udelay);32 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()38 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
38 inline void __const_udelay(unsigned long xloops) in __const_udelay() function46 EXPORT_SYMBOL(__const_udelay);50 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()56 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
43 inline void __const_udelay(unsigned long xloops) in __const_udelay() function47 EXPORT_SYMBOL(__const_udelay);51 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()57 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
55 #define __const_udelay(u) \ macro75 #define __const_udelay(n) (__xdelay((n) * 4295)) macro81 __const_udelay(usecs); in __udelay()92 ((n) > 20000 ? __bad_udelay() : __const_udelay(n)) : __udelay(n))
33 inline void __const_udelay(unsigned long xloops) in __const_udelay() function47 __const_udelay(usecs * 0x000010c6); /* 2**32 / 1000000 */ in __udelay()52 __const_udelay(nsecs * 0x00000005); in __ndelay()
207 noinline void __const_udelay(unsigned long xloops) in __const_udelay() function219 EXPORT_SYMBOL(__const_udelay);223 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()229 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
80 #define __const_udelay(n) arm_delay_ops.const_udelay(n) macro85 __const_udelay((n) * UDELAY_MULT)) : \
17 EXPORT_SYMBOL(__const_udelay);