Searched defs:ndelay (Results 1 – 2 of 2) sorted by relevance
74 static __always_inline void ndelay(unsigned long nsec) in ndelay() function85 #define ndelay(x) ndelay(x) macro
50 static inline void ndelay(unsigned long x) in ndelay() function54 #define ndelay(x) ndelay(x) macro
Completed in 10 milliseconds