Searched refs:nv04_pll_calc (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | pll.h | 7 int nv04_pll_calc(struct nvkm_subdev *, struct nvbios_pll *, u32 freq,
|
D | nv04.c | 40 int ret = nv04_pll_calc(nv_subdev(clock), info, clk, &N1, &M1, &N2, &M2, &P); in nv04_clk_pll_calc()
|
D | nv40.c | 144 ret = nv04_pll_calc(nv_subdev(priv), &pll, clk, N1, M1, N2, M2, log2P); in nv40_clk_calc_pll()
|
D | pllnv04.c | 227 nv04_pll_calc(struct nvkm_subdev *subdev, struct nvbios_pll *info, u32 freq, in nv04_pll_calc() function
|
D | mcp77.c | 178 return nv04_pll_calc(nv_subdev(priv), &pll, clock, N, M, NULL, NULL, P); in calc_pll()
|
D | nv50.c | 336 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/ |
D | nv50.c | 50 ret = nv04_pll_calc(nv_subdev(devinit), &info, freq, &N1, &M1, &N2, &M2, &P); in nv50_devinit_pll_set()
|
D | nv04.c | 366 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/ |
D | ramnv40.c | 49 ret = nv04_pll_calc(nv_subdev(pfb), &pll, freq, in nv40_ram_calc()
|
D | ramnv50.c | 133 ret = nv04_pll_calc(nv_subdev(pfb), &mpll, freq, in nv50_ram_calc()
|