Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c4104 uint16_t phy_id_high, phy_id_low; in e1000_detect_gig_phy() local
4132 ret_val = e1000_read_phy_reg(hw, PHY_ID1, &phy_id_high); in e1000_detect_gig_phy()
4136 hw->phy_id = (uint32_t) (phy_id_high << 16); in e1000_detect_gig_phy()