| /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 | 199 unsigned long sleep_us; member 257 unsigned long sleep_us = eqr_timings[domain_type].sleep_us; in eqr_busy_wait_locked() local 270 sleep_us, timeout_us); in eqr_busy_wait_locked() 281 sleep_us, timeout_us); in eqr_busy_wait_locked() 294 sleep_us, timeout_us, false, in eqr_busy_wait_locked() 308 sleep_us, timeout_us); in eqr_busy_wait_locked()
|
| /linux/drivers/iio/pressure/ |
| H A D | hp206c.c | 170 unsigned int sleep_us) in hp206c_conv_and_read() argument 188 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 | 818 static const unsigned int sleep_us = 40; in exynos5_usbdrd_usbdp_g2_v4_pma_check_pll_lock() local 826 reg, (reg & locked) == locked, sleep_us, timeout_us); in exynos5_usbdrd_usbdp_g2_v4_pma_check_pll_lock() 838 static const unsigned int sleep_us = 40; in exynos5_usbdrd_usbdp_g2_v4_pma_check_cdr_lock() local 853 reg, (reg & locked) == locked, sleep_us, timeout_us); in exynos5_usbdrd_usbdp_g2_v4_pma_check_cdr_lock() 2133 static const unsigned int sleep_us = 40; in exynosautov920_usb31drd_port_phy_ready() local 2157 sleep_us, timeout_us); in exynosautov920_usb31drd_port_phy_ready()
|
| /linux/drivers/iio/magnetometer/ |
| H A D | tlv493d.c | 198 u32 sleep_us = tlv493d_sample_rate_us[data->mode]; in tlv493d_get_measurements() local 214 sleep_us, 3 * sleep_us, false, data->client, buff, in tlv493d_get_measurements()
|
| /linux/drivers/rtc/ |
| H A D | rtc-renesas-rtca3.c | 573 u32 sleep_us; in rtca3_initial_setup() local 580 sleep_us = DIV_ROUND_UP_ULL(1000000ULL, osc32k_rate) * 6; in rtca3_initial_setup() 589 usleep_range(sleep_us, sleep_us + 10); in rtca3_initial_setup() 633 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/include/linux/ |
| H A D | phy.h | 1722 #define phy_read_poll_timeout(phydev, regnum, val, cond, sleep_us, \ argument 1728 sleep_us, timeout_us, sleep_before_read, phydev, regnum); \ 1822 sleep_us, timeout_us, sleep_before_read) \ argument 1827 sleep_us, timeout_us, sleep_before_read, \
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | core.c | 325 unsigned int sleep_us = timeout_us / 50; in zl3073x_poll_zero_u8() local 339 sleep_us, timeout_us); in zl3073x_poll_zero_u8()
|
| /linux/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-hdmi.c | 551 #define inno_poll(inno, reg, val, cond, sleep_us, timeout_us) \ argument 553 sleep_us, timeout_us)
|
| /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/net/ethernet/realtek/rtase/ |
| H A D | rtase_main.c | 829 u32 sleep_us, u64 timeout_us, u16 reg) in rtase_poll_timeout() argument 834 err = read_poll_timeout(rtase_r8, val, val & cond, sleep_us, in rtase_poll_timeout()
|
| /linux/drivers/iio/adc/ |
| H A D | stm32-adc.c | 607 #define stm32_adc_readl_poll_timeout(reg, val, cond, sleep_us, timeout_us) \ argument 609 cond, sleep_us, timeout_us)
|