/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | pll.h | 77 int nvbios_pll_parse(struct nvkm_bios *, u32 type, struct nvbios_pll *);
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
H A D | nouveau_nvkm_subdev_devinit_gv100.c | 43 ret = nvbios_pll_parse(device->bios, type, &info); in gv100_devinit_pll_set()
|
H A D | nouveau_nvkm_subdev_devinit_tu102.c | 43 ret = nvbios_pll_parse(device->bios, type, &info); in tu102_devinit_pll_set()
|
H A D | nouveau_nvkm_subdev_devinit_gf100.c | 45 ret = nvbios_pll_parse(device->bios, type, &info); in gf100_devinit_pll_set()
|
H A D | nouveau_nvkm_subdev_devinit_gt215.c | 45 ret = nvbios_pll_parse(device->bios, type, &info); in gt215_devinit_pll_set()
|
H A D | nouveau_nvkm_subdev_devinit_nv04.c | 315 if (nvbios_pll_parse(device->bios, Preg, &info)) in setPLL_double_lowregs() 371 ret = nvbios_pll_parse(bios, type > 0x405c ? type : type - 4, &info); in nv04_devinit_pll_set()
|
H A D | nouveau_nvkm_subdev_devinit_nv50.c | 49 ret = nvbios_pll_parse(bios, type, &info); in nv50_devinit_pll_set()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
H A D | nouveau_nvkm_subdev_fb_ramnv40.c | 48 ret = nvbios_pll_parse(bios, 0x04, &pll); in nv40_ram_calc()
|
H A D | nouveau_nvkm_subdev_fb_ramgf100.c | 588 ret = nvbios_pll_parse(bios, 0x0c, &ram->refpll); in gf100_ram_new_() 594 ret = nvbios_pll_parse(bios, 0x04, &ram->mempll); in gf100_ram_new_()
|
H A D | nouveau_nvkm_subdev_fb_ramnv50.c | 333 ret = nvbios_pll_parse(bios, 0x004008, &mpll); in nv50_ram_calc()
|
H A D | nouveau_nvkm_subdev_fb_ramgk104.c | 1587 ret = nvbios_pll_parse(bios, 0x0c, &ram->fuc.refpll); in gk104_ram_new_() 1593 ret = nvbios_pll_parse(bios, 0x04, &ram->fuc.mempll); in gk104_ram_new_()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
H A D | nouveau_nvkm_subdev_clk_nv40.c | 136 ret = nvbios_pll_parse(subdev->device->bios, reg, &pll); in nv40_clk_calc_pll()
|
H A D | nouveau_nvkm_subdev_clk_mcp77.c | 177 ret = nvbios_pll_parse(subdev->device->bios, reg, &pll); in calc_pll()
|
H A D | nouveau_nvkm_subdev_clk_gf100.c | 262 ret = nvbios_pll_parse(bios, 0x137000 + (idx * 0x20), &limits); in calc_pll()
|
H A D | nouveau_nvkm_subdev_clk_gt215.c | 260 ret = nvbios_pll_parse(subdev->device->bios, pll, &limits); in gt215_pll_info()
|
H A D | nouveau_nvkm_subdev_clk_nv50.c | 336 ret = nvbios_pll_parse(subdev->device->bios, reg, &pll); in calc_pll()
|
H A D | nouveau_nvkm_subdev_clk_gk104.c | 275 ret = nvbios_pll_parse(bios, 0x137000 + (idx * 0x20), &limits); in calc_pll()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
H A D | nouveau_nvkm_subdev_bios_pll.c | 236 nvbios_pll_parse(struct nvkm_bios *bios, u32 type, struct nvbios_pll *info) in nvbios_pll_parse() function
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
H A D | nouveau_dispnv04_hw.c | 178 ret = nvbios_pll_parse(bios, plltype, &pll_lim); in nouveau_hw_get_pllvals() 271 if (nvbios_pll_parse(bios, pll, &pll_lim)) in nouveau_hw_fix_bad_vpll()
|
H A D | nouveau_dispnv04_crtc.c | 129 if (nvbios_pll_parse(bios, nv_crtc->index ? PLL_VPLL1 : PLL_VPLL0, in nv_crtc_calc_state_ext()
|