Searched refs:nv50_clk (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | nv50.c | 32 read_div(struct nv50_clk *clk) in read_div() 52 read_pll_src(struct nv50_clk *clk, u32 base) in read_pll_src() 125 read_pll_ref(struct nv50_clk *clk, u32 base) in read_pll_ref() 158 read_pll(struct nv50_clk *clk, u32 base) in read_pll() 194 struct nv50_clk *clk = nv50_clk(base); in nv50_clk_read() 326 calc_pll(struct nv50_clk *clk, u32 reg, u32 idx, int *N, int *M, int *P) in calc_pll() 371 struct nv50_clk *clk = nv50_clk(base); in nv50_clk_calc() 498 struct nv50_clk *clk = nv50_clk(base); in nv50_clk_prog() 505 struct nv50_clk *clk = nv50_clk(base); in nv50_clk_tidy() 513 struct nv50_clk *clk; in nv50_clk_new_() [all …]
|
D | nv50.h | 4 #define nv50_clk(p) container_of((p), struct nv50_clk, base) macro 18 struct nv50_clk { struct
|