Searched refs:AR_PHY_PMU2_PGM (Results 1 – 2 of 2) sorted by relevance
3963 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()
740 #define AR_PHY_PMU2_PGM 0x00200000 macro