Searched defs:vfmax (Results 1 - 1 of 1) sorted by relevance

/drivers/video/
H A Dfbmon.c239 b[6] = 60; /* vfmax */
693 specs->vfmax = V_MAX_RATE;
745 if (specs->vfmax == 0 || specs->vfmax < hz)
746 specs->vfmax = hz;
756 specs->vfmax, specs->dclkmax/1000000);
1286 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax, err = 0; local
1298 if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax ||
1301 info->monspecs.vfmax < info->monspecs.vfmin ||
1304 vfmin = 60; vfmax
1413 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax; local
[all...]

Completed in 51 milliseconds