Searched defs:mv_spi_softc (Results 1 – 1 of 1) sorted by relevance
53 struct mv_spi_softc { struct54 device_t sc_dev;55 struct mtx sc_mtx;58 struct spi_command *sc_cmd;59 bus_space_tag_t sc_bst;60 bus_space_handle_t sc_bsh;61 uint32_t sc_len;62 uint32_t sc_read;63 uint32_t sc_flags;64 uint32_t sc_written;[all …]