Searched refs:is_pmu_set (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 3939 static bool is_pmu_set(struct ath_hw *ah, u32 pmu_reg, int pmu_set) in is_pmu_set() function 3965 if (!is_pmu_set(ah, AR_PHY_PMU2(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() 3994 if (!is_pmu_set(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()
|