Home
last modified time | relevance | path

Searched refs:WOL_LINK_CHG_PME_EN (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/atheros/atlx/
Datlx.h253 #define WOL_LINK_CHG_PME_EN 0x20 macro
Datl2.c1570 ctrl |= (WOL_LINK_CHG_EN | WOL_LINK_CHG_PME_EN); in atl2_suspend()
Datl1.c2814 ctrl |= (WOL_LINK_CHG_EN | WOL_LINK_CHG_PME_EN); in atl1_suspend()
/linux-5.19.10/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.h336 #define WOL_LINK_CHG_PME_EN 0x00000020 macro
Datl1e_main.c2128 wol_ctrl_data |= WOL_LINK_CHG_EN | WOL_LINK_CHG_PME_EN; in atl1e_suspend()
/linux-5.19.10/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.h459 #define WOL_LINK_CHG_PME_EN BIT(5) macro
Datl1c_hw.c822 wol_ctrl |= WOL_LINK_CHG_EN | WOL_LINK_CHG_PME_EN; in atl1c_power_saving()