Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_defines.h913 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
H A Digc_phy.c148 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in igc_get_phy_id()
/freebsd/sys/dev/e1000/
H A De1000_defines.h1019 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
H A De1000_82571.c489 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in e1000_get_phy_id_82571()
H A De1000_phy.c243 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in e1000_get_phy_id()
H A De1000_ich8lan.c215 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID2, &phy_reg); in e1000_phy_is_accessible_pchlan()
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c433 case PHY_ID2: in e82545_read_mdi()