Searched defs:octeon_gpio_softc (Results 1 – 1 of 1) sorted by relevance
46 struct octeon_gpio_softc { struct47 device_t dev;48 device_t busdev;49 struct mtx gpio_mtx;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];54 int gpio_npins;55 struct gpio_pin gpio_pins[OCTEON_GPIO_PINS];