Home
last modified time | relevance | path

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

/freebsd/sys/riscv/sifive/
H A Dsifive_spi.c67 struct sfspi_softc { struct
68 device_t dev;
69 device_t parent;
71 struct mtx mtx;
73 struct resource *res;
74 bus_space_tag_t bst;
75 bus_space_handle_t bsh;
77 void *ih;
79 clk_t clk;
80 uint64_t freq;
[all …]