Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_interrupts.c130 mask2 |= HAL_INT_GTT; in ar5416GetPendingInterrupts()
329 if (ints & (HAL_INT_GTT | HAL_INT_CST)) { in ar5416SetInterrupts()
331 if (ints & HAL_INT_GTT) in ar5416SetInterrupts()
HDar5416_attach.c987 | HAL_INT_GTT in ar5416FillCapabilityInfo()
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_interrupts.c595 if (ints & (HAL_INT_GTT | HAL_INT_CST)) {
597 if (ints & HAL_INT_GTT) {
/trueos/sys/dev/ath/ath_hal/
HDah.h487 HAL_INT_GTT = 0x20000000, /* Non-common mapping */ enumerator
/trueos/sys/dev/ath/
HDif_ath.c1873 if (status & HAL_INT_GTT) in ath_intr()
2143 sc->sc_imask |= HAL_INT_GTT; in ath_init()