Home
last modified time | relevance | path

Searched refs:swreg (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_eeprom.c519 return (p_base->swreg); in ar9300_eeprom_get()
1409 int swreg = ar9300_eeprom_get(ahp, EEP_SWREG); in ar9300_internal_regulator_apply() local
1410 OS_REG_WRITE(ah, reg_PMU1, swreg); in ar9300_internal_regulator_apply()
1413 int swreg = ar9300_eeprom_get(ahp, EEP_SWREG); in ar9300_internal_regulator_apply() local
1417 OS_REG_WRITE(ah, AR_RTC_REG_CONTROL0, swreg); in ar9300_internal_regulator_apply()
4355 dword = __bswap32(eep->base_eep_header.swreg); in ar9300_swap_eeprom()
4356 eep->base_eep_header.swreg = dword; in ar9300_swap_eeprom()
Dar9300eep.h269 u_int32_t swreg; // SW controlled internal regulator fields member
/freebsd-12-stable/tools/tools/ath/ath_ee_9300_print/
Dmain.c118 ee_base->swreg); in eeprom_9300_base_print()