Searched refs:nouveau_pll_vals (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/drm/nouveau/core/include/subdev/ |
D | clock.h | 7 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/ |
D | nv04.h | 19 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 *);
|
D | nv04.c | 140 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/ |
D | nv04.c | 38 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/ |
D | pll.h | 5 struct nouveau_pll_vals { struct
|
/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.c | 133 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()
|
D | hw.h | 45 struct nouveau_pll_vals *pllvals); 46 int nouveau_hw_pllvals_to_clk(struct nouveau_pll_vals *pllvals);
|
D | disp.h | 39 struct nouveau_pll_vals pllvals;
|
D | crtc.c | 119 struct nouveau_pll_vals *pv = ®p->pllvals; in nv_crtc_calc_state_ext()
|