Searched refs:E1000_CTRL_ILOS (Results 1 – 10 of 10) sorted by relevance
185 #define E1000_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */ macro
1437 ctrl_reg |= E1000_CTRL_ILOS; /* Invert Loss of Signal */ in e1000_integrated_phy_loopback()1443 ctrl_reg |= (E1000_CTRL_ILOS | E1000_CTRL_SLU); in e1000_integrated_phy_loopback()1483 ctrl |= E1000_CTRL_ILOS; in e1000_set_82571_fiber_loopback()
186 #define E1000_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */ macro
1662 ctrl_reg |= E1000_CTRL_ILOS; /* Invert Loss of Signal */ in igb_integrated_phy_loopback()
1146 ctrl_reg |= (E1000_CTRL_ILOS | /* Invert Loss-Of-Signal */ in e1000_nonintegrated_phy_loopback()1237 ctrl_reg |= E1000_CTRL_ILOS; /* Invert Loss of Signal */ in e1000_integrated_phy_loopback()1244 ctrl_reg |= (E1000_CTRL_ILOS | E1000_CTRL_SLU); in e1000_integrated_phy_loopback()
1427 #define E1000_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */ macro
1922 ctrl &= ~(E1000_CTRL_SPD_SEL | E1000_CTRL_ILOS); in e1000_config_mac_to_phy()
540 #define E1000_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */ macro
2224 if ((hw->mac_type > e1000_82544) && !(ctrl & E1000_CTRL_ILOS)) in e1000_setup_fiber_link()3536 ctrl &= ~(E1000_CTRL_ILOS); in e1000_config_mac_to_phy()3876 if ((hw->mac_type > e1000_82544) && !(ctrl & E1000_CTRL_ILOS)) in e1000_check_for_link()
1169 #define E1000_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */ macro