Searched refs:pcs_phy (Results 1 – 2 of 2) sorted by relevance
2531 struct mdio_device *pcs_phy = pcs_to_axienet_local(pcs)->pcs_phy; in axienet_pcs_get_state() local2538 struct mdio_device *pcs_phy = pcs_to_axienet_local(pcs)->pcs_phy; in axienet_pcs_an_restart() local2540 phylink_mii_c22_pcs_an_restart(pcs_phy); in axienet_pcs_an_restart()2548 struct mdio_device *pcs_phy = pcs_to_axienet_local(pcs)->pcs_phy; in axienet_pcs_config() local2554 ret = mdiodev_write(pcs_phy, XLNX_MII_STD_SELECT_REG, in axienet_pcs_config()3072 lp->pcs_phy = of_mdio_find_device(np); in axienet_probe()3073 if (!lp->pcs_phy) { in axienet_probe()3118 if (lp->pcs_phy) in axienet_probe()3119 put_device(&lp->pcs_phy->dev); in axienet_probe()3142 if (lp->pcs_phy) in axienet_remove()[all …]
556 struct mdio_device *pcs_phy; member