| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_device.h | 125 int sleep_us, int timeout_us) in lima_poll_timeout() argument 129 might_sleep_if(sleep_us); in lima_poll_timeout() 137 if (sleep_us) in lima_poll_timeout() 138 usleep_range((sleep_us >> 2) + 1, sleep_us); in lima_poll_timeout()
|
| /linux/drivers/reset/ |
| H A D | reset-eyeq.c | 130 unsigned long sleep_us; member 185 unsigned long sleep_us = eqr_timings[domain_type].sleep_us; in eqr_busy_wait_locked() local 198 sleep_us, timeout_us); in eqr_busy_wait_locked() 209 sleep_us, timeout_us); in eqr_busy_wait_locked() 226 sleep_us, timeout_us, false, in eqr_busy_wait_locked()
|
| /linux/drivers/iio/pressure/ |
| H A D | hp206c.c | 171 unsigned int sleep_us) in hp206c_conv_and_read() argument 189 usleep_range(sleep_us, sleep_us * 3 / 2); in hp206c_conv_and_read()
|
| /linux/drivers/phy/samsung/ |
| H A D | phy-samsung-ufs.c | 52 const unsigned int sleep_us = 10; in samsung_ufs_phy_wait_for_lock_acq() local 58 val, (val & PHY_PLL_LOCK_BIT), sleep_us, timeout_us); in samsung_ufs_phy_wait_for_lock_acq() 68 val, (val & PHY_CDR_LOCK_BIT), sleep_us, timeout_us); in samsung_ufs_phy_wait_for_lock_acq()
|
| H A D | phy-gs101-ufs.c | 152 const unsigned int sleep_us = 40; in gs101_phy_wait_for_calibration() local 161 sleep_us, timeout_us); in gs101_phy_wait_for_calibration()
|
| H A D | phy-exynos5-usbdrd.c | 765 static const unsigned int sleep_us = 40; in exynos5_usbdrd_usbdp_g2_v4_pma_check_pll_lock() local 773 reg, (reg & locked) == locked, sleep_us, timeout_us); in exynos5_usbdrd_usbdp_g2_v4_pma_check_pll_lock() 785 static const unsigned int sleep_us = 40; in exynos5_usbdrd_usbdp_g2_v4_pma_check_cdr_lock() local 800 reg, (reg & locked) == locked, sleep_us, timeout_us); in exynos5_usbdrd_usbdp_g2_v4_pma_check_cdr_lock()
|
| /linux/drivers/rtc/ |
| H A D | rtc-renesas-rtca3.c | 571 u32 sleep_us; in rtca3_initial_setup() local 578 sleep_us = DIV_ROUND_UP_ULL(1000000ULL, osc32k_rate) * 6; in rtca3_initial_setup() 587 usleep_range(sleep_us, sleep_us + 10); in rtca3_initial_setup() 631 usleep_range(sleep_us, sleep_us + 10); in rtca3_initial_setup()
|
| /linux/drivers/phy/marvell/ |
| H A D | phy-mvebu-a3700-comphy.c | 417 ulong sleep_us, ulong timeout_us) in comphy_lane_reg_poll() argument 432 sleep_us, timeout_us); in comphy_lane_reg_poll() 441 sleep_us, timeout_us); in comphy_lane_reg_poll() 456 ulong sleep_us, ulong timeout_us) in comphy_periph_reg_poll() argument 463 sleep_us, timeout_us); in comphy_periph_reg_poll()
|
| /linux/drivers/fpga/ |
| H A D | zynq-fpga.c | 149 #define zynq_fpga_poll_timeout(priv, addr, val, cond, sleep_us, timeout_us) \ argument 150 readl_poll_timeout(priv->io_base + addr, val, cond, sleep_us, \
|
| /linux/include/linux/ |
| H A D | regmap.h | 133 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument 137 sleep_us, timeout_us, false, (map), (addr), &(val)); \ 204 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_us) \ argument 208 sleep_us, timeout_us, false, (field), &(val)); \
|
| /linux/drivers/media/i2c/ |
| H A D | thp7312.c | 354 #define thp7312_read_poll_timeout(dev, addr, val, cond, sleep_us, timeout_us) \ argument 357 __ret = read_poll_timeout(cci_read, __err, __err || (cond), sleep_us, \
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | tc358767.c | 420 unsigned long sleep_us, u64 timeout_us) in tc_poll_timeout() argument 426 sleep_us, timeout_us); in tc_poll_timeout()
|
| /linux/drivers/net/ethernet/realtek/rtase/ |
| H A D | rtase_main.c | 826 u32 sleep_us, u64 timeout_us, u16 reg) in rtase_poll_timeout() argument 831 err = read_poll_timeout(rtase_r8, val, val & cond, sleep_us, in rtase_poll_timeout()
|