Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c3860 REG_WRITE(ah, AR_PHY_PMU1, reg_pmu_set); in ar9003_hw_internal_regulator_apply()
3861 if (!is_pmu_set(ah, AR_PHY_PMU1, reg_pmu_set)) in ar9003_hw_internal_regulator_apply()
3877 REG_WRITE(ah, AR_PHY_PMU1, reg_val); in ar9003_hw_internal_regulator_apply()
3898 REG_RMW_FIELD(ah, AR_PHY_PMU1, AR_PHY_PMU1_PWD, 0x1); in ar9003_hw_internal_regulator_apply()
3899 while (!REG_READ_FIELD(ah, AR_PHY_PMU1, in ar9003_hw_internal_regulator_apply()
3907 REG_RMW_FIELD(ah, AR_PHY_PMU1, AR_PHY_PMU1_PWD, 0x1); in ar9003_hw_internal_regulator_apply()
Dar9003_phy.h689 #define AR_PHY_PMU1 (AR_SREV_9462(ah) ? 0x16340 : 0x16c40) macro