Home
last modified time | relevance | path

Searched defs:ra_gpio_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/mips/ralink/
H A Dralink_gpio.c295 typedef struct ra_gpio_softc { struct
296 device_t sc_dev;
297 struct gpio_chipset_tag sc_gc;
298 gpio_pin_t sc_pins[GPIO_PINS + SPECIAL_COMMANDS];
300 bus_space_tag_t sc_memt; /* bus space tag */
302 bus_space_handle_t sc_sy_memh; /* Sysctl bus space handle */
303 int sc_sy_size; /* size of Sysctl register space */
327 } ra_gpio_softc_t; argument