Lines Matching refs:AR_PHY_PMU2
3894 reg_pmu_set = REG_READ(ah, AR_PHY_PMU2) & ~AR_PHY_PMU2_PGM; in ar9003_hw_internal_regulator_apply()
3895 REG_WRITE(ah, AR_PHY_PMU2, reg_pmu_set); in ar9003_hw_internal_regulator_apply()
3896 if (!is_pmu_set(ah, AR_PHY_PMU2, reg_pmu_set)) in ar9003_hw_internal_regulator_apply()
3922 reg_pmu_set = (REG_READ(ah, AR_PHY_PMU2) & ~0xFFC00000) in ar9003_hw_internal_regulator_apply()
3924 REG_WRITE(ah, AR_PHY_PMU2, reg_pmu_set); in ar9003_hw_internal_regulator_apply()
3925 if (!is_pmu_set(ah, AR_PHY_PMU2, reg_pmu_set)) in ar9003_hw_internal_regulator_apply()
3928 reg_pmu_set = (REG_READ(ah, AR_PHY_PMU2) & ~0x00200000) in ar9003_hw_internal_regulator_apply()
3930 REG_WRITE(ah, AR_PHY_PMU2, reg_pmu_set); in ar9003_hw_internal_regulator_apply()
3931 if (!is_pmu_set(ah, AR_PHY_PMU2, reg_pmu_set)) in ar9003_hw_internal_regulator_apply()
3939 REG_WRITE(ah, AR_PHY_PMU2, 0x10200000); in ar9003_hw_internal_regulator_apply()
3955 REG_RMW_FIELD(ah, AR_PHY_PMU2, AR_PHY_PMU2_PGM, 0); in ar9003_hw_internal_regulator_apply()
3956 while (REG_READ_FIELD(ah, AR_PHY_PMU2, in ar9003_hw_internal_regulator_apply()
3964 REG_RMW_FIELD(ah, AR_PHY_PMU2, AR_PHY_PMU2_PGM, 0x1); in ar9003_hw_internal_regulator_apply()
3965 while (!REG_READ_FIELD(ah, AR_PHY_PMU2, in ar9003_hw_internal_regulator_apply()