Searched defs:aw_spi_softc (Results 1 – 1 of 1) sorted by relevance
136 struct aw_spi_softc { struct137 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 …]