Searched refs:INTEL_CE_GBE_MDIC_GO (Results 1 – 2 of 2) sorted by relevance
2827 (INTEL_CE_GBE_MDIC_GO)); in e1000_read_phy_reg_ex()2837 if (!(mdic & INTEL_CE_GBE_MDIC_GO)) in e1000_read_phy_reg_ex()2841 if (mdic & INTEL_CE_GBE_MDIC_GO) { in e1000_read_phy_reg_ex()2967 (INTEL_CE_GBE_MDIC_GO)); in e1000_write_phy_reg_ex()2977 if (!(mdic & INTEL_CE_GBE_MDIC_GO)) in e1000_write_phy_reg_ex()2980 if (mdic & INTEL_CE_GBE_MDIC_GO) { in e1000_write_phy_reg_ex()
1601 #define INTEL_CE_GBE_MDIC_GO 0x80000000 macro