Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1257 if (! ar5416SetResetReg(ah, HAL_RESET_COLD)) in ar5416Disable()
1297 case HAL_RESET_COLD: in ar5416SetResetReg()
1348 return ar5416SetReset(ah, HAL_RESET_COLD); in ar5416SetResetPowerOn()
1396 if (type == HAL_RESET_COLD) in ar5416SetReset()
1439 if (type == HAL_RESET_COLD) { in ar5416SetReset()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c1687 HALASSERT(type == HAL_RESET_WARM || type == HAL_RESET_COLD); in ar9300_set_reset()
1718 if (type == HAL_RESET_COLD) { in ar9300_set_reset()
1730 type == HAL_RESET_COLD)) in ar9300_set_reset()
1946 case HAL_RESET_COLD: in ar9300_set_reset_reg()
2025 if (!ar9300_set_reset_reg(ah, HAL_RESET_COLD)) { in ar9300_disable()
2090 type = HAL_RESET_COLD; in ar9300_chip_reset()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h778 HAL_RESET_COLD enumerator