| /rk3399_rockchip-uboot/include/linux/ |
| H A D | iopoll.h | 28 #define readx_poll_timeout(op, addr, val, cond, timeout_us) \ argument 44 #define readb_poll_timeout(addr, val, cond, timeout_us) \ argument 47 #define readw_poll_timeout(addr, val, cond, timeout_us) \ argument 50 #define readl_poll_timeout(addr, val, cond, timeout_us) \ argument 53 #define readq_poll_timeout(addr, val, cond, timeout_us) \ argument 56 #define readb_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 59 #define readw_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 62 #define readl_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 65 #define readq_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
|
| /rk3399_rockchip-uboot/drivers/firmware/scmi/ |
| H A D | mailbox_agent.c | 29 ulong timeout_us; member
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | tegra_i2c.c | 181 int timeout_us = I2C_TIMEOUT_USEC; in wait_for_tx_fifo_empty() local 198 int timeout_us = I2C_TIMEOUT_USEC; in wait_for_rx_fifo_notempty() local 215 int timeout_us = I2C_TIMEOUT_USEC; in wait_for_transfer_complete() local
|
| /rk3399_rockchip-uboot/drivers/mailbox/ |
| H A D | mailbox-uclass.c | 112 int mbox_recv(struct mbox_chan *chan, void *data, ulong timeout_us) in mbox_recv()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand_spl.c | 121 int timeout_us, int negation) in check_value_inner() 134 int timeout_us) in check_value() 140 int timeout_us) in check_value_negated()
|
| /rk3399_rockchip-uboot/drivers/adc/ |
| H A D | adc-uclass.c | 139 unsigned int timeout_us = uc_pdata->data_timeout_us; in adc_channel_data() local 165 unsigned int timeout_us = uc_pdata->multidata_timeout_us; in adc_channels_data() local
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | rockchip_sfc.c | 404 static int rockchip_sfc_wait_txfifo_ready(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_wait_txfifo_ready() 421 static int rockchip_sfc_wait_rxfifo_ready(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_wait_rxfifo_ready() 676 static int rockchip_sfc_xfer_done(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_xfer_done()
|
| /rk3399_rockchip-uboot/drivers/video/tegra124/ |
| H A D | display.c | 100 u32 mask, u32 exp_val, u32 poll_interval_us, u32 timeout_us) in tegra_dc_poll_register()
|
| H A D | dp.c | 58 u32 timeout_us) in tegra_dc_dpaux_poll_register()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | mp_init.c | 378 const int timeout_us = 100000; in bsp_do_flight_plan() local
|
| /rk3399_rockchip-uboot/drivers/ram/rockchip/ |
| H A D | sdram_rv1126.c | 1647 u32 timeout_us = 1000; in data_training_wl() local 1716 u32 timeout_us = 1000; in data_training_rd() local 1833 u32 timeout_us = 1000; in data_training_wr() local
|
| /rk3399_rockchip-uboot/drivers/nvme/ |
| H A D | nvme.c | 188 ulong timeout_us = timeout * 100000; in nvme_submit_sync_cmd() local
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rk618_dsi.c | 244 #define dsi_read_poll_timeout(dsi, addr, val, cond, sleep_us, timeout_us) \ argument
|
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628.h | 675 #define rk628_read_poll_timeout(rk628, addr, val, cond, sleep_us, timeout_us) \ argument
|