Home
last modified time | relevance | path

Searched refs:HAL_RESET_POWER_ON (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_power.c51 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) in ar5416SetPowerModeAwake()
H A Dar5416_reset.c786 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) in ar5416ChipReset()
789 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) in ar5416ChipReset()
796 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) in ar5416ChipReset()
1294 case HAL_RESET_POWER_ON: in ar5416SetResetReg()
H A Dar5416_attach.c327 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) { in ar5416Attach()
/freebsd/sys/dev/ath/ath_hal/ar9001/
H A Dar9160_attach.c152 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) { in ar9160Attach()
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c181 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) { in ar9287Attach()
H A Dar9285_attach.c200 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) { in ar9285Attach()
H A Dar9280_attach.c214 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) { in ar9280Attach()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h776 HAL_RESET_POWER_ON, enumerator
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c508 if (ar9300_set_reset_reg(ah, HAL_RESET_POWER_ON) != AH_TRUE) { in ar9300_set_power_mode_awake()
H A Dar9300_attach.c709 if (!ar9300_set_reset_reg(ah, HAL_RESET_POWER_ON)) { /* reset chip */ in ar9300_attach()
H A Dar9300_reset.c1942 case HAL_RESET_POWER_ON: in ar9300_set_reset_reg()