Searched defs:qoriq_clkgen_softc (Results 1 – 1 of 1) sorted by relevance
74 struct qoriq_clkgen_softc { struct75 device_t dev;76 struct resource *res;77 struct clkdom *clkdom;78 struct mtx mtx;79 struct qoriq_clk_pll_def *pltfrm_pll_def;80 struct qoriq_clk_pll_def **cga_pll;81 int cga_pll_num;82 struct clk_mux_def **mux;83 int mux_num;[all …]