Home
last modified time | relevance | path

Searched refs:nv04_pll_calc (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dpll.h8 int nv04_pll_calc(struct nvkm_subdev *, struct nvbios_pll *, u32 freq,
Dnv04.c36 int ret = nv04_pll_calc(&clock->subdev, info, clk, &N1, &M1, &N2, &M2, &P); in nv04_clk_pll_calc()
Dnv40.c138 ret = nv04_pll_calc(subdev, &pll, khz, N1, M1, N2, M2, log2P); in nv40_clk_calc_pll()
Dpllnv04.c227 nv04_pll_calc(struct nvkm_subdev *subdev, struct nvbios_pll *info, u32 freq, in nv04_pll_calc() function
Dmcp77.c178 return nv04_pll_calc(subdev, &pll, clock, N, M, NULL, NULL, P); in calc_pll()
Dnv50.c341 return nv04_pll_calc(subdev, &pll, idx, N, M, NULL, NULL, P); in calc_pll()
/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv50.c50 ret = nv04_pll_calc(subdev, &info, freq, &N1, &M1, &N2, &M2, &P); in nv50_devinit_pll_set()
Dnv04.c370 ret = nv04_pll_calc(subdev, &info, freq, &N1, &M1, &N2, &M2, &P); in nv04_devinit_pll_set()
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv40.c49 ret = nv04_pll_calc(subdev, &pll, freq, &N1, &M1, &N2, &M2, &log2P); in nv40_ram_calc()
Dramnv50.c330 ret = nv04_pll_calc(subdev, &mpll, freq, in nv50_ram_calc()