Searched refs:HAL_RESET_FORCE_COLD (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/ath/ |
| H A D | if_ath.c | 2396 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 D | ar5416_reset.c | 171 (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 D | ah.h | 772 HAL_RESET_FORCE_COLD = 2, /* Force full reset */ enumerator
|
| /freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_reset.c | 2083 (reset_type == HAL_RESET_FORCE_COLD) || in ar9300_chip_reset()
|