Lines Matching defs:clk
35 #include <dev/clk/clk_backend.h>
41 struct meson_clk_clk *clk)
43 struct meson_clk_div *div = &clk->u.div;
44 struct clk *clkp, *clkp_parent;
48 KASSERT(clk->type == MESON_CLK_DIV);
50 clkp = &clk->base;
81 struct meson_clk_clk *clk, u_int new_rate)
83 struct meson_clk_div *div = &clk->u.div;
84 struct clk *clkp, *clkp_parent;
89 KASSERT(clk->type == MESON_CLK_DIV);
91 clkp = &clk->base;
141 struct meson_clk_clk *clk)
143 struct meson_clk_div *div = &clk->u.div;
145 KASSERT(clk->type == MESON_CLK_DIV);