Searched refs:_ndelay (Results 1 – 1 of 1) sorted by relevance
46 static inline void _ndelay(unsigned int n) in _ndelay() function54 _ndelay(10000); in _udelay()58 _ndelay(1000); in _udelay()62 #define ndelay(x) _ndelay((unsigned int)(x))