Searched refs:old_phy_ctrl (Results 1 – 1 of 1) sorted by relevance
1190 u32 old_phy_ctrl; in sc92031_ethtool_set_settings() local1241 old_phy_ctrl = ioread32(port_base + PhyCtrl); in sc92031_ethtool_set_settings()1242 phy_ctrl |= old_phy_ctrl & ~(PhyCtrlAne | PhyCtrlDux in sc92031_ethtool_set_settings()1244 if (phy_ctrl != old_phy_ctrl) in sc92031_ethtool_set_settings()