Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ath/
HDif_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()
HDif_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()
HDif_ath.c1901 ath_hal_intrset(ah, sc->sc_imask); in ath_vap_delete()
2164 status &= sc->sc_imask; /* discard unasked for bits */ in ath_intr()
2246 imask = sc->sc_imask; in ath_intr()
2334 ath_hal_intrset(ah, sc->sc_imask); in ath_intr()
2696 sc->sc_imask = HAL_INT_RX | HAL_INT_TX in ath_init()
2705 sc->sc_imask |= (HAL_INT_RXHP | HAL_INT_RXLP); in ath_init()
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()
[all …]
HDif_ath_rx.c1268 ath_hal_intrset(ah, sc->sc_imask); in ath_rx_proc()
HDif_athvar.h699 HAL_INT sc_imask; /* interrupt mask copy */ member
/freebsd-14-stable/sys/dev/mwl/
HDif_mwlvar.h274 uint32_t sc_imask; /* interrupt mask copy */ member
HDif_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()
2536 mwl_hal_intrset(sc->sc_mh, sc->sc_imask); in mwl_ext_free()
2733 sc->sc_imask &~ MACREG_A2HRIC_BIT_RX_RDY); in mwl_rx_proc()
3838 mwl_hal_intrset(mh, sc->sc_imask); in mwl_chan_set()