Searched refs:IGC_MDIC_REG_MASK (Results 1 – 2 of 2) sorted by relevance
306 if (((mdic & IGC_MDIC_REG_MASK) >> IGC_MDIC_REG_SHIFT) != offset) { in igc_read_phy_reg_mdic()309 (mdic & IGC_MDIC_REG_MASK) >> IGC_MDIC_REG_SHIFT); in igc_read_phy_reg_mdic()372 if (((mdic & IGC_MDIC_REG_MASK) >> IGC_MDIC_REG_SHIFT) != offset) { in igc_write_phy_reg_mdic()375 (mdic & IGC_MDIC_REG_MASK) >> IGC_MDIC_REG_SHIFT); in igc_write_phy_reg_mdic()
1478 #define IGC_MDIC_REG_MASK 0x001F0000 macro