Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/
HDif_ath_sysctl.c1335 sc->sc_ah->ah_config.ah_force_full_reset = 0; in ath_sysctl_hal_attach()
1337 &sc->sc_ah->ah_config.ah_force_full_reset, 0, in ath_sysctl_hal_attach()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c171 (ah->ah_config.ah_force_full_reset)) in ar5416Reset()
786 } else if (ah->ah_config.ah_force_full_reset) { in ar5416ChipReset()
/NextBSD/sys/dev/ath/ath_hal/
HDah.h1269 int ah_force_full_reset; /* force full chip reset rather then warm reset */ member
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_reset.c2057 (ah->ah_config.ah_force_full_reset == 1) || in ar9300_chip_reset()