Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A De1000.c2140 ctrl |= E1000_CTRL_SLU; in e1000_copper_link_preconfig()
2145 | E1000_CTRL_SLU); in e1000_copper_link_preconfig()
3795 ctrl |= (E1000_CTRL_SLU | E1000_CTRL_FD); in e1000_check_for_link()
3811 (ctrl & E1000_CTRL_SLU) && (rxcw & E1000_RXCW_C)) { in e1000_check_for_link()
3815 E1000_WRITE_REG(hw, CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000_check_for_link()
H A De1000.h1169 #define E1000_CTRL_SLU 0x00000040 /* Set link up (Force Link) */ macro