Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/matrox/
Dmatroxfb_DAC1064.c99 static void DAC1064_setmclk(struct matrox_fb_info *minfo, int oscinfo, in DAC1064_setmclk() argument
117 if (oscinfo & DAC1064_OPT_GDIV1) in DAC1064_setmclk()
119 if (oscinfo & DAC1064_OPT_MDIV1) in DAC1064_setmclk()
121 if (oscinfo & DAC1064_OPT_RESERVED) in DAC1064_setmclk()
123 if ((oscinfo & DAC1064_OPT_SCLK_MASK) == DAC1064_OPT_SCLK_PLL) { in DAC1064_setmclk()
155 mx |= oscinfo & DAC1064_OPT_SCLK_MASK; in DAC1064_setmclk()