Home
last modified time | relevance | path

Searched refs:HAL_INT_FATAL (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_interrupts.c62 *masked |= HAL_INT_FATAL; in ar5211GetPendingInterrupts()
75 *masked |= HAL_INT_FATAL; in ar5211GetPendingInterrupts()
81 if (*masked & HAL_INT_FATAL) { in ar5211GetPendingInterrupts()
140 if (ints & HAL_INT_FATAL) { in ar5211SetInterrupts()
HDar5211_attach.c527 | HAL_INT_FATAL in ar5211FillCapabilityInfo()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_interrupts.c85 *masked |= HAL_INT_FATAL; in ar5212GetPendingInterrupts()
106 *masked |= HAL_INT_FATAL; in ar5212GetPendingInterrupts()
113 if (*masked & HAL_INT_FATAL) { in ar5212GetPendingInterrupts()
180 if (ints & HAL_INT_FATAL) { in ar5212SetInterrupts()
HDar5212_attach.c906 | HAL_INT_FATAL in ar5212FillCapabilityInfo()
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_interrupts.c65 *masked |= HAL_INT_FATAL; in ar5210GetPendingInterrupts()
74 if (*masked & HAL_INT_FATAL) { in ar5210GetPendingInterrupts()
HDar5210_attach.c397 | HAL_INT_FATAL in ar5210FillCapabilityInfo()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_interrupts.c232 *masked |= HAL_INT_FATAL; in ar5416GetPendingInterrupts()
239 *masked |= HAL_INT_FATAL; in ar5416GetPendingInterrupts()
244 if (*masked & HAL_INT_FATAL) { in ar5416GetPendingInterrupts()
HDar5416_attach.c975 | HAL_INT_FATAL in ar5416FillCapabilityInfo()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_interrupts.c420 *masked |= HAL_INT_FATAL; /* Set FATAL INT flag here;*/ in ar9300_get_pending_interrupts()
436 *masked |= HAL_INT_FATAL; in ar9300_get_pending_interrupts()
/NextBSD/sys/dev/ath/ath_hal/
HDah.h490 HAL_INT_FATAL = 0x40000000, /* Non-common mapping */ enumerator
/NextBSD/sys/dev/ath/
HDif_ath.c2088 if (status & HAL_INT_FATAL) { in ath_intr()
2522 | HAL_INT_FATAL | HAL_INT_GLOBAL; in ath_init()