Searched refs:ar9300_set_interrupts (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_xmit.c | 55 omask = ar9300_set_interrupts(ah, ahp->ah_mask_reg &~ HAL_INT_GLOBAL, 0); in ar9300_update_tx_trig_level() 76 ar9300_set_interrupts(ah, omask, 0); in ar9300_update_tx_trig_level()
|
H A D | ar9300_interrupts.c | 499 ar9300_set_interrupts(struct ath_hal *ah, HAL_INT ints, HAL_BOOL nortc) function
|
H A D | ar9300_freebsd.c | 671 return ar9300_set_interrupts(ah, ints, 0); in ar9300_set_interrupts_freebsd()
|
H A D | ar9300.h | 1215 extern HAL_INT ar9300_set_interrupts(struct ath_hal *ah, HAL_INT ints, HAL_BOOL);
|
H A D | ar9300_attach.c | 363 ar9300_set_interrupts, /* ah_set_interrupts */
|