Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c3964 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()
3993 REG_WRITE(ah, AR_PHY_PMU2(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()
3999 REG_WRITE(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()
4008 REG_WRITE(ah, AR_PHY_PMU2(ah), 0x10200000); in ar9003_hw_internal_regulator_apply()
4024 REG_RMW_FIELD(ah, AR_PHY_PMU2(ah), AR_PHY_PMU2_PGM, 0); in ar9003_hw_internal_regulator_apply()
4025 while (REG_READ_FIELD(ah, AR_PHY_PMU2(ah), in ar9003_hw_internal_regulator_apply()
4033 REG_RMW_FIELD(ah, AR_PHY_PMU2(ah), AR_PHY_PMU2_PGM, 0x1); in ar9003_hw_internal_regulator_apply()
[all …]
H A Dar9003_phy.h738 #define AR_PHY_PMU2(_ah) ((AR_SREV_9462(_ah) || AR_SREV_9565(_ah)) ? 0x16344 : \ macro