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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gm20b.c 99 s32 coeff_offs; member in struct:gm20b_clk_dvfs_params
105 .coeff_offs = 214007,
204 coeff = DIV_ROUND_CLOSEST(mv * p->coeff_slope, 1000) + p->coeff_offs;
nouveau_nvkm_subdev_clk_gm20b.c 99 s32 coeff_offs; member in struct:gm20b_clk_dvfs_params
105 .coeff_offs = 214007,
204 coeff = DIV_ROUND_CLOSEST(mv * p->coeff_slope, 1000) + p->coeff_offs;
nouveau_nvkm_subdev_clk_gm20b.c 99 s32 coeff_offs; member in struct:gm20b_clk_dvfs_params
105 .coeff_offs = 214007,
204 coeff = DIV_ROUND_CLOSEST(mv * p->coeff_slope, 1000) + p->coeff_offs;

Completed in 114 milliseconds