Searched refs:gk20a_pll (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gk20a.h | 110 struct gk20a_pll { struct 119 struct gk20a_pll pll; argument 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 *); 143 gk20a_pllg_n_lo(struct gk20a_clk *clk, struct gk20a_pll *pll) in gk20a_pllg_n_lo()
|
D | gk20a.c | 65 gk20a_pllg_read_mnp(struct gk20a_clk *clk, struct gk20a_pll *pll) in gk20a_pllg_read_mnp() 77 gk20a_pllg_write_mnp(struct gk20a_clk *clk, const struct gk20a_pll *pll) in gk20a_pllg_write_mnp() 89 gk20a_pllg_calc_rate(struct gk20a_clk *clk, struct gk20a_pll *pll) in gk20a_pllg_calc_rate() 102 struct gk20a_pll *pll) in gk20a_pllg_calc_mnp() 215 struct gk20a_pll pll; in gk20a_pllg_slide() 296 gk20a_pllg_program_mnp(struct gk20a_clk *clk, const struct gk20a_pll *pll) in gk20a_pllg_program_mnp() 300 struct gk20a_pll cur_pll; in gk20a_pllg_program_mnp() 335 gk20a_pllg_program_mnp_slide(struct gk20a_clk *clk, const struct gk20a_pll *pll) in gk20a_pllg_program_mnp_slide() 337 struct gk20a_pll cur_pll; in gk20a_pllg_program_mnp_slide() 465 struct gk20a_pll pll; in gk20a_clk_read() [all …]
|
D | gm20b.c | 109 struct gk20a_pll base; 126 struct gk20a_pll new_pll; 360 gm20b_pllg_program_mnp(struct gm20b_clk *clk, const struct gk20a_pll *pll) in gm20b_pllg_program_mnp() 433 gm20b_pllg_program_mnp_slide(struct gm20b_clk *clk, const struct gk20a_pll *pll) in gm20b_pllg_program_mnp_slide() 435 struct gk20a_pll cur_pll; in gm20b_pllg_program_mnp_slide() 488 gm20b_dvfs_calc_safe_pll(struct gm20b_clk *clk, struct gk20a_pll *pll) in gm20b_dvfs_calc_safe_pll() 603 struct gk20a_pll pll_safe; in gm20b_clk_prog() 727 struct gk20a_pll pll; in gm20b_clk_fini()
|