Home
last modified time | relevance | path

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

/Linux-v5.4/arch/c6x/include/asm/
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))