Searched refs:AR_INTR_SYNC_MASK_GPIO (Results 1 – 2 of 2) sorted by relevance
55 if ((host_isr & (sync_en_def | AR_INTR_SYNC_MASK_GPIO)) && in ar9300_is_interrupt_pending()162 (sync_en_def | AR_INTR_SYNC_MASK_GPIO); in ar9300_get_pending_interrupts()447 if (sync_cause & AR_INTR_SYNC_MASK_GPIO) { in ar9300_get_pending_interrupts()448 ahp->ah_gpio_cause = (sync_cause & AR_INTR_SYNC_MASK_GPIO) >> in ar9300_get_pending_interrupts()712 mask |= SM(ahp->ah_gpio_mask, AR_INTR_SYNC_MASK_GPIO);
925 #define AR_INTR_SYNC_MASK_GPIO 0xFFFC0000 // synchronous interrupt mask: bits 18..31 macro