Lines Matching refs:ctrl_reg
1318 u32 ctrl_reg = 0; in e1000_integrated_phy_loopback() local
1329 ctrl_reg = er32(CTRL); in e1000_integrated_phy_loopback()
1330 ctrl_reg &= ~E1000_CTRL_SPD_SEL; /* Clear the speed sel bits */ in e1000_integrated_phy_loopback()
1331 ctrl_reg |= (E1000_CTRL_FRCSPD | /* Set the Force Speed Bit */ in e1000_integrated_phy_loopback()
1336 ew32(CTRL, ctrl_reg); in e1000_integrated_phy_loopback()
1408 ctrl_reg = er32(CTRL); in e1000_integrated_phy_loopback()
1409 ctrl_reg &= ~E1000_CTRL_SPD_SEL; /* Clear the speed sel bits */ in e1000_integrated_phy_loopback()
1410 ctrl_reg |= (E1000_CTRL_FRCSPD | /* Set the Force Speed Bit */ in e1000_integrated_phy_loopback()
1416 ctrl_reg |= E1000_CTRL_SLU; /* Set Link Up */ in e1000_integrated_phy_loopback()
1420 ctrl_reg |= E1000_CTRL_ILOS; /* Invert Loss of Signal */ in e1000_integrated_phy_loopback()
1426 ctrl_reg |= (E1000_CTRL_ILOS | E1000_CTRL_SLU); in e1000_integrated_phy_loopback()
1429 ew32(CTRL, ctrl_reg); in e1000_integrated_phy_loopback()