Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_reset.c1249 if (! ar5416SetResetReg(ah, HAL_RESET_COLD)) in ar5416Disable()
1289 case HAL_RESET_COLD: in ar5416SetResetReg()
1340 return ar5416SetReset(ah, HAL_RESET_COLD); in ar5416SetResetPowerOn()
1388 if (type == HAL_RESET_COLD) in ar5416SetReset()
1431 if (type == HAL_RESET_COLD) { in ar5416SetReset()
H A Dar5416.h31 HAL_RESET_COLD, enumerator
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c1664 HALASSERT(type == HAL_RESET_WARM || type == HAL_RESET_COLD); in ar9300_set_reset()
1695 if (type == HAL_RESET_COLD) { in ar9300_set_reset()
1707 type == HAL_RESET_COLD)) in ar9300_set_reset()
1922 case HAL_RESET_COLD: in ar9300_set_reset_reg()
2000 if (!ar9300_set_reset_reg(ah, HAL_RESET_COLD)) { in ar9300_disable()
2060 type = HAL_RESET_COLD; in ar9300_chip_reset()
H A Dar9300.h106 HAL_RESET_COLD, enumerator