Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c1307 PM_CTRL_ASPM_L0S_EN | in atl1c_set_aspm()
1328 pm_ctrl_data |= PM_CTRL_ASPM_L0S_EN | PM_CTRL_MAC_ASPM_CHK; in atl1c_set_aspm()
1347 pm_ctrl_data &= ~PM_CTRL_ASPM_L0S_EN; in atl1c_set_aspm()
1357 PM_CTRL_ASPM_L0S_EN | in atl1c_set_aspm()
1364 PM_CTRL_ASPM_L0S_EN); in atl1c_set_aspm()
Datl1c_hw.h184 #define PM_CTRL_ASPM_L0S_EN BIT(12) macro