Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dadin1100.c203 return phy_read_mmd_poll_timeout(phydev, MDIO_MMD_VEND1, ADIN_CRSM_STAT, ret, in adin_set_powerdown_mode()
240 return phy_read_mmd_poll_timeout(phydev, MDIO_MMD_VEND1, ADIN_CRSM_STAT, ret, in adin_soft_reset()
H A Dbcm84881.c27 return phy_read_mmd_poll_timeout(phydev, MDIO_MMD_PMAPMD, MDIO_CTRL1, in bcm84881_wait_init()
H A Dmarvell-88x2222.c83 return phy_read_mmd_poll_timeout(phydev, MDIO_MMD_VEND2, MV_PORT_RST, in mv2222_soft_reset()
H A Dmarvell10g.c342 return phy_read_mmd_poll_timeout(phydev, MDIO_MMD_PCS, in mv3310_reset()
618 err = phy_read_mmd_poll_timeout(phydev, MDIO_MMD_AN, in mv2110_set_mactype()
H A Dmarvell-88q2xxx.c252 ret = phy_read_mmd_poll_timeout(phydev, MDIO_MMD_PCS, in mv88q2xxx_soft_reset()
H A Dmicrochip_t1.c1744 rc = phy_read_mmd_poll_timeout(phydev, MDIO_MMD_VEND1, in lan887x_cable_test_chk()
2093 rc = phy_read_mmd_poll_timeout(phydev, MDIO_MMD_VEND1, in lan887x_get_sqi()
H A Das21xxx.c400 return phy_read_mmd_poll_timeout(phydev, MDIO_MMD_VEND1, VEND1_IPC_STS, val, in aeon_ipc_wait_cmd()
H A Dair_en8811h.c451 ret = phy_read_mmd_poll_timeout(phydev, MDIO_MMD_VEND1, in en8811h_wait_mcu_ready()
H A Dmxl-gpy.c276 ret = phy_read_mmd_poll_timeout(phydev, MDIO_MMD_VEND1, in gpy_mbox_read()
H A Dnxp-c45-tja11xx.c1307 return phy_read_mmd_poll_timeout(phydev, MDIO_MMD_VEND1, in nxp_c45_soft_reset()
/linux/drivers/net/phy/mediatek/
H A Dmtk-ge-soc.c397 ret = phy_read_mmd_poll_timeout(phydev, MDIO_MMD_VEND1, in cal_cycle()
/linux/include/linux/
H A Dphy.h1440 * phy_read_mmd_poll_timeout - Periodically poll a PHY register until a
1458 #define phy_read_mmd_poll_timeout(phydev, devaddr, regnum, val, cond, \ macro