Lines Matching defs:a37x0_spi_softc
45 struct a37x0_spi_softc { struct
46 device_t sc_dev;
47 struct mtx sc_mtx;
48 struct resource *sc_mem_res;
49 struct resource *sc_irq_res;
50 struct spi_command *sc_cmd;
51 bus_space_tag_t sc_bst;
52 bus_space_handle_t sc_bsh;
53 uint32_t sc_len;
54 uint32_t sc_maxfreq;
55 uint32_t sc_read;
56 uint32_t sc_flags;
57 uint32_t sc_written;
58 void *sc_intrhand;