Searched refs:E1000_CTRL_ILOS (Results 1 – 9 of 9) sorted by relevance
185 #define E1000_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */ macro
1423 ctrl_reg |= E1000_CTRL_ILOS; /* Invert Loss of Signal */ in e1000_integrated_phy_loopback()1429 ctrl_reg |= (E1000_CTRL_ILOS | E1000_CTRL_SLU); in e1000_integrated_phy_loopback()1469 ctrl |= E1000_CTRL_ILOS; in e1000_set_82571_fiber_loopback()
186 #define E1000_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */ macro
1659 ctrl_reg |= E1000_CTRL_ILOS; /* Invert Loss of Signal */ in igb_integrated_phy_loopback()
1142 ctrl_reg |= (E1000_CTRL_ILOS | /* Invert Loss-Of-Signal */ in e1000_nonintegrated_phy_loopback()1233 ctrl_reg |= E1000_CTRL_ILOS; /* Invert Loss of Signal */ in e1000_integrated_phy_loopback()1240 ctrl_reg |= (E1000_CTRL_ILOS | E1000_CTRL_SLU); in e1000_integrated_phy_loopback()
1430 #define E1000_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */ macro
1920 ctrl &= ~(E1000_CTRL_SPD_SEL | E1000_CTRL_ILOS); in e1000_config_mac_to_phy()
2010 if ((hw->mac_type > e1000_82544) && !(ctrl & E1000_CTRL_ILOS)) in e1000_setup_fiber_link()3322 ctrl &= ~(E1000_CTRL_ILOS); in e1000_config_mac_to_phy()3662 if ((hw->mac_type > e1000_82544) && !(ctrl & E1000_CTRL_ILOS)) in e1000_check_for_link()
1170 #define E1000_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */ macro