Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c3963 reg_pmu_set = REG_READ(ah, AR_PHY_PMU2(ah)) & ~AR_PHY_PMU2_PGM; in ar9003_hw_internal_regulator_apply()
4024 REG_RMW_FIELD(ah, AR_PHY_PMU2(ah), AR_PHY_PMU2_PGM, 0); in ar9003_hw_internal_regulator_apply()
4026 AR_PHY_PMU2_PGM)) in ar9003_hw_internal_regulator_apply()
4033 REG_RMW_FIELD(ah, AR_PHY_PMU2(ah), AR_PHY_PMU2_PGM, 0x1); in ar9003_hw_internal_regulator_apply()
4035 AR_PHY_PMU2_PGM)) in ar9003_hw_internal_regulator_apply()
Dar9003_phy.h740 #define AR_PHY_PMU2_PGM 0x00200000 macro