Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c168 unsigned int pxc; in g450_set_plls() local
212 pxc = minfo->crtc1.pixclock; in g450_set_plls()
213 if (pxc == 0 || minfo->outputs[2].src == MATROXFB_SRC_CRTC2) { in g450_set_plls()
214 pxc = minfo->crtc2.pixclock; in g450_set_plls()
217 if (pxc < 45000) { in g450_set_plls()
219 } else if (pxc < 55000) { in g450_set_plls()
221 } else if (pxc < 70000) { in g450_set_plls()
223 } else if (pxc < 85000) { in g450_set_plls()
225 } else if (pxc < 100000) { in g450_set_plls()
227 } else if (pxc < 115000) { in g450_set_plls()
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmvgbe.h374 u32 pxc; member
H A Dmvgbe.c432 MVGBE_REG_WR(regs->pxc, PRT_CFG_VAL); in mvgbe_init()