Searched refs:host_pm_ctrl (Results 1 – 1 of 1) sorted by relevance
292 u32 keep_alive, magic_pattern, host_pm_ctrl; in ath9k_hw_wow_enable() local417 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()