Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c2829 (INTEL_CE_GBE_MDIC_GO)); in e1000_read_phy_reg_ex()
2839 if (!(mdic & INTEL_CE_GBE_MDIC_GO)) in e1000_read_phy_reg_ex()
2843 if (mdic & INTEL_CE_GBE_MDIC_GO) { in e1000_read_phy_reg_ex()
2969 (INTEL_CE_GBE_MDIC_GO)); in e1000_write_phy_reg_ex()
2979 if (!(mdic & INTEL_CE_GBE_MDIC_GO)) in e1000_write_phy_reg_ex()
2982 if (mdic & INTEL_CE_GBE_MDIC_GO) { in e1000_write_phy_reg_ex()
H A De1000_hw.h1598 #define INTEL_CE_GBE_MDIC_GO 0x80000000 macro