HomeSort by: relevance | last modified time | path
    Searched refs:nvbios_pll (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
pll.h 8 struct nvbios_pll;
10 int nv04_pll_calc(struct nvkm_subdev *, struct nvbios_pll *, u32 freq,
12 int gt215_pll_calc(struct nvkm_subdev *, struct nvbios_pll *, u32 freq,
priv.h 26 int nv04_clk_pll_calc(struct nvkm_clk *, struct nvbios_pll *, int clk,
nouveau_nvkm_subdev_clk_nv04.c 37 nv04_clk_pll_calc(struct nvkm_clk *clock, struct nvbios_pll *info,
nouveau_nvkm_subdev_clk_pllgt215.c 35 gt215_pll_calc(struct nvkm_subdev *subdev, struct nvbios_pll *info,
nouveau_nvkm_subdev_clk_pllnv04.c 34 getMNP_single(struct nvkm_subdev *subdev, struct nvbios_pll *info, int clk,
133 getMNP_double(struct nvkm_subdev *subdev, struct nvbios_pll *info, int clk,
232 nv04_pll_calc(struct nvkm_subdev *subdev, struct nvbios_pll *info, u32 freq,
nouveau_nvkm_subdev_clk_nv40.c 133 struct nvbios_pll pll;
nouveau_nvkm_subdev_clk_mcp77.c 174 struct nvbios_pll pll;
nouveau_nvkm_subdev_clk_gf100.c 259 struct nvbios_pll limits;
nouveau_nvkm_subdev_clk_gk104.c 272 struct nvbios_pll limits;
nouveau_nvkm_subdev_clk_gt215.c 245 struct nvbios_pll limits;
nouveau_nvkm_subdev_clk_nv50.c 333 struct nvbios_pll pll;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
pll.h 46 struct nvbios_pll { struct
77 int nvbios_pll_parse(struct nvkm_bios *, u32 type, struct nvbios_pll *);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
clk.h 9 struct nvbios_pll;
124 int (*pll_calc)(struct nvkm_clk *, struct nvbios_pll *, int clk,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
nouveau_nvkm_subdev_devinit_gv100.c 38 struct nvbios_pll info;
nouveau_nvkm_subdev_devinit_tu102.c 38 struct nvbios_pll info;
nouveau_nvkm_subdev_devinit_gf100.c 41 struct nvbios_pll info;
nouveau_nvkm_subdev_devinit_gt215.c 41 struct nvbios_pll info;
nouveau_nvkm_subdev_devinit_nv50.c 45 struct nvbios_pll info;
nouveau_nvkm_subdev_devinit_nv04.c 312 struct nvbios_pll info;
366 struct nvbios_pll info;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_ramnv40.c 44 struct nvbios_pll pll;
nouveau_nvkm_subdev_fb_ramgf100.c 107 struct nvbios_pll refpll;
108 struct nvbios_pll mempll;
nouveau_nvkm_subdev_fb_ramnv50.c 231 struct nvbios_pll mpll;
nouveau_nvkm_subdev_fb_ramgk104.c 48 struct nvbios_pll refpll;
49 struct nvbios_pll mempll;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_pll.c 236 nvbios_pll_parse(struct nvkm_bios *bios, u32 type, struct nvbios_pll *info)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_hw.c 175 struct nvbios_pll pll_lim;
267 struct nvbios_pll pll_lim;

Completed in 20 milliseconds

1 2