Searched refs:reg_pmu2 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_eeprom.c | 1268 int reg_pmu1, reg_pmu2, reg_pmu1_set, reg_pmu2_set; in ar9300_internal_regulator_apply() local 1391 reg_pmu2 = OS_REG_READ(ah, reg_PMU2); in ar9300_internal_regulator_apply() 1392 while (reg_pmu2 != reg_pmu2_set) { in ar9300_internal_regulator_apply() 1395 reg_pmu2 = OS_REG_READ(ah, reg_PMU2); in ar9300_internal_regulator_apply() 1400 reg_pmu2 = OS_REG_READ(ah, reg_PMU2); in ar9300_internal_regulator_apply() 1401 while (reg_pmu2 != reg_pmu2_set) { in ar9300_internal_regulator_apply() 1404 reg_pmu2 = OS_REG_READ(ah, reg_PMU2); in ar9300_internal_regulator_apply() 1426 reg_pmu2 = OS_REG_READ_FIELD(ah, reg_PMU2, AR_PHY_PMU2_PGM); in ar9300_internal_regulator_apply() 1427 while (reg_pmu2) { in ar9300_internal_regulator_apply() 1438 reg_pmu2 = OS_REG_READ_FIELD(ah, reg_PMU2, AR_PHY_PMU2_PGM); in ar9300_internal_regulator_apply() [all …]
|