Home
last modified time | relevance | path

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

/freebsd/sys/dev/spibus/controller/allwinner/
H A Daw_spi.c136 struct aw_spi_softc { struct
137 device_t dev;
138 device_t spibus;
139 struct resource *res[2];
140 struct mtx mtx;
141 clk_t clk_ahb;
142 clk_t clk_mod;
143 uint64_t mod_freq;
144 hwreset_t rst_ahb;
145 void * intrhand;
[all …]