Searched refs:read_poll_timeout (Results 1 – 5 of 5) sorted by relevance
| /u-boot/arch/arm/mach-socfpga/ |
| A D | reset_manager_s10.c | 83 read_poll_timeout(readl, reg, !reg, 1000, 300000, in socfpga_bridges_reset() 96 read_poll_timeout(readl, reg, in socfpga_bridges_reset() 104 read_poll_timeout(readl, reg, in socfpga_bridges_reset()
|
| /u-boot/include/linux/ |
| A D | iopoll.h | 29 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, args...) \ macro 47 read_poll_timeout(op, val, cond, sleep_us, timeout_us, addr) 53 read_poll_timeout(op, val, cond, false, timeout_us, addr)
|
| /u-boot/drivers/net/phy/ |
| A D | nxp-tja11xx.c | 98 return read_poll_timeout(tja11xx_read, val, (val & mask) == set, 150, in tja11xx_check()
|
| /u-boot/include/ |
| A D | phy.h | 306 int __ret = read_poll_timeout(phy_read_mmd, val, (cond) || val < 0, \
|
| /u-boot/drivers/mmc/ |
| A D | rockchip_sdhci.c | 209 read_poll_timeout(readl, dllrdy, PHYCTRL_DLL_LOCK_WO_TMOUT(dllrdy), 1, in rk3399_emmc_phy_power_on() 332 ret = read_poll_timeout(readl, val, DLL_LOCK_WO_TMOUT(val), 1, in rk3568_sdhci_config_dll()
|
Completed in 14 milliseconds