Searched refs:PHY_STATUS (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c1492 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data);
1495 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data);
1805 e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg);
1810 e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg);
1839 e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg);
1844 e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg);
2109 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg);
2112 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg);
2440 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data);
2443 ret_val = e1000_read_phy_reg(hw, PHY_STATUS,
[all...]
H A De1000_hw.h2507 #define PHY_STATUS 0x01 /* Status Register */ macro
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_phy.c28 #define PHY_STATUS 0x01 /* Status Regiser */ macro
/drivers/net/ethernet/intel/igb/
H A De1000_phy.c1612 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
1615 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
1645 /* Some PHYs require the PHY_STATUS register to be read
1649 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
1660 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status);
H A De1000_mac.c856 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS,
860 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS,
H A De1000_defines.h671 #define PHY_STATUS 0x01 /* Status Register */ macro

Completed in 434 milliseconds