Searched defs:ndelay (Results 1 – 12 of 12) sorted by relevance
65 #define ndelay(n) ndelay(n) macro67 static inline void ndelay(unsigned long nsec) in ndelay() function
9 #define ndelay ndelay macro
116 static inline void ndelay(unsigned long nsec) in ndelay() function123 #define ndelay(n) ndelay(n) macro
15 #define ndelay ndelay macro
21 #define ndelay(n) __ndelay((unsigned long long) (n)) macro
20 #define ndelay(ns) __ndelay(ns) macro
51 ndelay(unsigned long nsecs) in ndelay() function
33 #define ndelay(__nsecs) __ndelay(__nsecs, __udelay_val) macro
17 #define ndelay(n) um_ndelay(n) macro
62 #define ndelay(x) _ndelay((unsigned int)(x)) macro
71 #define ndelay(n) \ macro
98 void ndelay(unsigned long nsecs) in ndelay() function