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

/netbsd-current/sys/arch/evbarm/mpcsa/
H A Dmpcsa_cf.c88 struct at91pio_softc *pioc; local
90 if ((pioc = at91pio_sc(AT91_PIOC)) == NULL) {
96 sc->sc_pioc = pioc;
/netbsd-current/sys/arch/acorn32/mainbus/
H A Dpioc.c1 /* $NetBSD: pioc.c,v 1.20 2021/08/07 16:18:40 thorpej Exp $ */
44 __KERNEL_RCSID(0, "$NetBSD: pioc.c,v 1.20 2021/08/07 16:18:40 thorpej Exp $");
61 * This probes and attaches the top level pioc device.
62 * It then configures any children of the pioc device.
66 * pioc softc structure.
81 * The pioc device is a parent to the com device.
106 CFATTACH_DECL_NEW(pioc, sizeof(struct pioc_softc),
355 * for the children yet. This is because the pioc device does
365 * Ok Now configure the child devices of the pioc device
366 * Use the pioc confi
[all...]

Completed in 80 milliseconds