Home
last modified time | relevance | path

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

/NextBSD/sys/mips/cavium/
HDocteon_gpiovar.h42 #define OCTEON_GPIO_IRQS 16 macro
48 struct resource *gpio_irq_res[OCTEON_GPIO_IRQS];
49 int gpio_irq_rid[OCTEON_GPIO_IRQS];
50 void *gpio_ih[OCTEON_GPIO_IRQS];
51 void *gpio_intr_cookies[OCTEON_GPIO_IRQS];
HDocteon_gpio.c324 if ((irq < 0) || (irq >= OCTEON_GPIO_IRQS)) in octeon_gpio_filter()
346 if ((irq < 0) || (irq >= OCTEON_GPIO_IRQS)) { in octeon_gpio_intr()
392 for ( i = 0; i < OCTEON_GPIO_IRQS; i++) { in octeon_gpio_attach()
466 for ( i = 0; i < OCTEON_GPIO_IRQS; i++) { in octeon_gpio_detach()