Home
last modified time | relevance | path

Searched refs:sc_imask (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_tdma.c220 sc->sc_imask |= HAL_INT_SWBA; in ath_tdma_bintvalsetup()
224 sc->sc_imask &= ~HAL_INT_SWBA; in ath_tdma_bintvalsetup()
308 ath_hal_intrset(ah, sc->sc_imask); in ath_tdma_config()
390 ath_hal_intrset(ah, sc->sc_imask); in ath_tdma_update()
H A Dif_ath_beacon.c1171 sc->sc_imask |= HAL_INT_BMISS; in ath_beacon_config()
1172 ath_hal_intrset(ah, sc->sc_imask); in ath_beacon_config()
1187 sc->sc_imask |= HAL_INT_SWBA; in ath_beacon_config()
1207 sc->sc_imask |= HAL_INT_SWBA; /* beacon prepare */ in ath_beacon_config()
1226 ath_hal_intrset(ah, sc->sc_imask); in ath_beacon_config()
H A Dif_ath.c1901 ath_hal_intrset(ah, sc->sc_imask); in ath_vap_delete()
2246 imask = sc->sc_imask; in ath_intr()
2713 sc->sc_imask |= HAL_INT_RXEOL; in ath_init()
2719 sc->sc_imask |= HAL_INT_MCI; in ath_init()
2726 sc->sc_imask |= HAL_INT_MIB; in ath_init()
2735 sc->sc_imask |= HAL_INT_TSFOOR; in ath_init()
2739 sc->sc_imask |= HAL_INT_GTT; in ath_init()
2742 __func__, sc->sc_imask); in ath_init()
2746 ath_hal_intrset(ah, sc->sc_imask); in ath_init()
3079 ath_hal_intrset(ah, sc->sc_imask); in ath_reset()
[all …]
H A Dif_ath_rx.c1268 ath_hal_intrset(ah, sc->sc_imask); in ath_rx_proc()
H A Dif_athvar.h699 HAL_INT sc_imask; /* interrupt mask copy */ member
/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h274 uint32_t sc_imask; /* interrupt mask copy */ member
H A Dif_mwl.c754 mwl_hal_intrset(mh, sc->sc_imask); in mwl_vap_delete()
816 __func__, status, sc->sc_imask); in mwl_intr()
1166 sc->sc_imask = MACREG_A2HRIC_BIT_RX_RDY in mwl_init()
1183 mwl_hal_intrset(mh, sc->sc_imask); in mwl_init()
1254 mwl_hal_intrset(mh, sc->sc_imask); in mwl_reset()
2535 mwl_hal_intrset(sc->sc_mh, sc->sc_imask); in mwl_ext_free()
2732 sc->sc_imask &~ MACREG_A2HRIC_BIT_RX_RDY); in mwl_rx_proc()
3837 mwl_hal_intrset(mh, sc->sc_imask); in mwl_chan_set()