Home
last modified time | relevance | path

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

/trueos/sys/dev/mwl/
HDmwlhal.h151 void mwl_hal_intrset(struct mwl_hal *mh, uint32_t mask);
HDif_mwl.c767 mwl_hal_intrset(mh, 0); /* disable interrupts */ in mwl_vap_delete()
793 mwl_hal_intrset(mh, sc->sc_imask); in mwl_vap_delete()
1228 mwl_hal_intrset(mh, sc->sc_imask); in mwl_init_locked()
1331 mwl_hal_intrset(mh, 0); /* disable interrupts */ in mwl_reset()
1333 mwl_hal_intrset(mh, sc->sc_imask); in mwl_reset()
2641 mwl_hal_intrset(sc->sc_mh, sc->sc_imask); in mwl_ext_free()
2842 mwl_hal_intrset(sc->sc_mh, in mwl_rx_proc()
3957 mwl_hal_intrset(mh, 0); /* disable interrupts */ in mwl_chan_set()
3992 mwl_hal_intrset(mh, sc->sc_imask); in mwl_chan_set()
HDmwlhal.c512 mwl_hal_intrset(struct mwl_hal *mh0, uint32_t mask) in mwl_hal_intrset() function