Searched defs:aw_ccung_softc (Results 1 – 1 of 1) sorted by relevance
76 struct aw_ccung_softc { struct77 device_t dev;78 struct resource *res;79 struct clkdom *clkdom;80 struct mtx mtx;81 struct aw_ccung_reset *resets;82 int nresets;83 struct aw_ccung_gate *gates;84 int ngates;85 struct aw_ccung_clk *clks;[all …]