Home
last modified time | relevance | path

Searched refs:polling_with_timeout (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_cp110.c70 static u32 polling_with_timeout(void __iomem *addr, u32 val, in polling_with_timeout() function
506 data = polling_with_timeout(addr, data, mask, 15000); in comphy_pcie_power_up()
631 data = polling_with_timeout(addr, data, mask, 15000); in comphy_usb3_power_up()
988 data = polling_with_timeout(addr, data, mask, 15000); in comphy_sata_power_up()
1111 data = polling_with_timeout(addr, data, mask, 15000); in comphy_sgmii_power_up()
1130 data = polling_with_timeout(addr, data, mask, 100); in comphy_sgmii_power_up()
1411 data = polling_with_timeout(addr, data, mask, 15000); in comphy_sfi_power_up()
1430 data = polling_with_timeout(addr, data, mask, 100); in comphy_sfi_power_up()
1589 data = polling_with_timeout(addr, data, mask, 15000); in comphy_rxauii_power_up()
1608 data = polling_with_timeout(addr, data, mask, 100); in comphy_rxauii_power_up()
[all …]