Home
last modified time | relevance | path

Searched refs:AR_PHY_PMU1 (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c3987 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()
4005 REG_WRITE(ah, AR_PHY_PMU1, reg_val); in ar9003_hw_internal_regulator_apply()
4029 REG_RMW_FIELD(ah, AR_PHY_PMU1, AR_PHY_PMU1_PWD, 0x1); in ar9003_hw_internal_regulator_apply()
4030 while (!REG_READ_FIELD(ah, AR_PHY_PMU1, in ar9003_hw_internal_regulator_apply()
4038 REG_RMW_FIELD(ah, AR_PHY_PMU1, AR_PHY_PMU1_PWD, 0x1); in ar9003_hw_internal_regulator_apply()
Dar9003_phy.h733 #define AR_PHY_PMU1 ((AR_SREV_9462(ah) || AR_SREV_9565(ah)) ? 0x16340 : \ macro