Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c338 u16 phy_id_high = 0; in ixgbe_get_phy_id() local
342 &phy_id_high); in ixgbe_get_phy_id()
345 hw->phy.id = (u32)(phy_id_high << 16); in ixgbe_get_phy_id()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c3137 u16 phy_id_high, phy_id_low; in e1000_detect_gig_phy() local
3144 ret_val = e1000_read_phy_reg(hw, PHY_ID1, &phy_id_high); in e1000_detect_gig_phy()
3148 hw->phy_id = (u32)(phy_id_high << 16); in e1000_detect_gig_phy()
/openbmc/u-boot/drivers/net/
H A De1000.c4887 uint16_t phy_id_high, phy_id_low; in e1000_detect_gig_phy() local
4912 ret_val = e1000_read_phy_reg(hw, PHY_ID1, &phy_id_high); in e1000_detect_gig_phy()
4916 hw->phy_id = (uint32_t) (phy_id_high << 16); in e1000_detect_gig_phy()