Home
last modified time | relevance | path

Searched defs:mv_spi_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm/mv/
H A Dmv_spi.c50 struct mv_spi_softc { struct
51 device_t sc_dev;
52 struct mtx sc_mtx;
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;
[all …]