Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Ddelay.h29 #define DELAY_CONST_MAX 20000 macro
59 if (usec >= DELAY_CONST_MAX) in udelay()
77 if (nsec >= DELAY_CONST_MAX) in ndelay()