Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/matrox/
H A Dg450_pll.c152 case M_PIXEL_PLL_C: in g450_setpll()
191 case M_PIXEL_PLL_C: in g450_cmppll()
342 case M_PIXEL_PLL_C: in __g450_setclk()
H A Dmatroxfb_g450.c552 …b_g450_setclk(minfo, mt->pixclock, (mt->crtc == MATROXFB_SRC_CRTC1) ? M_PIXEL_PLL_C : M_VIDEO_PLL); in matroxfb_g450_compute()
582 …b_g450_setclk(minfo, mt->pixclock, (mt->crtc == MATROXFB_SRC_CRTC1) ? M_PIXEL_PLL_C : M_VIDEO_PLL); in g450_dvi_compute()
H A Dmatroxfb_base.h204 enum { M_SYSTEM_PLL, M_PIXEL_PLL_A, M_PIXEL_PLL_B, M_PIXEL_PLL_C, M_VIDEO_PLL }; enumerator
H A Dmatroxfb_DAC1064.c205 matroxfb_g450_setpll_cond(minfo, pixelmnp, M_PIXEL_PLL_C); in g450_set_plls()
518 …m->mnp = matroxfb_g450_setclk(minfo, m->pixclock, (m->crtc == MATROXFB_SRC_CRTC1) ? M_PIXEL_PLL_C in g450_compute()