Home
last modified time | relevance | path

Searched refs:nouveau_pll_vals (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/nouveau/core/include/subdev/
Dclock.h7 struct nouveau_pll_vals;
99 int clk, struct nouveau_pll_vals *pv);
101 struct nouveau_pll_vals *pv);
155 int clk, struct nouveau_pll_vals *);
157 struct nouveau_pll_vals *);
159 int clk, struct nouveau_pll_vals *);
/drivers/gpu/drm/nouveau/core/subdev/devinit/
Dnv04.h19 void setPLL_single(struct nouveau_devinit *, u32, struct nouveau_pll_vals *);
20 void setPLL_double_highregs(struct nouveau_devinit *, u32, struct nouveau_pll_vals *);
21 void setPLL_double_lowregs(struct nouveau_devinit *, u32, struct nouveau_pll_vals *);
Dnv04.c140 struct nouveau_pll_vals *pv) in setPLL_single()
194 struct nouveau_pll_vals *pv) in setPLL_double_highregs()
271 struct nouveau_pll_vals *pv) in setPLL_double_lowregs()
353 struct nouveau_pll_vals pv; in nv04_devinit_pll_set()
/drivers/gpu/drm/nouveau/core/subdev/clock/
Dnv04.c38 int clk, struct nouveau_pll_vals *pv) in nv04_clock_pll_calc()
55 struct nouveau_pll_vals *pv) in nv04_clock_pll_prog()
/drivers/gpu/drm/nouveau/core/include/subdev/bios/
Dpll.h5 struct nouveau_pll_vals { struct
/drivers/gpu/drm/nouveau/dispnv04/
Dhw.c133 uint32_t pll2, struct nouveau_pll_vals *pllvals) in nouveau_hw_decode_pll()
165 struct nouveau_pll_vals *pllvals) in nouveau_hw_get_pllvals()
205 nouveau_hw_pllvals_to_clk(struct nouveau_pll_vals *pv) in nouveau_hw_pllvals_to_clk()
217 struct nouveau_pll_vals pllvals; in nouveau_hw_get_clock()
259 struct nouveau_pll_vals pv; in nouveau_hw_fix_bad_vpll()
Dhw.h45 struct nouveau_pll_vals *pllvals);
46 int nouveau_hw_pllvals_to_clk(struct nouveau_pll_vals *pllvals);
Ddisp.h39 struct nouveau_pll_vals pllvals;
Dcrtc.c119 struct nouveau_pll_vals *pv = &regp->pllvals; in nv_crtc_calc_state_ext()