Home
last modified time | relevance | path

Searched refs:nvbios_pll (Results 1 – 23 of 23) sorted by relevance

/drivers/gpu/drm/nouveau/core/include/subdev/
Dclock.h8 struct nvbios_pll;
98 int (*pll_calc)(struct nouveau_clock *, struct nvbios_pll *,
154 int nv04_clock_pll_calc(struct nouveau_clock *, struct nvbios_pll *,
158 int nva3_clock_pll_calc(struct nouveau_clock *, struct nvbios_pll *,
/drivers/gpu/drm/nouveau/core/subdev/clock/
Dpll.h4 int nv04_pll_calc(struct nouveau_subdev *, struct nvbios_pll *, u32 freq,
6 int nva3_pll_calc(struct nouveau_subdev *, struct nvbios_pll *, u32 freq,
Dpllnv04.c30 getMNP_single(struct nouveau_subdev *subdev, struct nvbios_pll *info, int clk, in getMNP_single()
129 getMNP_double(struct nouveau_subdev *subdev, struct nvbios_pll *info, int clk, in getMNP_double()
228 nv04_pll_calc(struct nouveau_subdev *subdev, struct nvbios_pll *info, u32 freq, in nv04_pll_calc()
Dnv04.c37 nv04_clock_pll_calc(struct nouveau_clock *clock, struct nvbios_pll *info, in nv04_clock_pll_calc()
Dpllnva3.c32 nva3_pll_calc(struct nouveau_subdev *subdev, struct nvbios_pll *info, in nva3_pll_calc()
Dnv40.c134 struct nvbios_pll pll; in nv40_clock_calc_pll()
Dnvaa.c167 struct nvbios_pll pll; in calc_pll()
Dnvc0.c242 struct nvbios_pll limits; in calc_pll()
Dnva3.c231 struct nvbios_pll limits; in nva3_pll_info()
Dnve0.c260 struct nvbios_pll limits; in calc_pll()
Dnv50.c322 struct nvbios_pll pll; in calc_pll()
/drivers/gpu/drm/nouveau/core/include/subdev/bios/
Dpll.h46 struct nvbios_pll { struct
77 int nvbios_pll_parse(struct nouveau_bios *, u32 type, struct nvbios_pll *); argument
/drivers/gpu/drm/nouveau/core/subdev/devinit/
Dnva3.c32 struct nvbios_pll info; in nva3_devinit_pll_set()
Dnvc0.c32 struct nvbios_pll info; in nvc0_devinit_pll_set()
Dnv04.c301 struct nvbios_pll info; in setPLL_double_lowregs()
354 struct nvbios_pll info; in nv04_devinit_pll_set()
Dnv50.c38 struct nvbios_pll info; in nv50_devinit_pll_set()
/drivers/gpu/drm/nouveau/core/subdev/fb/
Dramnv40.c42 struct nvbios_pll pll; in nv40_ram_calc()
Dramnvc0.c106 struct nvbios_pll refpll;
107 struct nvbios_pll mempll;
Dramnv50.c72 struct nvbios_pll mpll; in nv50_ram_calc()
Dramnve0.c49 struct nvbios_pll refpll;
50 struct nvbios_pll mempll;
/drivers/gpu/drm/nouveau/core/subdev/bios/
Dpll.c222 nvbios_pll_parse(struct nouveau_bios *bios, u32 type, struct nvbios_pll *info) in nvbios_pll_parse()
/drivers/gpu/drm/nouveau/dispnv04/
Dhw.c171 struct nvbios_pll pll_lim; in nouveau_hw_get_pllvals()
258 struct nvbios_pll pll_lim; in nouveau_hw_fix_bad_vpll()
Dcrtc.c120 struct nvbios_pll pll_lim; in nv_crtc_calc_state_ext()