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

/freebsd-10-stable/sys/arm/ti/
H A Dti_gpio.c150 #define MAX_GPIO_INTRS MAX_GPIO_BANKS * INTR_PER_BANK macro
207 struct resource *sc_irq_res[MAX_GPIO_INTRS];
210 void *sc_irq_hdl[MAX_GPIO_INTRS];
662 for (i = 0; i < MAX_GPIO_INTRS; i++) {
689 for (i = 0; i < MAX_GPIO_INTRS; i++) {

Completed in 53 milliseconds