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

/freebsd-10.1-release/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];
672 for (i = 0; i < MAX_GPIO_INTRS; i++) {
699 for (i = 0; i < MAX_GPIO_INTRS; i++) {

Completed in 45 milliseconds