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

/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_phy.c55 #define MII_CR_SPEED_1000 0x0040 macro
/drivers/net/ethernet/atheros/atlx/
H A Datlx.h327 #define MII_CR_SPEED_1000 0x0040 macro
/drivers/net/ethernet/intel/igb/
H A De1000_defines.h633 #define MII_CR_SPEED_1000 0x0040 macro
H A De1000_phy.c1383 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_10);
1388 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100);
/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c1726 mii_ctrl_reg &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_10);
1732 mii_ctrl_reg &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100);
H A De1000_hw.h3090 #define MII_CR_SPEED_1000 0x0040 macro

Completed in 1027 milliseconds