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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_interrupts.c105 if (omask & HAL_INT_GLOBAL) {
130 if (ints & HAL_INT_GLOBAL) {
H A Dar5210_xmit.c340 (void) ar5210SetInterrupts(ah, ints &~ HAL_INT_GLOBAL);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_interrupts.c122 if (omask & HAL_INT_GLOBAL) {
156 if (ints & HAL_INT_GLOBAL) {
H A Dar5211_xmit.c49 ar5211SetInterrupts(ah, ints &~ HAL_INT_GLOBAL);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c148 if (omask & HAL_INT_GLOBAL) {
197 if (ints & HAL_INT_GLOBAL) {
H A Dar5212_xmit.c60 omask = ath_hal_setInterrupts(ah, ahp->ah_maskReg &~ HAL_INT_GLOBAL);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_interrupts.c511 if (omask & HAL_INT_GLOBAL) {
535 if (ints & HAL_INT_GLOBAL) {
538 "%s: Request HAL_INT_GLOBAL ENABLED\n", __func__);
555 "%s: Request HAL_INT_GLOBAL DISABLED\n", __func__);
662 if ((ints & HAL_INT_GLOBAL)) {
664 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);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c275 if (omask & HAL_INT_GLOBAL) {
358 if (ints & HAL_INT_GLOBAL) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.h506 #define HAL_INT_GLOBAL 0x80000000 /* Set/clear IER */ macro
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c2659 | HAL_INT_FATAL | HAL_INT_GLOBAL;
6118 ath_hal_intrset(ah, sc->sc_imask &~ HAL_INT_GLOBAL);

Completed in 96 milliseconds