[go: nahoru, domu]

Searched refs:min_m (Results 1 - 8 of 8) sorted by relevance

/drivers/gpu/drm/nouveau/core/include/subdev/bios/
H A Dpll.h70 u8 min_m; member in struct:nvbios_pll::__anon848
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dpll.c269 info->vco1.min_m = 0x1;
288 info->vco2.min_m = 0x1;
303 info->vco1.min_m = nv_ro08(bios, data + 22);
307 info->vco2.min_m = nv_ro08(bios, data + 26);
332 info->vco1.min_m = nv_ro08(bios, data + 18);
336 info->vco2.min_m = nv_ro08(bios, data + 22);
350 info->vco1.min_m = nv_ro08(bios, data + 8);
393 info->vco1.min_m = 0x1;
398 info->vco1.min_m = 0x7;
402 info->vco1.min_m
[all...]
/drivers/gpu/drm/nouveau/core/subdev/clock/
H A Dpllnva3.c45 lM = max(lM, (int)info->vco1.min_m);
H A Dpllnv04.c43 int minM = info->vco1.min_m, maxM = info->vco1.max_m;
145 int minM1 = info->vco1.min_m, maxM1 = info->vco1.max_m;
147 int minM2 = info->vco2.min_m, maxM2 = info->vco2.max_m;
H A Dgk20a.c106 u32 min_m, max_m; member in struct:gk20a_clk_pllg_params
114 .min_m = 1, .max_m = 255,
207 for (m = priv->params->min_m; m <= priv->params->max_m; m++) {
/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c42 int min_m, max_m, min_m1, max_m1; member in struct:pll_min_max
975 if (m < pll->min_m)
976 m = pll->min_m + 1;
/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c419 static void SavageCalcClock(long freq, int min_m, int min_n1, int max_n1, argument
444 if (m < min_m+2 || m > 127+2)
466 static int common_calc_clock(long freq, int min_m, int min_n1, int max_n1, argument
482 if (m < min_m + 2 || m > 127+2)
/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c266 if (pv.M1 >= pll_lim.vco1.min_m && pv.M1 <= pll_lim.vco1.max_m &&

Completed in 127 milliseconds