Searched defs:at91pio_softc (Results 1 – 1 of 1) sorted by relevance
72 struct at91pio_softc { struct73 bus_space_tag_t sc_iot;74 bus_space_handle_t sc_ioh;75 int sc_pid;100 CFATTACH_DECL_NEW(at91pio, sizeof(struct at91pio_softc), argument103 static struct at91pio_softc *at91pio_softc[AT91_PIO_COUNT]; variable