Searched refs:ah_gpio_cause (Results 1 – 3 of 3) sorted by relevance
352 ahp->ah_gpio_cause = (async_cause & AR_INTR_ASYNC_CAUSE_GPIO) >> in ar9300_get_pending_interrupts()448 ahp->ah_gpio_cause = (sync_cause & AR_INTR_SYNC_MASK_GPIO) >> in ar9300_get_pending_interrupts()
414 mask = ahp->ah_gpio_cause; in ar9300_gpio_get_intr()
491 u_int32_t ah_gpio_cause; /* copy of GPIO cause (sync and async) */ member