Searched refs:E1000_CTRL_FRCSPD (Results 1 – 3 of 3) sorted by relevance
1210 E1000_CTRL_FRCSPD | /* Set the Force Speed Bit */ in e1000_nonintegrated_phy_loopback()1296 ctrl_reg |= (E1000_CTRL_FRCSPD | /* Set the Force Speed Bit */ in e1000_integrated_phy_loopback()1307 ctrl_reg |= (E1000_CTRL_FRCSPD | /* Set the Force Speed Bit */ in e1000_integrated_phy_loopback()
1395 ctrl &= ~(E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX); in e1000_copper_link_preconfig()1398 ctrl |= (E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX | E1000_CTRL_SLU); in e1000_copper_link_preconfig()2304 ctrl |= (E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX); in e1000_phy_force_speed_duplex()2582 ctrl |= (E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX); in e1000_config_mac_to_phy()
1492 #define E1000_CTRL_FRCSPD 0x00000800 /* Force Speed */ macro