Home
last modified time | relevance | path

Searched refs:ath_hal_reset (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c2021 ath_hal_reset(ah, sc->sc_opmode, in ath_resume()
2633 if (!ath_hal_reset(ah, sc->sc_opmode, ic->ic_curchan, AH_FALSE, in ath_init()
3018 if (!ath_hal_reset(ah, sc->sc_opmode, ic->ic_curchan, AH_TRUE, in ath_reset()
5327 if (!ath_hal_reset(ah, sc->sc_opmode, chan, AH_TRUE, in ath_chan_set()
H A Dif_athvar.h1063 #define ath_hal_reset(_ah, _opmode, _chan, _fullreset, _resettype, _pstatus) \ macro