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

/drivers/gpu/drm/nouveau/core/include/subdev/bios/
H A Dpll.h71 u8 max_m; member in struct:nvbios_pll::__anon848
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dpll.c270 info->vco1.max_m = 0xd;
289 info->vco2.max_m = 0x4;
304 info->vco1.max_m = nv_ro08(bios, data + 23);
308 info->vco2.max_m = nv_ro08(bios, data + 27);
333 info->vco1.max_m = nv_ro08(bios, data + 19);
337 info->vco2.max_m = nv_ro08(bios, data + 23);
351 info->vco1.max_m = nv_ro08(bios, data + 9);
399 info->vco1.max_m = 0xd;
403 info->vco1.max_m = 0xe;
/drivers/gpu/drm/nouveau/core/subdev/clock/
H A Dpllnva3.c47 hM = min(hM, (int)info->vco1.max_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,
169 best_m = priv->params->max_m;
207 for (m = priv->params->min_m; m <= priv->params->max_m; m++) {
/drivers/media/i2c/smiapp/
H A Dsmiapp-core.c1868 u32 min, max, a, b, max_m; local
1885 max_m = crops[SMIAPP_PAD_SINK]->width
1893 max_m = clamp(max_m, sensor->limits[SMIAPP_LIMIT_SCALER_M_MIN],
1896 dev_dbg(&client->dev, "scaling: a %d b %d max_m %d\n", a, b, max_m);
1898 min = min(max_m, min(a, b));
1899 max = min(max_m, max(a, b));
1907 if (max != max_m) {
/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c266 if (pv.M1 >= pll_lim.vco1.min_m && pv.M1 <= pll_lim.vco1.max_m &&
274 pv.M1 = pll_lim.vco1.max_m;
/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c42 int min_m, max_m, min_m1, max_m1; member in struct:pll_min_max
977 if (m > pll->max_m)
978 m = pll->max_m - 1;

Completed in 120 milliseconds