Searched refs:reg_pmu_set (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 3961 int reg_pmu_set; in ar9003_hw_internal_regulator_apply() local 3963 reg_pmu_set = REG_READ(ah, AR_PHY_PMU2) & ~AR_PHY_PMU2_PGM; in ar9003_hw_internal_regulator_apply() 3964 REG_WRITE(ah, AR_PHY_PMU2, reg_pmu_set); in ar9003_hw_internal_regulator_apply() 3965 if (!is_pmu_set(ah, AR_PHY_PMU2, reg_pmu_set)) in ar9003_hw_internal_regulator_apply() 3970 reg_pmu_set = (3 << 1) | (8 << 4) | in ar9003_hw_internal_regulator_apply() 3975 reg_pmu_set = (4 << 1) | (7 << 4) | in ar9003_hw_internal_regulator_apply() 3981 reg_pmu_set = (5 << 1) | (7 << 4) | in ar9003_hw_internal_regulator_apply() 3987 REG_WRITE(ah, AR_PHY_PMU1, reg_pmu_set); in ar9003_hw_internal_regulator_apply() 3988 if (!is_pmu_set(ah, AR_PHY_PMU1, reg_pmu_set)) in ar9003_hw_internal_regulator_apply() 3991 reg_pmu_set in ar9003_hw_internal_regulator_apply() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 3961 int reg_pmu_set; in ar9003_hw_internal_regulator_apply() local 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() 3970 reg_pmu_set = (3 << 1) | (8 << 4) | in ar9003_hw_internal_regulator_apply() 3975 reg_pmu_set = (4 << 1) | (7 << 4) | in ar9003_hw_internal_regulator_apply() 3981 reg_pmu_set = (5 << 1) | (7 << 4) | in ar9003_hw_internal_regulator_apply() 3987 REG_WRITE(ah, AR_PHY_PMU1(ah), reg_pmu_set); in ar9003_hw_internal_regulator_apply() 3988 if (!is_pmu_set(ah, AR_PHY_PMU1(ah), reg_pmu_set)) in ar9003_hw_internal_regulator_apply() 3991 reg_pmu_set in ar9003_hw_internal_regulator_apply() [all...] |
Completed in 10 milliseconds