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

/drivers/video/
H A Dfbmon.c241 b[8] = 75; /* hfmax */
691 specs->hfmax = H_MAX_RATE * 1000;
739 if (specs->hfmax == 0 || specs->hfmax < hscan)
740 specs->hfmax = hscan;
755 specs->hfmin/1000, specs->hfmax/1000, specs->vfmin,
1286 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax, err = 0; local
1298 if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax ||
1300 info->monspecs.hfmax < info->monspecs.hfmin ||
1303 hfmin = 29000; hfmax
1413 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax; local
[all...]

Completed in 36 milliseconds