Home
last modified time | relevance | path

Searched refs:HAL_INT_CST (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/sys/dev/ath/ath_hal/ar5416/
HDar5416_interrupts.c132 mask2 |= HAL_INT_CST; in ar5416GetPendingInterrupts()
323 if (ints & HAL_INT_CST) in ar5416SetInterrupts()
329 if (ints & (HAL_INT_GTT | HAL_INT_CST)) { in ar5416SetInterrupts()
333 if (ints & HAL_INT_CST) in ar5416SetInterrupts()
HDar5416_attach.c980 | HAL_INT_CST in ar5416FillCapabilityInfo()
/freebsd-head/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_interrupts.c612 if (ints & (HAL_INT_GTT | HAL_INT_CST)) {
617 if (ints & HAL_INT_CST) {
/freebsd-head/sys/dev/ath/ath_hal/
HDah.h501 HAL_INT_CST = 0x10000000, /* Non-common mapping */ enumerator
/freebsd-head/sys/dev/ath/
HDif_ath.c2312 if (status & HAL_INT_CST) in ath_intr()