Searched refs:nv50_clk (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | nv50.h | 3 #define nv50_clk(p) container_of((p), struct nv50_clk, base) macro 17 struct nv50_clk { struct
|
H A D | nv50.c | 32 read_div(struct nv50_clk *clk) read_div() 52 read_pll_src(struct nv50_clk *clk, u32 base) read_pll_src() 125 read_pll_ref(struct nv50_clk *clk, u32 base) read_pll_ref() 158 read_pll(struct nv50_clk *clk, u32 base) read_pll() 194 struct nv50_clk *clk = nv50_clk(base); nv50_clk_read() 325 calc_pll(struct nv50_clk *clk, u32 reg, u32 idx, int *N, int *M, int *P) calc_pll() 370 struct nv50_clk *clk = nv50_clk(base); nv50_clk_calc() 497 struct nv50_clk *clk = nv50_clk(base); nv50_clk_prog() 504 struct nv50_clk *clk = nv50_clk(base); nv50_clk_tidy() 512 struct nv50_clk *clk; nv50_clk_new_() 542 nv50_clk = { variable in typeref:struct:nvkm_clk_func 560 return nv50_clk_new_(&nv50_clk, device, index, false, pclk); nv50_clk_new()
|
Completed in 212 milliseconds