Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.h118 struct gk20a_clk { struct
127 #define gk20a_clk(p) container_of((p), struct gk20a_clk, base) argument
129 u32 gk20a_pllg_calc_rate(struct gk20a_clk *, struct gk20a_pll *);
130 int gk20a_pllg_calc_mnp(struct gk20a_clk *, unsigned long, struct gk20a_pll *);
131 void gk20a_pllg_read_mnp(struct gk20a_clk *, struct gk20a_pll *);
132 void gk20a_pllg_write_mnp(struct gk20a_clk *, const struct gk20a_pll *);
135 gk20a_pllg_is_enabled(struct gk20a_clk *clk) in gk20a_pllg_is_enabled()
145 gk20a_pllg_n_lo(struct gk20a_clk *clk, struct gk20a_pll *pll) in gk20a_pllg_n_lo()
152 const struct gk20a_clk_pllg_params *, struct gk20a_clk *);
159 int gk20a_clk_setup_slide(struct gk20a_clk *);
H A Dnouveau_nvkm_subdev_clk_gk20a.c70 gk20a_pllg_read_mnp(struct gk20a_clk *clk, struct gk20a_pll *pll) in gk20a_pllg_read_mnp()
82 gk20a_pllg_write_mnp(struct gk20a_clk *clk, const struct gk20a_pll *pll) in gk20a_pllg_write_mnp()
94 gk20a_pllg_calc_rate(struct gk20a_clk *clk, struct gk20a_pll *pll) in gk20a_pllg_calc_rate()
106 gk20a_pllg_calc_mnp(struct gk20a_clk *clk, unsigned long rate, in gk20a_pllg_calc_mnp()
216 gk20a_pllg_slide(struct gk20a_clk *clk, u32 n) in gk20a_pllg_slide()
261 gk20a_pllg_enable(struct gk20a_clk *clk) in gk20a_pllg_enable()
289 gk20a_pllg_disable(struct gk20a_clk *clk) in gk20a_pllg_disable()
301 gk20a_pllg_program_mnp(struct gk20a_clk *clk, const struct gk20a_pll *pll) in gk20a_pllg_program_mnp()
340 gk20a_pllg_program_mnp_slide(struct gk20a_clk *clk, const struct gk20a_pll *pll) in gk20a_pllg_program_mnp_slide()
467 struct gk20a_clk *clk = gk20a_clk(base); in gk20a_clk_read()
[all …]
H A Dnouveau_nvkm_subdev_clk_gm20b.c126 struct gk20a_clk base;
144 #define gm20b_clk(p) container_of((gk20a_clk(p)), struct gm20b_clk, base)
818 struct gk20a_clk *clk = gk20a_clk(base); in gm20b_clk_init()
919 struct gk20a_clk *clk; in gm20b_clk_new_speedo0()