Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.h231 #define LINK_ON_WAKE_EN 0x0010 macro
/openbmc/linux/drivers/net/usb/
H A Dr8152.c342 #define LINK_ON_WAKE_EN 0x0010 macro
3414 if (ocp_data & LINK_ON_WAKE_EN) in __rtl_get_wol()
3439 ocp_data &= ~LINK_ON_WAKE_EN; in __rtl_set_wol()
3441 ocp_data |= LINK_ON_WAKE_EN; in __rtl_set_wol()