Searched refs:AR_PHY_PMU2 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 3963 reg_pmu_set = REG_READ(ah, AR_PHY_PMU2(ah)) & ~AR_PHY_PMU2_PGM; in ar9003_hw_internal_regulator_apply() 3964 REG_WRITE(ah, AR_PHY_PMU2(ah), reg_pmu_set); in ar9003_hw_internal_regulator_apply() 3965 if (!is_pmu_set(ah, AR_PHY_PMU2(ah), reg_pmu_set)) in ar9003_hw_internal_regulator_apply() 3991 reg_pmu_set = (REG_READ(ah, AR_PHY_PMU2(ah)) & ~0xFFC00000) in ar9003_hw_internal_regulator_apply() 3993 REG_WRITE(ah, AR_PHY_PMU2(ah), reg_pmu_set); in ar9003_hw_internal_regulator_apply() 3994 if (!is_pmu_set(ah, AR_PHY_PMU2(ah), reg_pmu_set)) in ar9003_hw_internal_regulator_apply() 3997 reg_pmu_set = (REG_READ(ah, AR_PHY_PMU2(ah)) & ~0x00200000) in ar9003_hw_internal_regulator_apply() 3999 REG_WRITE(ah, AR_PHY_PMU2(ah), reg_pmu_set); in ar9003_hw_internal_regulator_apply() 4000 if (!is_pmu_set(ah, AR_PHY_PMU2(ah), reg_pmu_set)) in ar9003_hw_internal_regulator_apply() 4008 REG_WRITE(ah, AR_PHY_PMU2(ah), 0x10200000); in ar9003_hw_internal_regulator_apply() [all …]
|