Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | ndelay(n) __ndelay((unsigned long long) (n)) |
#define | udelay(n) __udelay((unsigned long long) (n)) |
#define | mdelay(n) __udelay((unsigned long long) (n) * 1000) |
Functions | |
void | __ndelay (unsigned long long nsecs) |
void | __udelay (unsigned long long usecs) |
void | udelay_simple (unsigned long long usecs) |
void | __delay (unsigned long loops) |