Searched refs:HAL_INT_GLOBAL (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_interrupts.c103 if (omask & HAL_INT_GLOBAL) {
128 if (ints & HAL_INT_GLOBAL) {
H A Dar5210_xmit.c338 (void) ar5210SetInterrupts(ah, ints &~ HAL_INT_GLOBAL);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_interrupts.c120 if (omask & HAL_INT_GLOBAL) {
154 if (ints & HAL_INT_GLOBAL) {
H A Dar5211_xmit.c47 ar5211SetInterrupts(ah, ints &~ HAL_INT_GLOBAL);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c147 if (omask & HAL_INT_GLOBAL) {
196 if (ints & HAL_INT_GLOBAL) {
H A Dar5212_xmit.c58 omask = ath_hal_setInterrupts(ah, ahp->ah_maskReg &~ HAL_INT_GLOBAL);
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c494 if (omask & HAL_INT_GLOBAL) {
518 if (ints & HAL_INT_GLOBAL) {
521 "%s: Request HAL_INT_GLOBAL ENABLED\n", __func__);
538 "%s: Request HAL_INT_GLOBAL DISABLED\n", __func__);
645 if ((ints & HAL_INT_GLOBAL)) {
647 if ((ints & HAL_INT_GLOBAL) && (OS_ATOMIC_READ(&ahp->ah_ier_ref_count) == 0)) {
H A Dar9300_xmit.c55 omask = ar9300_set_interrupts(ah, ahp->ah_mask_reg &~ HAL_INT_GLOBAL, 0);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c273 if (omask & HAL_INT_GLOBAL) {
353 if (ints & HAL_INT_GLOBAL) {
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h489 #define HAL_INT_GLOBAL 0x80000000 /* Set/clear IER */ macro
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath.c2125 | HAL_INT_FATAL | HAL_INT_GLOBAL;
5505 ath_hal_intrset(ah, sc->sc_imask &~ HAL_INT_GLOBAL);

Completed in 271 milliseconds