Home
last modified time | relevance | path

Searched defs:fN (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpllgt215.c34 int M, lM, hM, N, fN; in gt215_pll_calc() local
H A Dgk104.c69 u16 fN = 0xf000; in read_pll() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dga100.c35 int N, fN, M, P; in ga100_devinit_pll_set() local
H A Dgv100.c35 int N, fN, M, P; in gv100_devinit_pll_set() local
H A Dgf100.c37 int N, fN, M, P; in gf100_devinit_pll_set() local
H A Dtu102.c35 int N, fN, M, P; in tu102_devinit_pll_set() local
H A Dgt215.c37 int N, fN, M, P; in gt215_devinit_pll_set() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgk104.c982 gk104_calc_pll_output(int fN, int M, int N, int P, int clk) in gk104_calc_pll_output()