Home
last modified time | relevance | path

Searched refs:MII_CR_SPEED_10 (Results 1 – 9 of 9) sorted by relevance

/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_phy.c58 #define MII_CR_SPEED_10 0x0000 macro
/drivers/net/ethernet/atheros/atlx/
Datlx.h329 #define MII_CR_SPEED_10 0x0000 macro
Datl1.c674 MII_CR_FULL_DUPLEX | MII_CR_SPEED_10 | MII_CR_RESET; in atl1_phy_reset()
678 phy_data = MII_CR_SPEED_10 | MII_CR_RESET; in atl1_phy_reset()
1397 MII_CR_FULL_DUPLEX | MII_CR_SPEED_10 | MII_CR_RESET; in atl1_check_link()
1401 phy_data = MII_CR_SPEED_10 | MII_CR_RESET; in atl1_check_link()
3337 MII_CR_FULL_DUPLEX | MII_CR_SPEED_10 | MII_CR_RESET; in atl1_set_settings()
3341 phy_data = MII_CR_SPEED_10 | MII_CR_RESET; in atl1_set_settings()
3639 MII_CR_SPEED_10 | MII_CR_RESET; in atl1_nway_reset()
3643 phy_data = MII_CR_SPEED_10 | MII_CR_RESET; in atl1_nway_reset()
/drivers/net/ethernet/intel/igb/
De1000_defines.h540 #define MII_CR_SPEED_10 0x0000 macro
De1000_phy.c1325 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_10); in igb_phy_force_speed_duplex_setup()
1329 *phy_ctrl |= MII_CR_SPEED_10; in igb_phy_force_speed_duplex_setup()
/drivers/net/ethernet/intel/e1000e/
Ddefines.h562 #define MII_CR_SPEED_10 0x0000 macro
Dphy.c1471 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_10); in e1000e_phy_force_speed_duplex_setup()
1475 *phy_ctrl |= MII_CR_SPEED_10; in e1000e_phy_force_speed_duplex_setup()
/drivers/net/ethernet/intel/e1000/
De1000_hw.c1743 mii_ctrl_reg &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_10); in e1000_phy_force_speed_duplex()
1748 mii_ctrl_reg |= MII_CR_SPEED_10; in e1000_phy_force_speed_duplex()
De1000_hw.h3094 #define MII_CR_SPEED_10 0x0000 macro