Home
last modified time | relevance | path

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

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