Home
last modified time | relevance | path

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

/openbmc/linux/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 …]
/openbmc/qemu/hw/intc/
H A Dpnv_xive.c1944 PnvXiveClass *pxc = PNV_XIVE_GET_CLASS(dev); in pnv_xive_realize() local
1949 pxc->parent_realize(dev, &local_err); in pnv_xive_realize()
2079 PnvXiveClass *pxc = PNV_XIVE_CLASS(klass); in pnv_xive_class_init() local
2084 device_class_set_parent_realize(dc, pnv_xive_realize, &pxc->parent_realize); in pnv_xive_class_init()
H A Dpnv_xive2.c2269 PnvXive2Class *pxc = PNV_XIVE2_GET_CLASS(dev); in pnv_xive2_realize() local
2275 pxc->parent_realize(dev, &local_err); in pnv_xive2_realize()
2411 PnvXive2Class *pxc = PNV_XIVE2_CLASS(klass); in pnv_xive2_class_init() local
2417 &pxc->parent_realize); in pnv_xive2_class_init()
/openbmc/u-boot/drivers/net/
H A Dmvgbe.h369 u32 pxc; member
H A Dmvgbe.c453 MVGBE_REG_WR(regs->pxc, PRT_CFG_VAL); in __mvgbe_init()