Searched refs:HAL_INT (Results 1 - 22 of 22) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_interrupts.c44 ar5210GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked)
84 HAL_INT
90 HAL_INT
91 ar5210SetInterrupts(struct ath_hal *ah, HAL_INT ints)
H A Dar5210.h294 extern HAL_BOOL ar5210GetPendingInterrupts(struct ath_hal *, HAL_INT *);
295 extern HAL_INT ar5210GetInterrupts(struct ath_hal *);
296 extern HAL_INT ar5210SetInterrupts(struct ath_hal *, HAL_INT ints);
H A Dar5210_xmit.c334 HAL_INT ints = ar5210GetInterrupts(ah);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_interrupts.c51 ar5211GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked)
97 HAL_INT
107 HAL_INT
108 ar5211SetInterrupts(struct ath_hal *ah, HAL_INT ints)
H A Dar5211.h320 extern HAL_BOOL ar5211GetPendingInterrupts(struct ath_hal *, HAL_INT *);
321 extern HAL_INT ar5211GetInterrupts(struct ath_hal *);
322 extern HAL_INT ar5211SetInterrupts(struct ath_hal *, HAL_INT ints);
H A Dar5211_xmit.c43 HAL_INT ints = ar5211GetInterrupts(ah);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/
H A Dglue.c28 HAL_INT intr_status;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c56 ar5212GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked)
128 HAL_INT
138 HAL_INT
139 ar5212SetInterrupts(struct ath_hal *ah, HAL_INT ints)
H A Dar5212.h453 extern HAL_BOOL ar5212GetPendingInterrupts(struct ath_hal *ah, HAL_INT *);
454 extern HAL_INT ar5212GetInterrupts(struct ath_hal *ah);
455 extern HAL_INT ar5212SetInterrupts(struct ath_hal *ah, HAL_INT ints);
H A Dar5212_xmit.c52 HAL_INT omask;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_freebsd.h18 HAL_INT *masked);
19 extern HAL_INT ar9300_set_interrupts_freebsd(struct ath_hal *ah,
20 HAL_INT mask);
H A Dar9300_stub_funcs.h26 extern HAL_BOOL ar9300_Stub_GetPendingInterrupts(struct ath_hal *ah, HAL_INT *);
27 extern HAL_INT ar9300_Stub_GetInterrupts(struct ath_hal *ah);
28 extern HAL_INT ar9300_Stub_SetInterrupts(struct ath_hal *ah, HAL_INT ints);
H A Dar9300_interrupts.c83 HAL_INT *masked,
488 HAL_INT
498 HAL_INT
499 ar9300_set_interrupts(struct ath_hal *ah, HAL_INT ints, HAL_BOOL nortc)
H A Dar9300_stub_funcs.c132 ar9300_Stub_GetPendingInterrupts(struct ath_hal *ah, HAL_INT *mask)
139 HAL_INT
147 HAL_INT
148 ar9300_Stub_SetInterrupts(struct ath_hal *ah, HAL_INT ints)
H A Dar9300_freebsd.c640 ar9300_get_pending_interrupts_freebsd(struct ath_hal *ah, HAL_INT *masked)
647 HAL_INT
648 ar9300_set_interrupts_freebsd(struct ath_hal *ah, HAL_INT ints)
H A Dar9300.h1213 extern HAL_BOOL ar9300_get_pending_interrupts(struct ath_hal *ah, HAL_INT *, HAL_INT_TYPE, u_int8_t, HAL_BOOL);
1214 extern HAL_INT ar9300_get_interrupts(struct ath_hal *ah);
1215 extern HAL_INT ar9300_set_interrupts(struct ath_hal *ah, HAL_INT ints, HAL_BOOL);
H A Dar9300_xmit.c44 HAL_INT omask;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c70 ar5416GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked)
265 HAL_INT
266 ar5416SetInterrupts(struct ath_hal *ah, HAL_INT ints)
H A Dar5416.h222 extern HAL_BOOL ar5416GetPendingInterrupts(struct ath_hal *, HAL_INT *masked);
223 extern HAL_INT ar5416SetInterrupts(struct ath_hal *ah, HAL_INT ints);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.h528 } HAL_INT; typedef in typeref:enum:__anon38
1512 HAL_BOOL __ahdecl(*ah_getPendingInterrupts)(struct ath_hal*, HAL_INT*);
1513 HAL_INT __ahdecl(*ah_getInterrupts)(struct ath_hal*);
1514 HAL_INT __ahdecl(*ah_setInterrupts)(struct ath_hal*, HAL_INT);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h700 HAL_INT sc_imask; /* interrupt mask copy */
882 HAL_INT sc_intr_status;
H A Dif_ath.c2076 HAL_INT status = 0;
2085 HAL_INT status;
2116 HAL_INT status;

Completed in 229 milliseconds