Searched refs:__const_udelay (Results 1 – 20 of 20) 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()
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()
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()
40 inline void __const_udelay(unsigned long xloops) in __const_udelay() function48 EXPORT_SYMBOL(__const_udelay);52 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay()58 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
39 inline void __const_udelay(unsigned long xloops) in __const_udelay() function44 EXPORT_SYMBOL(__const_udelay);48 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()54 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
59 void __const_udelay(unsigned long xloops) in __const_udelay() function118 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()123 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()127 EXPORT_SYMBOL(__const_udelay);
56 #define __const_udelay(u) \ macro76 #define __const_udelay(n) (__xdelay((n) * 4295)) macro82 __const_udelay(usecs); in __udelay()93 ((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()
32 inline void __const_udelay(unsigned long xloops) in __const_udelay() function46 __const_udelay(usecs * 0x000010c6); /* 2**32 / 1000000 */ in __udelay()51 __const_udelay(nsecs * 0x00000005); in __ndelay()
16 extern void __const_udelay(unsigned long xloops);21 ((n) > 20000 ? __bad_udelay() : __const_udelay((n) * 0x10c7ul)) : \26 ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : \
39 inline void __const_udelay(unsigned long xloops) in __const_udelay() function51 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()56 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
164 inline void __const_udelay(unsigned long xloops) in __const_udelay() function176 EXPORT_SYMBOL(__const_udelay);180 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay()186 __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))) : \
52 #define __const_udelay(n) arm_delay_ops.const_udelay(n) macro57 __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);
16 EXPORT_SYMBOL(__const_udelay);
54 EXPORT_SYMBOL(__const_udelay);