Searched refs:_ndelay (Results 1 – 1 of 1) sorted by relevance
49 static inline void _ndelay(unsigned int n) in _ndelay() function57 _ndelay(10000); in _udelay()61 _ndelay(1000); in _udelay()65 #define ndelay(x) _ndelay((unsigned int)(x))