Home
last modified time | relevance | path

Searched refs:_ndelay (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/c6x/include/asm/
Ddelay.h49 static inline void _ndelay(unsigned int n) in _ndelay() function
57 _ndelay(10000); in _udelay()
61 _ndelay(1000); in _udelay()
65 #define ndelay(x) _ndelay((unsigned int)(x))