Searched defs:at91spi_softc (Results 1 – 1 of 1) sorted by relevance
51 struct at91spi_softc { struct52 device_t sc_dev;53 bus_space_tag_t sc_iot;54 bus_space_handle_t sc_ioh;56 bus_dma_tag_t sc_dmat;58 int sc_pid; /* peripheral identifier */59 struct spi_controller sc_spi; /* SPI implementation ops */60 at91spi_machdep_tag_t sc_md; /* board-specific support */61 struct at91spi_job *sc_job; /* current job */62 struct spi_chunk *sc_wchunk;[all …]