Searched refs:__const_udelay (Results 1 – 18 of 18) sorted by relevance
36 inline void __const_udelay(unsigned long xloops) in __const_udelay() function48 EXPORT_SYMBOL(__const_udelay);52 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()58 __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()
36 inline void __const_udelay(unsigned long xloops) in __const_udelay() function43 EXPORT_SYMBOL(__const_udelay);47 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()53 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
32 void __const_udelay(unsigned long xloops) in __const_udelay() function40 EXPORT_SYMBOL(__const_udelay);44 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()50 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
41 inline void __const_udelay(unsigned long xloops) in __const_udelay() function49 EXPORT_SYMBOL(__const_udelay);53 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()59 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
40 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()
60 void __const_udelay(unsigned long xloops) in __const_udelay() function119 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()124 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()128 EXPORT_SYMBOL(__const_udelay);
57 #define __const_udelay(u) \ macro77 #define __const_udelay(n) (__xdelay((n) * 4295)) macro83 __const_udelay(usecs); in __udelay()94 ((n) > 20000 ? __bad_udelay() : __const_udelay(n)) : __udelay(n))
36 void __const_udelay(unsigned long xloops) in __const_udelay() function43 __const_udelay(usecs * 0x000010c6); /* 2**32 / 1000000 */ in __udelay()48 __const_udelay(nsecs * 0x00000005); in __ndelay()
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()
17 extern void __const_udelay(unsigned long xloops);22 ((n) > 20000 ? __bad_udelay() : __const_udelay((n) * 0x10c7ul)) : \27 ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : \
165 inline void __const_udelay(unsigned long xloops) in __const_udelay() function177 EXPORT_SYMBOL(__const_udelay);181 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()187 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
41 extern void __const_udelay(unsigned long);48 __const_udelay((n) * ((2199023U*HZ)>>11))) : \
80 #define __const_udelay(n) arm_delay_ops.const_udelay(n) macro85 __const_udelay((n) * UDELAY_MULT)) : \
29 ENTRY(__const_udelay) @ 0 <= r0 <= 0x7fffff0650 ENDPROC(__const_udelay)
33 EXPORT_SYMBOL(__const_udelay);
43 EXPORT_SYMBOL(__const_udelay);
17 EXPORT_SYMBOL(__const_udelay);