Searched defs:aw_ccung_softc (Results 1 – 1 of 1) sorted by relevance
78 struct aw_ccung_softc { struct79 device_t dev;80 struct resource *res;81 struct clkdom *clkdom;82 struct mtx mtx;84 int nresets;85 struct aw_ccung_gate *gates;86 int ngates;87 struct aw_ccung_clk *clks;88 int nclks;[all …]