Searched refs:in_div_max (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/mgag200/
H A Dmgag200_g200.c68 static const int in_div_max = 6; local
104 for (testm = in_div_min; testm <= in_div_max; testm++) {
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c195 unsigned int in_div_max; member in struct:matrox_pll_features2
210 .in_div_max = 32,
256 for (m = pll->in_div_min; m <= pll->in_div_max; m++) {
H A Dmatroxfb_misc.c147 printk(KERN_ERR "in_div_max: %d\n", pll->in_div_max);
163 for (m = pll->in_div_min; m <= pll->in_div_max; m++) {
H A Dmatroxfb_base.h225 unsigned int in_div_max; member in struct:matrox_pll_features
H A Dmatroxfb_DAC1064.c594 minfo->features.pll.in_div_max = 31;
864 minfo->features.pll.in_div_max = 31;
H A Dmatroxfb_Ti3026.c551 minfo->features.pll.in_div_max = 63;

Completed in 107 milliseconds