Home
last modified time | relevance | path

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

/freebsd/sys/dev/clk/rockchip/
H A Drk_cru.h245 struct rk_cru_softc { struct
246 device_t dev;
247 struct resource *res;
248 struct clkdom *clkdom;
249 struct mtx mtx;
250 int type;
251 uint32_t reset_offset;
252 uint32_t reset_num;
253 struct rk_cru_gate *gates;
254 int ngates;
[all …]