Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_power.c53 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) in ar5416SetPowerModeAwake()
Dar5416_reset.c788 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) in ar5416ChipReset()
791 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) in ar5416ChipReset()
798 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) in ar5416ChipReset()
1296 case HAL_RESET_POWER_ON: in ar5416SetResetReg()
Dar5416_attach.c329 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) { in ar5416Attach()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9001/
Dar9130_attach.c134 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) { in ar9130Attach()
Dar9160_attach.c154 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) { in ar9160Attach()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
Dar9287_attach.c183 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) { in ar9287Attach()
Dar9285_attach.c202 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) { in ar9285Attach()
Dar9280_attach.c216 if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) { in ar9280Attach()
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah.h778 HAL_RESET_POWER_ON, enumerator
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_power.c508 if (ar9300_set_reset_reg(ah, HAL_RESET_POWER_ON) != AH_TRUE) { in ar9300_set_power_mode_awake()
Dar9300_attach.c709 if (!ar9300_set_reset_reg(ah, HAL_RESET_POWER_ON)) { /* reset chip */ in ar9300_attach()
Dar9300_reset.c1942 case HAL_RESET_POWER_ON: in ar9300_set_reset_reg()