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

/freebsd-10-stable/sys/mips/cavium/
H A Docteon_gpiovar.h42 #define OCTEON_GPIO_IRQS 16 macro
47 struct resource *gpio_irq_res[OCTEON_GPIO_IRQS];
48 int gpio_irq_rid[OCTEON_GPIO_IRQS];
49 void *gpio_ih[OCTEON_GPIO_IRQS];
50 void *gpio_intr_cookies[OCTEON_GPIO_IRQS];
H A Docteon_gpio.c312 if ((irq < 0) || (irq >= OCTEON_GPIO_IRQS))
334 if ((irq < 0) || (irq >= OCTEON_GPIO_IRQS)) {
380 for ( i = 0; i < OCTEON_GPIO_IRQS; i++) {
450 for ( i = 0; i < OCTEON_GPIO_IRQS; i++) {

Completed in 102 milliseconds