Searched defs:mv_spi_softc (Results 1 – 1 of 1) sorted by relevance
50 struct mv_spi_softc { struct51 device_t sc_dev;52 struct mtx sc_mtx;53 struct resource *sc_mem_res;54 struct resource *sc_irq_res;55 struct spi_command *sc_cmd;56 bus_space_tag_t sc_bst;57 bus_space_handle_t sc_bsh;58 uint32_t sc_len;59 uint32_t sc_read;[all …]