Home
last modified time | relevance | path

Searched refs:E1000_CTRL_ILOS (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A De1000.c2010 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()
H A De1000.h1170 #define E1000_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */ macro