Searched refs:pxc (Results 1 – 5 of 5) sorted by relevance
168 unsigned int pxc; in g450_set_plls() local212 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 …]
1944 PnvXiveClass *pxc = PNV_XIVE_GET_CLASS(dev); in pnv_xive_realize() local1949 pxc->parent_realize(dev, &local_err); in pnv_xive_realize()2079 PnvXiveClass *pxc = PNV_XIVE_CLASS(klass); in pnv_xive_class_init() local2084 device_class_set_parent_realize(dc, pnv_xive_realize, &pxc->parent_realize); in pnv_xive_class_init()
2269 PnvXive2Class *pxc = PNV_XIVE2_GET_CLASS(dev); in pnv_xive2_realize() local2275 pxc->parent_realize(dev, &local_err); in pnv_xive2_realize()2411 PnvXive2Class *pxc = PNV_XIVE2_CLASS(klass); in pnv_xive2_class_init() local2417 &pxc->parent_realize); in pnv_xive2_class_init()
369 u32 pxc; member
453 MVGBE_REG_WR(regs->pxc, PRT_CFG_VAL); in __mvgbe_init()