Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dgt215.c25 #define gt215_clk(p) container_of((p), struct gt215_clk, base) macro
34 struct gt215_clk { struct
39 static u32 read_clk(struct gt215_clk *, int, bool); argument
40 static u32 read_pll(struct gt215_clk *, int, u32);
43 read_vco(struct gt215_clk *clk, int idx) in read_vco()
61 read_clk(struct gt215_clk *clk, int idx, bool ignore_en) in read_clk()
108 read_pll(struct gt215_clk *clk, int idx, u32 pll) in read_pll()
145 struct gt215_clk *clk = gt215_clk(base); in gt215_clk_read()
190 struct gt215_clk *clk = gt215_clk(base); in gt215_clk_info()
238 struct gt215_clk *clk = gt215_clk(base); in gt215_pll_info()
[all …]