Lines Matching full:version
6 * This code is licensed under the GPL version 2 or later. See the
67 if (phb->version == 3) { in pnv_phb_user_get_parent()
115 if (!phb->version) { in pnv_phb_realize()
116 error_setg(errp, "version not specified"); in pnv_phb_realize()
120 switch (phb->version) { in pnv_phb_realize()
152 if (phb->version == 3) { in pnv_phb_realize()
163 if (phb->version == 3) { in pnv_phb_realize()
189 DEFINE_PROP_UINT32("version", PnvPHB, version, 0),
220 if (phb_rp->version == 3) { in pnv_phb_root_port_reset_hold()
285 switch (phb_rp->version) { in pnv_phb_root_port_realize()
304 DEFINE_PROP_UINT32("version", PnvPHBRootPort, version, 0),