Searched refs:readl_poll_sleep_timeout (Results 1 – 15 of 15) sorted by relevance
| /u-boot/drivers/phy/rockchip/ |
| A D | phy-rockchip-pcie.c | 117 ret = readl_poll_sleep_timeout(priv->reg_base + priv->data->pcie_status, in rockchip_pcie_phy_power_on() 131 ret = readl_poll_sleep_timeout(priv->reg_base + priv->data->pcie_status, in rockchip_pcie_phy_power_on() 147 ret = readl_poll_sleep_timeout(priv->reg_base + priv->data->pcie_status, in rockchip_pcie_phy_power_on()
|
| A D | phy-rockchip-typec.c | 493 ret = readl_poll_sleep_timeout(priv->reg_base + PMA_CMN_CTRL1, in rockchip_tcphy_init()
|
| /u-boot/drivers/pci/ |
| A D | pcie_apple.c | 221 res = readl_poll_sleep_timeout(port->phy + PHY_LANE_CFG, in apple_pcie_setup_refclk() 228 res = readl_poll_sleep_timeout(port->phy + PHY_LANE_CFG, in apple_pcie_setup_refclk() 307 ret = readl_poll_sleep_timeout(port->base + PORT_STATUS, stat, in apple_pcie_setup_port() 322 readl_poll_sleep_timeout(port->base + PORT_LINKSTS, stat, in apple_pcie_setup_port()
|
| A D | pcie_rockchip.c | 344 ret = readl_poll_sleep_timeout in rockchip_pcie_init_port()
|
| /u-boot/drivers/clk/ |
| A D | clk-xlnx-clock-wizard.c | 79 ret = readl_poll_sleep_timeout(priv->base + SR, val, val & SR_LOCKED, in clk_wzrd_enable() 84 ret = readl_poll_sleep_timeout(priv->base + SR, val, in clk_wzrd_enable()
|
| /u-boot/drivers/net/ |
| A D | rswitch.c | 326 ret = readl_poll_sleep_timeout(etha->addr + EAMS, pval, in rswitch_etha_change_mode() 349 ret = readl_poll_sleep_timeout(gwca->addr + GWMS, pval, in rswitch_gwca_change_mode() 377 ret = readl_poll_sleep_timeout(etha->addr + MMIS1, pval, in rswitch_mii_access_c45() 391 ret = readl_poll_sleep_timeout(etha->addr + MMIS1, pval, in rswitch_mii_access_c45() 408 ret = readl_poll_sleep_timeout(etha->addr + MMIS1, pval, in rswitch_mii_access_c45() 491 ret = readl_poll_sleep_timeout(etha->addr + MLVC, pval, in rswitch_check_link() 616 return readl_poll_sleep_timeout(priv->addr + CABPIRM, pval, in rswitch_bpool_init() 661 return readl_poll_sleep_timeout(gwca->addr + GWMTIRM, pval, in rswitch_gwca_mcast_table_reset() 672 return readl_poll_sleep_timeout(gwca->addr + GWARIRM, pval, in rswitch_gwca_axi_ram_reset() 723 return readl_poll_sleep_timeout(etha->addr + EATASRIRM, pval, in rswitch_etha_tas_ram_reset()
|
| A D | mdio-ipq4019.c | 46 return readl_poll_sleep_timeout(priv->mdio_base + MDIO_CMD_REG, busy, in ipq4019_mdio_wait_busy()
|
| /u-boot/include/linux/ |
| A D | iopoll.h | 49 #define readl_poll_sleep_timeout(addr, val, cond, sleep_us, timeout_us) \ macro
|
| /u-boot/drivers/adc/ |
| A D | stm32-adc.c | 221 ret = readl_poll_sleep_timeout(adc->regs + STM32H7_ADC_CR, val, in stm32_adc_selfcalib() 239 ret = readl_poll_sleep_timeout(adc->regs + STM32H7_ADC_CR, val, in stm32_adc_selfcalib()
|
| /u-boot/drivers/misc/ |
| A D | rockchip-otp.c | 114 ret = readl_poll_sleep_timeout(otp->base + reg, status, in rockchip_otp_poll_timeout()
|
| A D | rockchip-efuse.c | 186 ret = readl_poll_sleep_timeout(efuse->base + RK3328_INT_STATUS, in rockchip_rk3328_efuse_read()
|
| /u-boot/drivers/nvme/ |
| A D | nvme_apple.c | 235 ret = readl_poll_sleep_timeout(priv->base + ANS_BOOT_STATUS, stat, in apple_nvme_probe()
|
| /u-boot/drivers/spi/ |
| A D | nxp_fspi.c | 458 return readl_poll_sleep_timeout(base, reg, (reg & mask), in fspi_readl_poll_tout() 461 return readl_poll_sleep_timeout(base, reg, !(reg & mask), in fspi_readl_poll_tout()
|
| /u-boot/arch/arm/mach-imx/imx8ulp/ |
| A D | soc.c | 186 ret = readl_poll_sleep_timeout(MU0_B_BASE_ADDR + 0x104, fsr, fsr & BIT(0), 10, timeout_us); in m33_image_handshake()
|
| /u-boot/drivers/mmc/ |
| A D | mtk-sd.c | 1750 ret = readl_poll_sleep_timeout(&host->base->msdc_ps, reg, in msdc_ops_wait_dat0()
|
Completed in 706 milliseconds