Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/matrox/
Dg450_pll.c153 case M_VIDEO_PLL: in g450_setpll()
188 case M_VIDEO_PLL: in g450_cmppll()
360 case M_VIDEO_PLL: in __g450_setclk()
396 if (pll == M_VIDEO_PLL) { in __g450_setclk()
Dmatroxfb_g450.c258 mnp = matroxfb_g450_setclk(PMINFO piic, M_VIDEO_PLL); in computeRegs()
544 …b_g450_setclk(PMINFO mt->pixclock, (mt->crtc == MATROXFB_SRC_CRTC1) ? M_PIXEL_PLL_C : M_VIDEO_PLL); in matroxfb_g450_compute()
576 …b_g450_setclk(PMINFO mt->pixclock, (mt->crtc == MATROXFB_SRC_CRTC1) ? M_PIXEL_PLL_C : M_VIDEO_PLL); in g450_dvi_compute()
Dmatroxfb_DAC1064.c311 matroxfb_g450_setpll_cond(PMINFO videomnp, M_VIDEO_PLL); in g450_set_plls()
634 …xfb_g450_setclk(PMINFO m->pixclock, (m->crtc == MATROXFB_SRC_CRTC1) ? M_PIXEL_PLL_C : M_VIDEO_PLL); in g450_compute()
841 matroxfb_g450_setclk(PMINFO ACCESS_FBINFO(values.pll.video), M_VIDEO_PLL); in g450_mclk_init()
Dmatroxfb_base.h337 enum { M_SYSTEM_PLL, M_PIXEL_PLL_A, M_PIXEL_PLL_B, M_PIXEL_PLL_C, M_VIDEO_PLL }; enumerator