Searched defs:phy_high (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_stat.c885 uint16_t phy_low, phy_high; local
894 (void) e1000_read_phy_reg(hw, HV_SCC_UPPER, &phy_high);
896 val = ((uint32_t)phy_high << 16) | (uint32_t)phy_low;
900 (void) e1000_read_phy_reg(hw, HV_MCC_UPPER, &phy_high);
902 val = ((uint32_t)phy_high << 16) | (uint32_t)phy_low;
906 (void) e1000_read_phy_reg(hw, HV_ECOL_UPPER, &phy_high);
908 val = ((uint32_t)phy_high << 16) | (uint32_t)phy_low;
912 (void) e1000_read_phy_reg(hw, HV_COLC_UPPER, &phy_high);
914 val = ((uint32_t)phy_high << 16) | (uint32_t)phy_low;
919 &phy_high);
[all...]

Completed in 47 milliseconds