HomeSort by: relevance | last modified time | path
    Searched defs:gk20a_clk (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gk20a.c 70 gk20a_pllg_read_mnp(struct gk20a_clk *clk, struct gk20a_pll *pll)
82 gk20a_pllg_write_mnp(struct gk20a_clk *clk, const struct gk20a_pll *pll)
94 gk20a_pllg_calc_rate(struct gk20a_clk *clk, struct gk20a_pll *pll)
106 gk20a_pllg_calc_mnp(struct gk20a_clk *clk, unsigned long rate,
216 gk20a_pllg_slide(struct gk20a_clk *clk, u32 n)
261 gk20a_pllg_enable(struct gk20a_clk *clk)
289 gk20a_pllg_disable(struct gk20a_clk *clk)
301 gk20a_pllg_program_mnp(struct gk20a_clk *clk, const struct gk20a_pll *pll)
340 gk20a_pllg_program_mnp_slide(struct gk20a_clk *clk, const struct gk20a_pll *pll)
467 struct gk20a_clk *clk = gk20a_clk(base)
601 gk20a_clk = { variable in typeref:typename:const struct nvkm_clk_func
    [all...]
gk20a.h 118 struct gk20a_clk { struct
127 #define gk20a_clk(p) container_of((p), struct gk20a_clk, base) macro
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)
145 gk20a_pllg_n_lo(struct gk20a_clk *clk, struct gk20a_pll *pll)
152 const struct gk20a_clk_pllg_params *, struct gk20a_clk *);
    [all...]

Completed in 62 milliseconds