Searched refs:reg_pmu2_set (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/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 1388 reg_pmu2_set = in ar9300_internal_regulator_apply() 1390 OS_REG_WRITE(ah, reg_PMU2, reg_pmu2_set); in ar9300_internal_regulator_apply() 1392 while (reg_pmu2 != reg_pmu2_set) { in ar9300_internal_regulator_apply() 1393 OS_REG_WRITE(ah, reg_PMU2, reg_pmu2_set); in ar9300_internal_regulator_apply() 1397 reg_pmu2_set = in ar9300_internal_regulator_apply() 1399 OS_REG_WRITE(ah, reg_PMU2, reg_pmu2_set); in ar9300_internal_regulator_apply() 1401 while (reg_pmu2 != reg_pmu2_set) { in ar9300_internal_regulator_apply() 1402 OS_REG_WRITE(ah, reg_PMU2, reg_pmu2_set); in ar9300_internal_regulator_apply()
|