Searched refs:AR_INTR_SYNC_MASK_GPIO (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_gpio.c234 AR_INTR_SYNC_MASK_GPIO) &~ AR_GPIO_BIT(gpio);
236 AR_INTR_SYNC_MASK_GPIO, mask);
273 AR_INTR_SYNC_MASK_GPIO) | AR_GPIO_BIT(gpio);
275 AR_INTR_SYNC_MASK_GPIO, mask);
H A Dar5416_interrupts.c371 AR_INTR_SYNC_MASK_GPIO);
H A Dar5416reg.h373 #define AR_INTR_SYNC_MASK_GPIO 0xFFFC0000 macro
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c55 if ((host_isr & (sync_en_def | AR_INTR_SYNC_MASK_GPIO)) &&
162 (sync_en_def | AR_INTR_SYNC_MASK_GPIO);
447 if (sync_cause & AR_INTR_SYNC_MASK_GPIO) {
448 ahp->ah_gpio_cause = (sync_cause & AR_INTR_SYNC_MASK_GPIO) >>
712 mask |= SM(ahp->ah_gpio_mask, AR_INTR_SYNC_MASK_GPIO);
H A Dar9300reg.h925 #define AR_INTR_SYNC_MASK_GPIO 0xFFFC0000 // synchronous interrupt mask: bits 18..31 macro

Completed in 99 milliseconds