Home
last modified time | relevance | path

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

/netbsd/sys/arch/mips/rmi/
H A Drmixl_gpio.c57 struct gpio_softc { struct
58 device_t gpio_dev;
59 void *gpio_ih;
60 bus_space_tag_t gpio_memt;
61 bus_space_handle_t gpio_memh;
85 sizeof(struct gpio_softc), argument
/netbsd/sys/arch/arm/gemini/
H A Dgemini_gpio.c81 struct gpio_softc { struct
102 ((struct gpio_softc *)((char *)(pic) - \ argument
/netbsd/sys/arch/arm/imx/
H A Dimx31_gpio.c74 struct gpio_softc { struct
88 ((struct gpio_softc *)((char *)(pic) - \ argument
/netbsd/sys/dev/gpio/
H A Dgpio.c66 struct gpio_softc { struct
67 device_t sc_dev;
69 gpio_chipset_tag_t sc_gc; /* GPIO controller */
93 static int gpio_pinbyname(struct gpio_softc *, char *); argument
/netbsd/sys/arch/macppc/dev/
H A Dgpio.c58 struct gpio_softc { struct
62 CFATTACH_DECL_NEW(gpio_obio, sizeof(struct gpio_softc), argument