Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/atheros/atlx/
Datlx.h304 #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */ macro
Datl2.c1046 MII_CR_RESTART_AUTO_NEG); in atl2_phy_config()
2600 phy_data = MII_CR_RESET | MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG; in atl2_phy_commit()
/linux-6.1.9/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_phy.c37 #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */ macro
/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_defines.h588 #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */ macro
Digc_phy.c464 phy_ctrl |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG); in igc_copper_link_autoneg()
/linux-6.1.9/drivers/net/ethernet/intel/igb/
De1000_defines.h652 #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */ macro
De1000_phy.c893 phy_ctrl |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG); in igb_copper_link_autoneg()
/linux-6.1.9/drivers/net/ethernet/intel/e1000/
De1000_hw.h2570 #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */ macro
De1000_main.c4708 MII_CR_RESTART_AUTO_NEG); in e1000_smartspeed()
4722 MII_CR_RESTART_AUTO_NEG); in e1000_smartspeed()
De1000_hw.c1343 phy_data |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG); in e1000_copper_link_autoneg()