Searched refs:reg_pmu_set (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 3891 int reg_pmu_set; ar9003_hw_internal_regulator_apply() local 3893 reg_pmu_set = REG_READ(ah, AR_PHY_PMU2) & ~AR_PHY_PMU2_PGM; ar9003_hw_internal_regulator_apply() 3894 REG_WRITE(ah, AR_PHY_PMU2, reg_pmu_set); ar9003_hw_internal_regulator_apply() 3895 if (!is_pmu_set(ah, AR_PHY_PMU2, reg_pmu_set)) ar9003_hw_internal_regulator_apply() 3900 reg_pmu_set = (3 << 1) | (8 << 4) | ar9003_hw_internal_regulator_apply() 3905 reg_pmu_set = (4 << 1) | (7 << 4) | ar9003_hw_internal_regulator_apply() 3911 reg_pmu_set = (5 << 1) | (7 << 4) | ar9003_hw_internal_regulator_apply() 3917 REG_WRITE(ah, AR_PHY_PMU1, reg_pmu_set); ar9003_hw_internal_regulator_apply() 3918 if (!is_pmu_set(ah, AR_PHY_PMU1, reg_pmu_set)) ar9003_hw_internal_regulator_apply() 3921 reg_pmu_set = (REG_READ(ah, AR_PHY_PMU2) & ~0xFFC00000) ar9003_hw_internal_regulator_apply() 3923 REG_WRITE(ah, AR_PHY_PMU2, reg_pmu_set); ar9003_hw_internal_regulator_apply() 3924 if (!is_pmu_set(ah, AR_PHY_PMU2, reg_pmu_set)) ar9003_hw_internal_regulator_apply() 3927 reg_pmu_set = (REG_READ(ah, AR_PHY_PMU2) & ~0x00200000) ar9003_hw_internal_regulator_apply() 3929 REG_WRITE(ah, AR_PHY_PMU2, reg_pmu_set); ar9003_hw_internal_regulator_apply() 3930 if (!is_pmu_set(ah, AR_PHY_PMU2, reg_pmu_set)) ar9003_hw_internal_regulator_apply()
|
Completed in 81 milliseconds