Searched defs:a37x0_spi_softc (Results 1 – 1 of 1) sorted by relevance
45 struct a37x0_spi_softc { struct46 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;[all …]