| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | regmap.h | 67 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_ms) \ argument 81 if ((sleep_us)) \ 82 udelay((sleep_us)); \
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | iopoll.h | 36 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ argument 40 unsigned long __sleep_us = (sleep_us); \ 120 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument 121 read_poll_timeout(op, val, cond, sleep_us, timeout_us, false, addr)
|
| H A D | regmap.h | 104 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument 108 sleep_us, timeout_us, false, (map), (addr), &(val)); \ 175 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_us) \ argument 179 sleep_us, timeout_us, false, (field), &(val)); \
|
| H A D | phy.h | 955 #define phy_read_poll_timeout(phydev, regnum, val, cond, sleep_us, \ argument 959 sleep_us, timeout_us, sleep_before_read, phydev, regnum); \ 1053 sleep_us, timeout_us, sleep_before_read) \ argument 1056 sleep_us, timeout_us, sleep_before_read, \
|
| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/ |
| H A D | habanalabs.h | 1335 #define hl_poll_timeout(hdev, addr, val, cond, sleep_us, timeout_us) \ argument 1344 might_sleep_if(sleep_us); \ 1353 if (sleep_us) \ 1354 usleep_range((sleep_us >> 2) + 1, sleep_us); \ 1371 #define hl_poll_timeout_memory(hdev, addr, val, cond, sleep_us, timeout_us, \ argument 1381 might_sleep_if(sleep_us); \ 1396 if (sleep_us) \ 1397 usleep_range((sleep_us >> 2) + 1, sleep_us); \ 1402 #define hl_poll_timeout_device_memory(hdev, addr, val, cond, sleep_us, \ argument 1412 might_sleep_if(sleep_us); \ [all …]
|
| /OK3568_Linux_fs/buildroot/package/sane-backends/ |
| H A D | 0003-genesys-use-usleep-instead-of-std-this_thread-sleep_.patch | 12 …ce_usb.cpp: In member function ‘virtual void genesys::ScannerInterfaceUsb::sleep_us(unsigned int)’: 35 @@ -481,7 +480,7 @@ void ScannerInterfaceUsb::sleep_us(unsigned microseconds)
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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() 67 val, (val & PHY_CDR_LOCK_BIT), sleep_us, timeout_us); in samsung_ufs_phy_wait_for_lock_acq()
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | ops.h | 506 #define snd_sof_dsp_read_poll_timeout(sdev, bar, offset, val, cond, sleep_us, timeout_us) \ argument 509 unsigned long __sleep_us = (sleep_us); \
|
| /OK3568_Linux_fs/kernel/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, \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ni/ |
| H A D | nixge.c | 237 #define nixge_ctrl_poll_timeout(priv, addr, val, cond, sleep_us, timeout_us) \ argument 239 (sleep_us), (timeout_us)) 241 #define nixge_dma_poll_timeout(priv, addr, val, cond, sleep_us, timeout_us) \ argument 243 (sleep_us), (timeout_us))
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rk618_dsi.c | 244 #define dsi_read_poll_timeout(dsi, addr, val, cond, sleep_us, timeout_us) \ argument 255 if (sleep_us) \ 256 udelay(sleep_us); \
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-hdmi.c | 402 #define inno_poll(inno, reg, val, cond, sleep_us, timeout_us) \ argument 404 sleep_us, timeout_us)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | tc358767.c | 288 unsigned long sleep_us, u64 timeout_us) in tc_poll_timeout() argument 294 sleep_us, timeout_us); in tc_poll_timeout()
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | stm32-adc.c | 467 #define stm32_adc_readl_poll_timeout(reg, val, cond, sleep_us, timeout_us) \ argument 469 cond, sleep_us, timeout_us)
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | rkisp.c | 3787 #define shm_head_poll_timeout(isp_dev, cond, sleep_us, timeout_us) \ argument 3790 unsigned long __sleep_us = (sleep_us); \
|