Lines Matching defs:mv_spi_softc
50 struct mv_spi_softc { struct
51 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;
60 uint32_t sc_flags;
61 uint32_t sc_written;
62 void *sc_intrhand;