Searched refs:polling_with_timeout (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a-latest/drivers/marvell/comphy/ |
D | phy-comphy-3700.c | 357 ret = polling_with_timeout(comphy_indir_regs + in mvebu_a3700_comphy_sata_power_on() 543 ret = polling_with_timeout(MVEBU_COMPHY_REG_BASE + in mvebu_a3700_comphy_sgmii_power_on() 569 ret = polling_with_timeout(MVEBU_COMPHY_REG_BASE + in mvebu_a3700_comphy_sgmii_power_on() 579 ret = polling_with_timeout(MVEBU_COMPHY_REG_BASE + in mvebu_a3700_comphy_sgmii_power_on() 791 ret = polling_with_timeout(addr, TXDCLK_PCLK_EN, TXDCLK_PCLK_EN, in mvebu_a3700_comphy_usb3_power_on() 794 ret = polling_with_timeout(LANE_STAT1_ADDR(USB3) + reg_base, in mvebu_a3700_comphy_usb3_power_on() 894 ret = polling_with_timeout(LANE_STAT1_ADDR(PCIE) + COMPHY_SD_ADDR, in mvebu_a3700_comphy_pcie_power_on() 1030 data = polling_with_timeout(addr, PLL_READY_TX_BIT, PLL_READY_TX_BIT, in mvebu_a3700_comphy_sata_is_pll_locked()
|
D | phy-comphy-common.h | 124 static inline uint32_t polling_with_timeout(uintptr_t addr, uint32_t val, in polling_with_timeout() function
|
D | phy-comphy-cp110.c | 317 data = polling_with_timeout(addr, data, mask, in mvebu_cp110_comphy_is_pll_locked() 818 data = polling_with_timeout(addr, data, mask, 100, REG_32BIT); in mvebu_cp110_comphy_sgmii_power_on() 1210 data = polling_with_timeout(addr, data, mask, in mvebu_cp110_comphy_xfi_power_on() 1230 data = polling_with_timeout(addr, data, mask, 100, REG_32BIT); in mvebu_cp110_comphy_xfi_power_on() 1735 data = polling_with_timeout(addr, data, mask, in mvebu_cp110_comphy_pcie_power_on() 1897 data = polling_with_timeout(addr, data, mask, 15000, REG_32BIT); in mvebu_cp110_comphy_rxaui_power_on() 1916 data = polling_with_timeout(addr, data, mask, 100, REG_32BIT); in mvebu_cp110_comphy_rxaui_power_on() 2074 data = polling_with_timeout(addr, data, mask, 15000, REG_32BIT); in mvebu_cp110_comphy_usb3_power_on()
|