Searched refs:AR_PHY_PMU1 (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 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() 4005 REG_WRITE(ah, AR_PHY_PMU1(ah), reg_val); in ar9003_hw_internal_regulator_apply() 4029 REG_RMW_FIELD(ah, AR_PHY_PMU1(ah), AR_PHY_PMU1_PWD, 0x1); in ar9003_hw_internal_regulator_apply() 4030 while (!REG_READ_FIELD(ah, AR_PHY_PMU1(ah), in ar9003_hw_internal_regulator_apply() 4038 REG_RMW_FIELD(ah, AR_PHY_PMU1(ah), AR_PHY_PMU1_PWD, 0x1); in ar9003_hw_internal_regulator_apply()
|
D | ar9003_phy.h | 733 #define AR_PHY_PMU1(_ah) ((AR_SREV_9462(_ah) || AR_SREV_9565(_ah)) ? 0x16340 : \ macro
|