Searched refs:gk20a_clk (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.h116 struct gk20a_clk { struct
125 #define gk20a_clk(p) container_of((p), struct gk20a_clk, base) macro
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 *);
[all...]
H A Dgk20a.c65 gk20a_pllg_read_mnp(struct gk20a_clk *clk, struct gk20a_pll *pll)
77 gk20a_pllg_write_mnp(struct gk20a_clk *clk, const struct gk20a_pll *pll)
89 gk20a_pllg_calc_rate(struct gk20a_clk *clk, struct gk20a_pll *pll)
101 gk20a_pllg_calc_mnp(struct gk20a_clk *clk, unsigned long rate,
211 gk20a_pllg_slide(struct gk20a_clk *clk, u32 n)
256 gk20a_pllg_enable(struct gk20a_clk *clk)
284 gk20a_pllg_disable(struct gk20a_clk *clk)
296 gk20a_pllg_program_mnp(struct gk20a_clk *clk, const struct gk20a_pll *pll)
335 gk20a_pllg_program_mnp_slide(struct gk20a_clk *clk, const struct gk20a_pll *pll)
462 struct gk20a_clk *cl
596 gk20a_clk = { variable in typeref:struct:nvkm_clk_func
[all...]
H A Dgm20b.c121 struct gk20a_clk base;
139 #define gm20b_clk(p) container_of((gk20a_clk(p)), struct gm20b_clk, base)
813 struct gk20a_clk *clk = gk20a_clk(base);
914 struct gk20a_clk *clk;

Completed in 174 milliseconds