Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_phy.c57 #define MII_CR_SPEED_100 0x2000 macro
/linux-3.4.99/drivers/net/ethernet/atheros/atlx/
Datlx.h328 #define MII_CR_SPEED_100 0x2000 macro
Datl1.c666 MII_CR_FULL_DUPLEX | MII_CR_SPEED_100 | in atl1_phy_reset()
670 phy_data = MII_CR_SPEED_100 | MII_CR_RESET; in atl1_phy_reset()
1389 phy_data = MII_CR_FULL_DUPLEX | MII_CR_SPEED_100 | in atl1_check_link()
1393 phy_data = MII_CR_SPEED_100 | MII_CR_RESET; in atl1_check_link()
3329 MII_CR_FULL_DUPLEX | MII_CR_SPEED_100 | in atl1_set_settings()
3333 phy_data = MII_CR_SPEED_100 | MII_CR_RESET; in atl1_set_settings()
3632 MII_CR_SPEED_100 | MII_CR_RESET; in atl1_nway_reset()
3635 phy_data = MII_CR_SPEED_100 | MII_CR_RESET; in atl1_nway_reset()
/linux-3.4.99/drivers/net/ethernet/intel/igb/
De1000_defines.h539 #define MII_CR_SPEED_100 0x2000 macro
De1000_phy.c1324 *phy_ctrl |= MII_CR_SPEED_100; in igb_phy_force_speed_duplex_setup()
1330 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100); in igb_phy_force_speed_duplex_setup()
/linux-3.4.99/drivers/net/ethernet/intel/e1000e/
Ddefines.h561 #define MII_CR_SPEED_100 0x2000 macro
Dphy.c1470 *phy_ctrl |= MII_CR_SPEED_100; in e1000e_phy_force_speed_duplex_setup()
1476 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100); in e1000e_phy_force_speed_duplex_setup()
/linux-3.4.99/drivers/net/ethernet/intel/e1000/
De1000_hw.c1742 mii_ctrl_reg |= MII_CR_SPEED_100; in e1000_phy_force_speed_duplex()
1749 mii_ctrl_reg &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100); in e1000_phy_force_speed_duplex()
De1000_hw.h3093 #define MII_CR_SPEED_100 0x2000 macro