Searched defs:bcm_spi_softc (Results 1 – 1 of 1) sorted by relevance
33 struct bcm_spi_softc { struct34 device_t sc_dev;35 struct mtx sc_mtx;36 struct resource * sc_mem_res;37 struct resource * sc_irq_res;38 struct spi_command *sc_cmd;39 struct thread *sc_thread;40 bus_space_tag_t sc_bst;41 bus_space_handle_t sc_bsh;42 uint32_t sc_len;[all …]