Home
last modified time | relevance | path

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

/drivers/video/fbdev/matrox/
Dg450_pll.c164 case M_VIDEO_PLL: in g450_setpll()
201 case M_VIDEO_PLL: in g450_cmppll()
409 case M_VIDEO_PLL: in __g450_setclk()
445 if (pll == M_VIDEO_PLL) { in __g450_setclk()
Dmatroxfb_g450.c263 mnp = matroxfb_g450_setclk(minfo, piic, M_VIDEO_PLL); in computeRegs()
551 …b_g450_setclk(minfo, mt->pixclock, (mt->crtc == MATROXFB_SRC_CRTC1) ? M_PIXEL_PLL_C : M_VIDEO_PLL); in matroxfb_g450_compute()
581 …b_g450_setclk(minfo, mt->pixclock, (mt->crtc == MATROXFB_SRC_CRTC1) ? M_PIXEL_PLL_C : M_VIDEO_PLL); in g450_dvi_compute()
Dmatroxfb_DAC1064.c196 matroxfb_g450_setpll_cond(minfo, videomnp, M_VIDEO_PLL); in g450_set_plls()
517 …xfb_g450_setclk(minfo, m->pixclock, (m->crtc == MATROXFB_SRC_CRTC1) ? M_PIXEL_PLL_C : M_VIDEO_PLL); in g450_compute()
726 matroxfb_g450_setclk(minfo, minfo->values.pll.video, M_VIDEO_PLL); in g450_mclk_init()
Dmatroxfb_base.h204 enum { M_SYSTEM_PLL, M_PIXEL_PLL_A, M_PIXEL_PLL_B, M_PIXEL_PLL_C, M_VIDEO_PLL }; enumerator