__const_udelay
__const_udelay((n) * UDELAY_MULT)) : \
EXPORT_SYMBOL(__const_udelay);
__const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */
__const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */
EXPORT_SYMBOL(__const_udelay);
__const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */
__const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */
__const_udelay(usecs);
((n) > 20000 ? __bad_udelay() : __const_udelay(n)) : __udelay(n))
EXPORT_SYMBOL(__const_udelay);
__const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */
__const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */
EXPORT_SYMBOL(__const_udelay);
__const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */
__const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */
EXPORT_SYMBOL(__const_udelay);
__const_udelay(usecs * 0x000010c6); /* 2**32 / 1000000 */
__const_udelay(nsecs * 0x00000005);
EXPORT_SYMBOL(__const_udelay);
__const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */
__const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */
EXPORT_SYMBOL(__const_udelay);
__const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */
__const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */
extern void __const_udelay(unsigned long xloops);
__const_udelay(usec * UDELAY_CONST_MULT);
__const_udelay(nsec * NDELAY_CONST_MULT);