Home
last modified time | relevance | path

Searched refs:OCTEON_GPIO_IRQS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/cavium/
H A Docteon_gpiovar.h44 #define OCTEON_GPIO_IRQS 16 macro
50 struct resource *gpio_irq_res[OCTEON_GPIO_IRQS];
51 int gpio_irq_rid[OCTEON_GPIO_IRQS];
52 void *gpio_ih[OCTEON_GPIO_IRQS];
53 void *gpio_intr_cookies[OCTEON_GPIO_IRQS];
H A Docteon_gpio.c326 if ((irq < 0) || (irq >= OCTEON_GPIO_IRQS)) in octeon_gpio_filter()
348 if ((irq < 0) || (irq >= OCTEON_GPIO_IRQS)) { in octeon_gpio_intr()
394 for ( i = 0; i < OCTEON_GPIO_IRQS; i++) { in octeon_gpio_attach()
468 for ( i = 0; i < OCTEON_GPIO_IRQS; i++) { in octeon_gpio_detach()