Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dpll.h7 int nv04_pll_calc(struct nvkm_subdev *, struct nvbios_pll *, u32 freq,
Dnv04.c40 int ret = nv04_pll_calc(nv_subdev(clock), info, clk, &N1, &M1, &N2, &M2, &P); in nv04_clk_pll_calc()
Dnv40.c144 ret = nv04_pll_calc(nv_subdev(priv), &pll, clk, 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(nv_subdev(priv), &pll, clock, N, M, NULL, NULL, P); in calc_pll()
Dnv50.c336 return nv04_pll_calc(nv_subdev(priv), &pll, clk, N, M, NULL, NULL, P); in calc_pll()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv50.c50 ret = nv04_pll_calc(nv_subdev(devinit), &info, freq, &N1, &M1, &N2, &M2, &P); in nv50_devinit_pll_set()
Dnv04.c366 ret = nv04_pll_calc(nv_subdev(devinit), &info, freq, in nv04_devinit_pll_set()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv40.c49 ret = nv04_pll_calc(nv_subdev(pfb), &pll, freq, in nv40_ram_calc()
Dramnv50.c133 ret = nv04_pll_calc(nv_subdev(pfb), &mpll, freq, in nv50_ram_calc()