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

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_interrupts.c42 ar5210GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked)
82 HAL_INT
88 HAL_INT
89 ar5210SetInterrupts(struct ath_hal *ah, HAL_INT ints)
H A Dar5210.h288 extern HAL_BOOL ar5210GetPendingInterrupts(struct ath_hal *, HAL_INT *);
289 extern HAL_INT ar5210GetInterrupts(struct ath_hal *);
290 extern HAL_INT ar5210SetInterrupts(struct ath_hal *, HAL_INT ints);
H A Dar5210_xmit.c332 HAL_INT ints = ar5210GetInterrupts(ah);
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_interrupts.c49 ar5211GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked)
95 HAL_INT
105 HAL_INT
106 ar5211SetInterrupts(struct ath_hal *ah, HAL_INT ints)
H A Dar5211.h316 extern HAL_BOOL ar5211GetPendingInterrupts(struct ath_hal *, HAL_INT *);
317 extern HAL_INT ar5211GetInterrupts(struct ath_hal *);
318 extern HAL_INT ar5211SetInterrupts(struct ath_hal *, HAL_INT ints);
H A Dar5211_xmit.c41 HAL_INT ints = ar5211GetInterrupts(ah);
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c55 ar5212GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked)
127 HAL_INT
137 HAL_INT
138 ar5212SetInterrupts(struct ath_hal *ah, HAL_INT ints)
H A Dar5212.h448 extern HAL_BOOL ar5212GetPendingInterrupts(struct ath_hal *ah, HAL_INT *);
449 extern HAL_INT ar5212GetInterrupts(struct ath_hal *ah);
450 extern HAL_INT ar5212SetInterrupts(struct ath_hal *ah, HAL_INT ints);
H A Dar5212_xmit.c50 HAL_INT omask;
/freebsd-10.3-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h17 HAL_INT *masked);
18 extern HAL_INT ar9300_set_interrupts_freebsd(struct ath_hal *ah,
19 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,
471 HAL_INT
481 HAL_INT
482 ar9300_set_interrupts(struct ath_hal *ah, HAL_INT ints, HAL_BOOL nortc)
H A Dar9300_freebsd.c352 ar9300_get_pending_interrupts_freebsd(struct ath_hal *ah, HAL_INT *masked)
359 HAL_INT
360 ar9300_set_interrupts_freebsd(struct ath_hal *ah, HAL_INT ints)
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.h1201 extern HAL_BOOL ar9300_get_pending_interrupts(struct ath_hal *ah, HAL_INT *, HAL_INT_TYPE, u_int8_t, HAL_BOOL);
1202 extern HAL_INT ar9300_get_interrupts(struct ath_hal *ah);
1203 extern HAL_INT ar9300_set_interrupts(struct ath_hal *ah, HAL_INT ints, HAL_BOOL);
H A Dar9300_xmit.c44 HAL_INT omask;
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c68 ar5416GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked)
263 HAL_INT
264 ar5416SetInterrupts(struct ath_hal *ah, HAL_INT ints)
H A Dar5416.h226 extern HAL_BOOL ar5416GetPendingInterrupts(struct ath_hal *, HAL_INT *masked);
227 extern HAL_INT ar5416SetInterrupts(struct ath_hal *ah, HAL_INT ints);
/freebsd-10.3-release/sys/dev/ath/ath_hal/
H A Dah.h511 } HAL_INT; typedef in typeref:enum:__anon7933
1566 HAL_BOOL __ahdecl(*ah_getPendingInterrupts)(struct ath_hal*, HAL_INT*);
1567 HAL_INT __ahdecl(*ah_getInterrupts)(struct ath_hal*);
1568 HAL_INT __ahdecl(*ah_setInterrupts)(struct ath_hal*, HAL_INT);
/freebsd-10.3-release/sys/dev/ath/
H A Dif_ath.c1658 HAL_INT status = 0;
1667 HAL_INT status;
1693 HAL_INT status;
H A Dif_athvar.h669 HAL_INT sc_imask; /* interrupt mask copy */

Completed in 278 milliseconds