Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Ddelay.h19 #define MAX_UDELAY_MS 1 macro
21 #define MAX_UDELAY_MS 5 macro
23 #define MAX_UDELAY_MS (1000 / HZ) macro
/openbmc/linux/arch/mips/include/asm/
H A Ddelay.h25 #define MAX_UDELAY_MS 1 macro
27 #define MAX_UDELAY_MS 5 macro
29 #define MAX_UDELAY_MS (1000 / HZ) macro
/openbmc/linux/include/linux/
H A Ddelay.h39 #ifndef MAX_UDELAY_MS
40 #define MAX_UDELAY_MS 5 macro
45 (__builtin_constant_p(n) && (n)<=MAX_UDELAY_MS) ? udelay((n)*1000) : \
/openbmc/linux/arch/arm/include/asm/
H A Ddelay.h40 #define MAX_UDELAY_MS 2 macro
84 ((n) > (MAX_UDELAY_MS * 1000) ? __bad_udelay() : \
/openbmc/linux/drivers/hv/
H A Dconnection.c478 else if (usec < MAX_UDELAY_MS * 1000) in vmbus_post_msg()
/openbmc/linux/drivers/spi/
H A Dspi-bitbang.c172 if (cs->nsecs > (MAX_UDELAY_MS * 1000 * 1000)) in spi_bitbang_setup_transfer()
/openbmc/linux/drivers/pwm/
H A Dpwm-sun4i.c308 if ((delay_us / 500) > MAX_UDELAY_MS) in sun4i_pwm_apply()
/openbmc/linux/drivers/scsi/
H A Dipr.c2739 if ((delay / 1000) > MAX_UDELAY_MS) in ipr_wait_iodbg_ack()