Searched refs:nvbios_pll (Results 1 – 25 of 27) sorted by relevance
12
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | pll.h | 6 struct nvbios_pll; 8 int nv04_pll_calc(struct nvkm_subdev *, struct nvbios_pll *, u32 freq, 10 int gt215_pll_calc(struct nvkm_subdev *, struct nvbios_pll *, u32 freq,
|
D | pllnv04.c | 29 getMNP_single(struct nvkm_subdev *subdev, struct nvbios_pll *info, int clk, in getMNP_single() 128 getMNP_double(struct nvkm_subdev *subdev, struct nvbios_pll *info, int clk, in getMNP_double() 227 nv04_pll_calc(struct nvkm_subdev *subdev, struct nvbios_pll *info, u32 freq, in nv04_pll_calc()
|
D | priv.h | 24 int nv04_clk_pll_calc(struct nvkm_clk *, struct nvbios_pll *, int clk,
|
D | nv04.c | 32 nv04_clk_pll_calc(struct nvkm_clk *clock, struct nvbios_pll *info, in nv04_clk_pll_calc()
|
D | pllgt215.c | 30 gt215_pll_calc(struct nvkm_subdev *subdev, struct nvbios_pll *info, in gt215_pll_calc()
|
D | nv40.c | 128 struct nvbios_pll pll; in nv40_clk_calc_pll()
|
D | mcp77.c | 166 struct nvbios_pll pll; in calc_pll()
|
D | gt215.c | 240 struct nvbios_pll limits; in gt215_pll_info()
|
D | gf100.c | 254 struct nvbios_pll limits; in calc_pll()
|
D | nv50.c | 329 struct nvbios_pll pll; in calc_pll()
|
D | gk104.c | 267 struct nvbios_pll limits; in calc_pll()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | pll.h | 44 struct nvbios_pll { struct 75 int nvbios_pll_parse(struct nvkm_bios *, u32 type, struct nvbios_pll *); argument
|
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | clk.h | 6 struct nvbios_pll; 115 int (*pll_calc)(struct nvkm_clk *, struct nvbios_pll *, int clk,
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | gv100.c | 33 struct nvbios_pll info; in gv100_devinit_pll_set()
|
D | ga100.c | 33 struct nvbios_pll info; in ga100_devinit_pll_set()
|
D | tu102.c | 33 struct nvbios_pll info; in tu102_devinit_pll_set()
|
D | gf100.c | 36 struct nvbios_pll info; in gf100_devinit_pll_set()
|
D | gt215.c | 36 struct nvbios_pll info; in gt215_devinit_pll_set()
|
D | nv04.c | 307 struct nvbios_pll info; in setPLL_double_lowregs() 361 struct nvbios_pll info; in nv04_devinit_pll_set()
|
D | nv50.c | 40 struct nvbios_pll info; in nv50_devinit_pll_set()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv40.c | 39 struct nvbios_pll pll; in nv40_ram_calc()
|
D | ramgf100.c | 102 struct nvbios_pll refpll; 103 struct nvbios_pll mempll;
|
D | ramnv50.c | 225 struct nvbios_pll mpll; in nv50_ram_calc()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | pll.c | 230 nvbios_pll_parse(struct nvkm_bios *bios, u32 type, struct nvbios_pll *info) in nvbios_pll_parse()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.c | 171 struct nvbios_pll pll_lim; in nouveau_hw_get_pllvals() 264 struct nvbios_pll pll_lim; in nouveau_hw_fix_bad_vpll()
|
12