Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Ddelay.h35 #define __MAX_NDELAY 30000 macro
69 if (__builtin_constant_p(nsec) && nsec >= __MAX_NDELAY) in ndelay()
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Ddelay.h37 #define __MAX_NDELAY (4294967295UL/HZ) /* maximum ndelay argument */ macro
74 if ((n) / __MAX_NDELAY >= 1) \
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Ddelay.h37 #define __MAX_NDELAY (4294967295UL/HZ) /* maximum ndelay argument */ macro
74 if ((n) / __MAX_NDELAY >= 1) \
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Ddelay.h35 #define __MAX_NDELAY 30000 macro
69 if (__builtin_constant_p(nsec) && nsec >= __MAX_NDELAY) in ndelay()

Completed in 2 milliseconds