Searched refs:reg_pmu2_set (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_eeprom.c | 1222 int reg_pmu1, reg_pmu2, reg_pmu1_set, reg_pmu2_set; in ar9300_internal_regulator_apply() local 1342 reg_pmu2_set = in ar9300_internal_regulator_apply() 1344 OS_REG_WRITE(ah, reg_PMU2, reg_pmu2_set); in ar9300_internal_regulator_apply() 1346 while (reg_pmu2 != reg_pmu2_set) { in ar9300_internal_regulator_apply() 1347 OS_REG_WRITE(ah, reg_PMU2, reg_pmu2_set); in ar9300_internal_regulator_apply() 1351 reg_pmu2_set = in ar9300_internal_regulator_apply() 1353 OS_REG_WRITE(ah, reg_PMU2, reg_pmu2_set); in ar9300_internal_regulator_apply() 1355 while (reg_pmu2 != reg_pmu2_set) { in ar9300_internal_regulator_apply() 1356 OS_REG_WRITE(ah, reg_PMU2, reg_pmu2_set); in ar9300_internal_regulator_apply()
|