Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dmxl-gpy.c36 #define PHY_CTL1_MDIAB BIT(2) macro
412 val = (PHY_CTL1_MDIAB | PHY_CTL1_MDICD); in gpy_config_mdix()
421 ret = phy_modify(phydev, PHY_CTL1, PHY_CTL1_AMDIX | PHY_CTL1_MDIAB | in gpy_config_mdix()
525 if (ret & PHY_CTL1_MDICD || ret & PHY_CTL1_MDIAB) in gpy_update_mdix()