Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_phy.c207 if (((mdic & IGC_MDIC_REG_MASK) >> IGC_MDIC_REG_SHIFT) != offset) { in igc_read_phy_reg_mdic()
210 (mdic & IGC_MDIC_REG_MASK) >> IGC_MDIC_REG_SHIFT); in igc_read_phy_reg_mdic()
267 if (((mdic & IGC_MDIC_REG_MASK) >> IGC_MDIC_REG_SHIFT) != offset) { in igc_write_phy_reg_mdic()
270 (mdic & IGC_MDIC_REG_MASK) >> IGC_MDIC_REG_SHIFT); in igc_write_phy_reg_mdic()
H A Digc_defines.h1200 #define IGC_MDIC_REG_MASK 0x001F0000 macro