Searched defs:bcm_spi_softc (Results 1 – 1 of 1) sorted by relevance
35 struct bcm_spi_softc { struct36 device_t sc_dev;37 struct mtx sc_mtx;40 struct spi_command *sc_cmd;41 bus_space_tag_t sc_bst;42 bus_space_handle_t sc_bsh;43 uint32_t sc_len;44 uint32_t sc_read;45 uint32_t sc_flags;46 uint32_t sc_written;[all …]