Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c3893 reg_pmu_set = REG_READ(ah, AR_PHY_PMU2) & ~AR_PHY_PMU2_PGM; in ar9003_hw_internal_regulator_apply()
3954 REG_RMW_FIELD(ah, AR_PHY_PMU2, AR_PHY_PMU2_PGM, 0); in ar9003_hw_internal_regulator_apply()
3956 AR_PHY_PMU2_PGM)) in ar9003_hw_internal_regulator_apply()
3963 REG_RMW_FIELD(ah, AR_PHY_PMU2, AR_PHY_PMU2_PGM, 0x1); in ar9003_hw_internal_regulator_apply()
3965 AR_PHY_PMU2_PGM)) in ar9003_hw_internal_regulator_apply()
Dar9003_phy.h742 #define AR_PHY_PMU2_PGM 0x00200000 macro