Searched refs:gm20b_clk (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gm20b.c | 119 struct gm20b_clk { struct 139 #define gm20b_clk(p) container_of((gk20a_clk(p)), struct gm20b_clk, base) argument 160 gm20b_pllg_read_mnp(struct gm20b_clk *clk, struct gm20b_pll *pll) in gm20b_pllg_read_mnp() 173 gm20b_pllg_write_mnp(struct gm20b_clk *clk, const struct gm20b_pll *pll) in gm20b_pllg_write_mnp() 189 gm20b_dvfs_calc_det_coeff(struct gm20b_clk *clk, s32 uv, in gm20b_dvfs_calc_det_coeff() 225 gm20b_dvfs_calc_ndiv(struct gm20b_clk *clk, u32 n_eff, u32 *n_int, u32 *sdm_din) in gm20b_dvfs_calc_ndiv() 266 gm20b_pllg_slide(struct gm20b_clk *clk, u32 n) in gm20b_pllg_slide() 322 gm20b_pllg_enable(struct gm20b_clk *clk) in gm20b_pllg_enable() 345 gm20b_pllg_disable(struct gm20b_clk *clk) in gm20b_pllg_disable() 360 gm20b_pllg_program_mnp(struct gm20b_clk *clk, const struct gk20a_pll *pll) in gm20b_pllg_program_mnp() [all …]
|