HomeSort by: relevance | last modified time | path
    Searched defs:at91pio_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/at91/
at91pio.c 72 struct at91pio_softc { struct
100 CFATTACH_DECL_NEW(at91pio, sizeof(struct at91pio_softc),
103 static struct at91pio_softc *at91pio_softc[AT91_PIO_COUNT]; variable in typeref:struct:at91pio_softc * []
105 struct at91pio_softc *at91pio_sc(at91pio_port port)
108 return at91pio_softc[port];
124 struct at91pio_softc *sc = device_private(self);
143 if (p < AT91_PIO_COUNT && !at91pio_softc[p])
144 at91pio_softc[p] = sc;
201 struct at91pio_softc *sc = (struct at91pio_softc *)gba->gba_gc->gp_cookie
    [all...]
at91pio.c 72 struct at91pio_softc { struct
100 CFATTACH_DECL_NEW(at91pio, sizeof(struct at91pio_softc),
103 static struct at91pio_softc *at91pio_softc[AT91_PIO_COUNT]; variable in typeref:struct:at91pio_softc * []
105 struct at91pio_softc *at91pio_sc(at91pio_port port)
108 return at91pio_softc[port];
124 struct at91pio_softc *sc = device_private(self);
143 if (p < AT91_PIO_COUNT && !at91pio_softc[p])
144 at91pio_softc[p] = sc;
201 struct at91pio_softc *sc = (struct at91pio_softc *)gba->gba_gc->gp_cookie
    [all...]
at91pio.c 72 struct at91pio_softc { struct
100 CFATTACH_DECL_NEW(at91pio, sizeof(struct at91pio_softc),
103 static struct at91pio_softc *at91pio_softc[AT91_PIO_COUNT]; variable in typeref:struct:at91pio_softc * []
105 struct at91pio_softc *at91pio_sc(at91pio_port port)
108 return at91pio_softc[port];
124 struct at91pio_softc *sc = device_private(self);
143 if (p < AT91_PIO_COUNT && !at91pio_softc[p])
144 at91pio_softc[p] = sc;
201 struct at91pio_softc *sc = (struct at91pio_softc *)gba->gba_gc->gp_cookie
    [all...]

Completed in 75 milliseconds