Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c100 static void DAC1064_setmclk(struct matrox_fb_info *minfo, int oscinfo, in DAC1064_setmclk() argument
118 if (oscinfo & DAC1064_OPT_GDIV1) in DAC1064_setmclk()
120 if (oscinfo & DAC1064_OPT_MDIV1) in DAC1064_setmclk()
122 if (oscinfo & DAC1064_OPT_RESERVED) in DAC1064_setmclk()
124 if ((oscinfo & DAC1064_OPT_SCLK_MASK) == DAC1064_OPT_SCLK_PLL) { in DAC1064_setmclk()
156 mx |= oscinfo & DAC1064_OPT_SCLK_MASK; in DAC1064_setmclk()