Searched refs:phy_low (Results 1 – 1 of 1) sorted by relevance
866 uint16_t phy_low, phy_high; in e1000g_read_phy_stat() local876 (void) e1000_read_phy_reg(hw, HV_SCC_LOWER, &phy_low); in e1000g_read_phy_stat()877 val = ((uint32_t)phy_high << 16) | (uint32_t)phy_low; in e1000g_read_phy_stat()882 (void) e1000_read_phy_reg(hw, HV_MCC_LOWER, &phy_low); in e1000g_read_phy_stat()883 val = ((uint32_t)phy_high << 16) | (uint32_t)phy_low; in e1000g_read_phy_stat()888 (void) e1000_read_phy_reg(hw, HV_ECOL_LOWER, &phy_low); in e1000g_read_phy_stat()889 val = ((uint32_t)phy_high << 16) | (uint32_t)phy_low; in e1000g_read_phy_stat()894 (void) e1000_read_phy_reg(hw, HV_COLC_LOWER, &phy_low); in e1000g_read_phy_stat()895 val = ((uint32_t)phy_high << 16) | (uint32_t)phy_low; in e1000g_read_phy_stat()902 &phy_low); in e1000g_read_phy_stat()[all …]