Home
last modified time | relevance | path

Searched refs:MAX_UDELAY_MS (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Ddelay.h27 #define MAX_UDELAY_MS 1 macro
29 #define MAX_UDELAY_MS 5 macro
31 #define MAX_UDELAY_MS (1000 / HZ) macro
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Ddelay.h32 #define MAX_UDELAY_MS 1 macro
34 #define MAX_UDELAY_MS 5 macro
36 #define MAX_UDELAY_MS (1000 / HZ) macro
/kernel/linux/linux-5.10/include/linux/
H A Ddelay.h32 * than MAX_UDELAY_MS milliseconds, the wrapper is used. Architecture
35 * while loop for the common cases where n <= MAX_UDELAY_MS -- Paul G.
38 #ifndef MAX_UDELAY_MS
39 #define MAX_UDELAY_MS 5 macro
44 (__builtin_constant_p(n) && (n)<=MAX_UDELAY_MS) ? udelay((n)*1000) : \
/kernel/linux/linux-6.6/include/linux/
H A Ddelay.h33 * than MAX_UDELAY_MS milliseconds, the wrapper is used. Architecture
36 * while loop for the common cases where n <= MAX_UDELAY_MS -- Paul G.
39 #ifndef MAX_UDELAY_MS
40 #define MAX_UDELAY_MS 5 macro
45 (__builtin_constant_p(n) && (n)<=MAX_UDELAY_MS) ? udelay((n)*1000) : \
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Ddelay.h40 #define MAX_UDELAY_MS 2 macro
84 ((n) > (MAX_UDELAY_MS * 1000) ? __bad_udelay() : \
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Ddelay.h40 #define MAX_UDELAY_MS 2 macro
84 ((n) > (MAX_UDELAY_MS * 1000) ? __bad_udelay() : \
/kernel/linux/linux-5.10/drivers/hv/
H A Dconnection.c421 else if (usec < MAX_UDELAY_MS * 1000) in vmbus_post_msg()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-bitbang.c169 if (cs->nsecs > (MAX_UDELAY_MS * 1000 * 1000)) in spi_bitbang_setup_transfer()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-bitbang.c172 if (cs->nsecs > (MAX_UDELAY_MS * 1000 * 1000)) in spi_bitbang_setup_transfer()
/kernel/linux/linux-6.6/drivers/hv/
H A Dconnection.c463 else if (usec < MAX_UDELAY_MS * 1000) in vmbus_post_msg()
/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-sun4i.c312 if ((delay_us / 500) > MAX_UDELAY_MS) in sun4i_pwm_apply()
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-sun4i.c308 if ((delay_us / 500) > MAX_UDELAY_MS) in sun4i_pwm_apply()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dipr.c2739 if ((delay / 1000) > MAX_UDELAY_MS) in ipr_wait_iodbg_ack()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dipr.c2828 if ((delay / 1000) > MAX_UDELAY_MS) in ipr_wait_iodbg_ack()

Completed in 34 milliseconds