Lines Matching refs:gk20a_clk
116 struct gk20a_clk {
125 #define gk20a_clk(p) container_of((p), struct gk20a_clk, base)
127 u32 gk20a_pllg_calc_rate(struct gk20a_clk *, struct gk20a_pll *);
128 int gk20a_pllg_calc_mnp(struct gk20a_clk *, unsigned long, struct gk20a_pll *);
129 void gk20a_pllg_read_mnp(struct gk20a_clk *, struct gk20a_pll *);
130 void gk20a_pllg_write_mnp(struct gk20a_clk *, const struct gk20a_pll *);
133 gk20a_pllg_is_enabled(struct gk20a_clk *clk)
143 gk20a_pllg_n_lo(struct gk20a_clk *clk, struct gk20a_pll *pll)
150 const struct gk20a_clk_pllg_params *, struct gk20a_clk *);
157 int gk20a_clk_setup_slide(struct gk20a_clk *);