Searched refs:IGC_MDIC_REG_MASK (Results 1 – 2 of 2) sorted by relevance
206 if (((mdic & IGC_MDIC_REG_MASK) >> IGC_MDIC_REG_SHIFT) != offset) { in igc_read_phy_reg_mdic()209 (mdic & IGC_MDIC_REG_MASK) >> IGC_MDIC_REG_SHIFT); in igc_read_phy_reg_mdic()266 if (((mdic & IGC_MDIC_REG_MASK) >> IGC_MDIC_REG_SHIFT) != offset) { in igc_write_phy_reg_mdic()269 (mdic & IGC_MDIC_REG_MASK) >> IGC_MDIC_REG_SHIFT); in igc_write_phy_reg_mdic()
1181 #define IGC_MDIC_REG_MASK 0x001F0000 macro