Searched refs:MAX_UDELAY_MS (Results 1 – 9 of 9) sorted by relevance
25 #define MAX_UDELAY_MS 1 macro27 #define MAX_UDELAY_MS 5 macro29 #define MAX_UDELAY_MS (1000 / HZ) macro
32 #define MAX_UDELAY_MS 1 macro34 #define MAX_UDELAY_MS 5 macro36 #define MAX_UDELAY_MS (1000 / HZ) macro
38 #ifndef MAX_UDELAY_MS39 #define MAX_UDELAY_MS 5 macro44 (__builtin_constant_p(n) && (n)<=MAX_UDELAY_MS) ? udelay((n)*1000) : \
40 #define MAX_UDELAY_MS 2 macro44 ((n) > (MAX_UDELAY_MS * 1000) ? __bad_udelay() : \
40 #define MAX_UDELAY_MS 2 macro84 ((n) > (MAX_UDELAY_MS * 1000) ? __bad_udelay() : \
169 if (cs->nsecs > (MAX_UDELAY_MS * 1000 * 1000)) in spi_bitbang_setup_transfer()
446 else if (usec < MAX_UDELAY_MS * 1000) in vmbus_post_msg()
283 if ((delay_us / 500) > MAX_UDELAY_MS) in sun4i_pwm_apply()
2828 if ((delay / 1000) > MAX_UDELAY_MS) in ipr_wait_iodbg_ack()