Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_wow.c292 u32 keep_alive, magic_pattern, host_pm_ctrl; in ath9k_hw_wow_enable() local
417 host_pm_ctrl = REG_READ(ah, AR_PCIE_PM_CTRL(ah)); in ath9k_hw_wow_enable()
418 host_pm_ctrl |= AR_PMCTRL_PWR_STATE_D1D3 | in ath9k_hw_wow_enable()
421 host_pm_ctrl &= ~AR_PCIE_PM_CTRL_ENA; in ath9k_hw_wow_enable()
429 host_pm_ctrl &= ~AR_PMCTRL_PWR_STATE_D1D3; in ath9k_hw_wow_enable()
430 host_pm_ctrl |= AR_PMCTRL_PWR_STATE_D1D3_REAL; in ath9k_hw_wow_enable()
433 REG_WRITE(ah, AR_PCIE_PM_CTRL(ah), host_pm_ctrl); in ath9k_hw_wow_enable()