Home
last modified time | relevance | path

Searched refs:feed_div_min (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_g200.c69 static const int feed_div_min = 7; in mgag200_g200_pixpllc_atomic_check() local
105 for (testn = feed_div_min; testn <= feed_div_max; testn++) { in mgag200_g200_pixpllc_atomic_check()
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c148 printk(KERN_ERR "feed_div_min: %d\n", pll->feed_div_min); in matroxfb_PLL_calcclock()
170 if (n < pll->feed_div_min) in matroxfb_PLL_calcclock()
171 n = pll->feed_div_min; in matroxfb_PLL_calcclock()
H A Dmatroxfb_maven.c192 unsigned int feed_div_min; member
207 .feed_div_min = 5,
262 if (n < pll->feed_div_min) in matroxfb_PLL_mavenclock()
H A Dmatroxfb_base.h222 unsigned int feed_div_min; member
H A Dmatroxfb_DAC1064.c591 minfo->features.pll.feed_div_min = 100; in MGA1064_ramdac_init()
861 minfo->features.pll.feed_div_min = 7; in MGAG100_preinit()
H A Dmatroxfb_Ti3026.c548 minfo->features.pll.feed_div_min = 2; in ti3026_ramdac_init()