Home
last modified time | relevance | path

Searched refs:POLL_USEC (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/mach-sunxi/
H A Dmc_smp.c34 #define POLL_USEC 100 macro
550 count = TIMEOUT_USEC / POLL_USEC; in sunxi_mc_smp_cpu_kill()
554 usleep_range(POLL_USEC / 2, POLL_USEC); in sunxi_mc_smp_cpu_kill()
586 POLL_USEC, TIMEOUT_USEC); in sunxi_mc_smp_cpu_kill()
/linux/drivers/cpufreq/
H A Dmediatek-cpufreq-hw.c24 #define POLL_USEC 1000 macro
249 (sig & pwr_hw) == pwr_hw, POLL_USEC, in mtk_cpufreq_hw_cpu_init()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c89 #define POLL_USEC 150 macro
96 for (t = 0; t <= timeout * 1000000; t += POLL_USEC) { in __test_skpair_poll()
97 struct timeval tv = { .tv_usec = POLL_USEC, }; in __test_skpair_poll()
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c66 #define POLL_USEC 100 macro
140 POLL_USEC, TIMEOUT_USEC); in ocs_ecc_wait_idle()