Searched refs:AR_PHY_PMU2 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 3893 reg_pmu_set = REG_READ(ah, AR_PHY_PMU2) & ~AR_PHY_PMU2_PGM; in ar9003_hw_internal_regulator_apply() 3894 REG_WRITE(ah, AR_PHY_PMU2, reg_pmu_set); in ar9003_hw_internal_regulator_apply() 3895 if (!is_pmu_set(ah, AR_PHY_PMU2, reg_pmu_set)) in ar9003_hw_internal_regulator_apply() 3921 reg_pmu_set = (REG_READ(ah, AR_PHY_PMU2) & ~0xFFC00000) in ar9003_hw_internal_regulator_apply() 3923 REG_WRITE(ah, AR_PHY_PMU2, reg_pmu_set); in ar9003_hw_internal_regulator_apply() 3924 if (!is_pmu_set(ah, AR_PHY_PMU2, reg_pmu_set)) in ar9003_hw_internal_regulator_apply() 3927 reg_pmu_set = (REG_READ(ah, AR_PHY_PMU2) & ~0x00200000) in ar9003_hw_internal_regulator_apply() 3929 REG_WRITE(ah, AR_PHY_PMU2, reg_pmu_set); in ar9003_hw_internal_regulator_apply() 3930 if (!is_pmu_set(ah, AR_PHY_PMU2, reg_pmu_set)) in ar9003_hw_internal_regulator_apply() 3938 REG_WRITE(ah, AR_PHY_PMU2, 0x10200000); in ar9003_hw_internal_regulator_apply() [all …]
|
D | ar9003_phy.h | 735 #define AR_PHY_PMU2 ((AR_SREV_9462(ah) || AR_SREV_9565(ah)) ? 0x16344 : \ macro
|