Home
last modified time | relevance | path

Searched refs:MII_CR_RESTART_AUTO_NEG (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_phy.c49 #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */ macro
/linux-3.4.99/drivers/net/ethernet/atheros/atlx/
Datlx.h317 #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */ macro
Datl2.c1086 MII_CR_RESTART_AUTO_NEG); in atl2_phy_config()
2690 phy_data = MII_CR_RESET | MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG;
/linux-3.4.99/drivers/net/ethernet/intel/igb/
De1000_defines.h533 #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */ macro
De1000_phy.c844 phy_ctrl |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG); in igb_copper_link_autoneg()
/linux-3.4.99/drivers/net/ethernet/intel/e1000e/
Ddefines.h555 #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */ macro
Dphy.c1112 phy_ctrl |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG); in e1000_copper_link_autoneg()
/linux-3.4.99/drivers/net/ethernet/intel/e1000/
De1000_hw.h2597 #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */ macro
De1000_main.c4598 MII_CR_RESTART_AUTO_NEG); in e1000_smartspeed()
4612 MII_CR_RESTART_AUTO_NEG); in e1000_smartspeed()
De1000_hw.c1383 phy_data |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG); in e1000_copper_link_autoneg()