Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c2396 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_fatal_proc()
2513 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_bmiss_proc()
2548 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_tsfoor_proc()
3822 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_reset_proc()
3849 ath_reset(sc, ATH_RESET_NOLOSS, HAL_RESET_FORCE_COLD); in ath_bstuck_proc()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c171 (resetType == HAL_RESET_FORCE_COLD) || in ar5416Reset()
791 } else if ((resetType == HAL_RESET_FORCE_COLD) || in ar5416ChipReset()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h772 HAL_RESET_FORCE_COLD = 2, /* Force full reset */ enumerator
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c2083 (reset_type == HAL_RESET_FORCE_COLD) || in ar9300_chip_reset()