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

/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_gpio.c71 struct pxagpio_softc { struct
95 CFATTACH_DECL_NEW(pxagpio, sizeof(struct pxagpio_softc),
98 static struct pxagpio_softc *pxagpio_softc; variable in typeref:struct:pxagpio_softc
106 static int gpio_dispatch(struct pxagpio_softc *, int);
111 pxagpio_reg_read(struct pxagpio_softc *sc, int reg)
122 pxagpio_reg_write(struct pxagpio_softc *sc, int reg, uint32_t val)
139 if (pxagpio_softc != NULL || pxa->pxa_addr != PXA2X0_GPIO_BASE)
150 struct pxagpio_softc *sc = device_private(self);
204 pxagpio_softc
[all...]

Completed in 132 milliseconds