Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dpnv_phb4_pec.c203 PnvPhb4PecClass *pecc = PNV_PHB4_PEC_GET_CLASS(pec); in pnv_pec_realize() local
212 pec->num_phbs = pecc->num_phbs[pec->index]; in pnv_pec_realize()
240 PnvPhb4PecClass *pecc = PNV_PHB4_PEC_GET_CLASS(dev); in pnv_pec_dt_xscom() local
241 uint32_t nbase = pecc->xscom_nest_base(pec); in pnv_pec_dt_xscom()
242 uint32_t pbase = pecc->xscom_pci_base(pec); in pnv_pec_dt_xscom()
247 cpu_to_be32(pecc->xscom_nest_size), in pnv_pec_dt_xscom()
249 cpu_to_be32(pecc->xscom_pci_size), in pnv_pec_dt_xscom()
262 _FDT((fdt_setprop(fdt, offset, "compatible", pecc->compat, in pnv_pec_dt_xscom()
263 pecc->compat_size))); in pnv_pec_dt_xscom()
276 _FDT((fdt_setprop(fdt, stk_offset, "compatible", pecc->stk_compat, in pnv_pec_dt_xscom()
[all …]
H A Dpnv_phb4.c872 PnvPhb4PecClass *pecc = PNV_PHB4_PEC_GET_CLASS(pec); in pnv_phb4_get_phb_stack_no() local
877 stack_no -= pecc->num_phbs[index]; in pnv_phb4_get_phb_stack_no()
1384 PnvPhb4PecClass *pecc = PNV_PHB4_PEC_GET_CLASS(pec); in pnv_phb4_pec_get_phb_id() local
1389 offset += pecc->num_phbs[index]; in pnv_phb4_pec_get_phb_id()
1487 PnvPhb4PecClass *pecc = PNV_PHB4_PEC_GET_CLASS(pec); in pnv_phb4_xscom_realize() local
1514 pec_nest_base = pecc->xscom_nest_base(pec); in pnv_phb4_xscom_realize()
1515 pec_pci_base = pecc->xscom_pci_base(pec); in pnv_phb4_xscom_realize()
/openbmc/qemu/hw/ppc/
H A Dpnv.c1756 PnvPhb4PecClass *pecc = PNV_PHB4_PEC_GET_CLASS(pec); in pnv_chip_power9_pec_realize() local
1769 pec_nest_base = pecc->xscom_nest_base(pec); in pnv_chip_power9_pec_realize()
1770 pec_pci_base = pecc->xscom_pci_base(pec); in pnv_chip_power9_pec_realize()
2030 PnvPhb4PecClass *pecc = PNV_PHB4_PEC_GET_CLASS(pec); in pnv_chip_power10_phb_realize() local
2043 pec_nest_base = pecc->xscom_nest_base(pec); in pnv_chip_power10_phb_realize()
2044 pec_pci_base = pecc->xscom_pci_base(pec); in pnv_chip_power10_phb_realize()