Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/c6x/include/asm/
H A Ddelay.h46 static inline void _ndelay(unsigned int n) in _ndelay() function
54 _ndelay(10000); in _udelay()
58 _ndelay(1000); in _udelay()
62 #define ndelay(x) _ndelay((unsigned int)(x))

Completed in 1 milliseconds