HomeSort by: relevance | last modified time | path
    Searched refs:pioc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbarm/mpcsa/
mpcsa_cf.c 88 struct at91pio_softc *pioc; local in function:mpcsa_cf_attach
90 if ((pioc = at91pio_sc(AT91_PIOC)) == NULL) {
91 printf("no PIOC!\n");
96 sc->sc_pioc = pioc;
  /src/sys/arch/acorn32/mainbus/
pioc.c 1 /* $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 $");
59 * PIOC device.
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),
281 * Identify the PIOC and read the config registers into the softc.
355 * for the children yet. This is because the pioc device doe
    [all...]

Completed in 37 milliseconds