Home
last modified time | relevance | path

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

/qemu/hw/pci-host/
H A Dpnv_phb4_pec.c329 pecc->compat = compat; in pnv_pec_class_init()
330 pecc->compat_size = sizeof(compat); in pnv_pec_class_init()
331 pecc->stk_compat = stk_compat; in pnv_pec_class_init()
333 pecc->version = PNV_PHB4_VERSION; in pnv_pec_class_init()
334 pecc->phb_type = TYPE_PNV_PHB4; in pnv_pec_class_init()
335 pecc->num_phbs = pnv_pec_num_phbs; in pnv_pec_class_init()
381 pecc->compat = compat; in pnv_phb5_pec_class_init()
382 pecc->compat_size = sizeof(compat); in pnv_phb5_pec_class_init()
383 pecc->stk_compat = stk_compat; in pnv_phb5_pec_class_init()
385 pecc->version = PNV_PHB5_VERSION; in pnv_phb5_pec_class_init()
[all …]
H A Dpnv_phb4.c873 PnvPhb4PecClass *pecc = PNV_PHB4_PEC_GET_CLASS(pec); in pnv_phb4_get_phb_stack_no() local
878 stack_no -= pecc->num_phbs[index]; in pnv_phb4_get_phb_stack_no()
1385 PnvPhb4PecClass *pecc = PNV_PHB4_PEC_GET_CLASS(pec); in pnv_phb4_pec_get_phb_id() local
1390 offset += pecc->num_phbs[index]; in pnv_phb4_pec_get_phb_id()
1488 PnvPhb4PecClass *pecc = PNV_PHB4_PEC_GET_CLASS(pec); in pnv_phb4_xscom_realize() local
1515 pec_nest_base = pecc->xscom_nest_base(pec); in pnv_phb4_xscom_realize()
1516 pec_pci_base = pecc->xscom_pci_base(pec); in pnv_phb4_xscom_realize()
/qemu/hw/ppc/
H A Dpnv.c1604 PnvPhb4PecClass *pecc = PNV_PHB4_PEC_GET_CLASS(pec); in pnv_chip_power9_pec_realize() local
1617 pec_nest_base = pecc->xscom_nest_base(pec); in pnv_chip_power9_pec_realize()
1618 pec_pci_base = pecc->xscom_pci_base(pec); in pnv_chip_power9_pec_realize()
1863 PnvPhb4PecClass *pecc = PNV_PHB4_PEC_GET_CLASS(pec); in pnv_chip_power10_phb_realize() local
1876 pec_nest_base = pecc->xscom_nest_base(pec); in pnv_chip_power10_phb_realize()
1877 pec_pci_base = pecc->xscom_pci_base(pec); in pnv_chip_power10_phb_realize()