Home
last modified time | relevance | path

Searched refs:athn_hw_reset (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dathnvar.h631 int athn_hw_reset(struct athn_softc *, struct ieee80211_channel *,
H A Dathn.c996 error = athn_hw_reset(sc, curchan, extchan, 0); in athn_switch_chan()
2182 athn_hw_reset(struct athn_softc *sc, struct ieee80211_channel *curchan, in athn_hw_reset() function
2902 if ((error = athn_hw_reset(sc, curchan, extchan, 1)) != 0) { in athn_init()
/netbsd-src/sys/dev/usb/
H A Dif_athn_usb.c1773 error = athn_hw_reset(sc, curchan, extchan, 0); in athn_usb_switch_chan()
2801 error = athn_hw_reset(sc, curchan, extchan, 1); in athn_usb_init_locked()