Searched refs:PHY_ID1 (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/igc/ |
H A D | igc_defines.h | 912 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
|
H A D | igc_phy.c | 142 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in igc_get_phy_id()
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_defines.h | 1018 #define PHY_ID1 0x02 /* Phy Id Reg (word 1) */ macro
|
H A D | e1000_82571.c | 483 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in e1000_get_phy_id_82571()
|
H A D | e1000_82575.c | 673 ret_val = e1000_read_phy_reg_sgmii_82575(hw, PHY_ID1, &phy_id); in e1000_get_phy_id_82575()
|
H A D | e1000_phy.c | 237 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in e1000_get_phy_id()
|
H A D | e1000_ich8lan.c | 210 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID1, &phy_reg); in e1000_phy_is_accessible_pchlan()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_e82545.c | 431 case PHY_ID1: in e82545_read_mdi()
|