Lines Matching refs:ctrl_reg
1316 u32 ctrl_reg = 0; in e1000_integrated_phy_loopback() local
1327 ctrl_reg = er32(CTRL); in e1000_integrated_phy_loopback()
1328 ctrl_reg &= ~E1000_CTRL_SPD_SEL; /* Clear the speed sel bits */ in e1000_integrated_phy_loopback()
1329 ctrl_reg |= (E1000_CTRL_FRCSPD | /* Set the Force Speed Bit */ in e1000_integrated_phy_loopback()
1334 ew32(CTRL, ctrl_reg); in e1000_integrated_phy_loopback()
1406 ctrl_reg = er32(CTRL); in e1000_integrated_phy_loopback()
1407 ctrl_reg &= ~E1000_CTRL_SPD_SEL; /* Clear the speed sel bits */ in e1000_integrated_phy_loopback()
1408 ctrl_reg |= (E1000_CTRL_FRCSPD | /* Set the Force Speed Bit */ in e1000_integrated_phy_loopback()
1414 ctrl_reg |= E1000_CTRL_SLU; /* Set Link Up */ in e1000_integrated_phy_loopback()
1418 ctrl_reg |= E1000_CTRL_ILOS; /* Invert Loss of Signal */ in e1000_integrated_phy_loopback()
1424 ctrl_reg |= (E1000_CTRL_ILOS | E1000_CTRL_SLU); in e1000_integrated_phy_loopback()
1427 ew32(CTRL, ctrl_reg); in e1000_integrated_phy_loopback()