Home
last modified time | relevance | path

Searched refs:bcmgpio_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm2835_gpio.c86 struct bcmgpio_softc;
88 struct bcmgpio_softc *sc_bcm;
95 struct bcmgpio_softc { struct
132 u_int bcm283x_pin_getfunc(const struct bcmgpio_softc * const, u_int);
133 void bcm283x_pin_setfunc(const struct bcmgpio_softc * const, u_int,
135 void bcm283x_pin_setpull(const struct bcmgpio_softc * const, u_int,
163 CFATTACH_DECL_NEW(bcmgpio, sizeof(struct bcmgpio_softc),
174 struct bcmgpio_softc * const sc = device_private(dev); in bcm283x_pinctrl_set_config()
259 struct bcmgpio_softc * const sc = device_private(self); in bcmgpio_attach()
396 struct bcmgpio_softc * const sc = b->sc_bcm; in bcmgpio_intr()
[all …]