Home
last modified time | relevance | path

Searched refs:MII_CR_SPEED_1000 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/atheros/atlx/
H A Datlx.h314 #define MII_CR_SPEED_1000 0x0040 macro
/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_phy.c44 #define MII_CR_SPEED_1000 0x0040 macro
/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h657 #define MII_CR_SPEED_1000 0x0040 macro
H A De1000_phy.c1367 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_10); in igb_phy_force_speed_duplex_setup()
1372 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100); in igb_phy_force_speed_duplex_setup()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c1700 mii_ctrl_reg &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_10); in e1000_phy_force_speed_duplex()
1706 mii_ctrl_reg &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100); in e1000_phy_force_speed_duplex()
H A De1000_hw.h3062 #define MII_CR_SPEED_1000 0x0040 macro