Home
last modified time | relevance | path

Searched refs:big_phb (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/pci-host/
H A Dpnv_phb4.c237 uint32_t num_windows = phb->big_phb ? PNV_PHB4_MAX_MMIO_WINDOWS : in pnv_phb4_check_all_mbt()
261 mask = phb->big_phb ? PNV_PHB4_MAX_MIST : (PNV_PHB4_MAX_MIST >> 1); in pnv_phb4_ioda_access()
265 mask = phb->big_phb ? 127 : 63; in pnv_phb4_ioda_access()
268 mask = phb->big_phb ? 15 : 7; in pnv_phb4_ioda_access()
272 mask = phb->big_phb ? PNV_PHB4_MAX_PEs : (PNV_PHB4_MAX_PEs >> 1); in pnv_phb4_ioda_access()
277 mask = phb->big_phb ? PNV_PHB4_MAX_TVEs : (PNV_PHB4_MAX_TVEs >> 1); in pnv_phb4_ioda_access()
282 mask = phb->big_phb ? 1023 : 511; in pnv_phb4_ioda_access()
286 mask = phb->big_phb ? PNV_PHB4_MAX_MBEs : (PNV_PHB4_MAX_MBEs >> 1); in pnv_phb4_ioda_access()
291 mask = phb->big_phb ? PNV_PHB4_MAX_PEs : (PNV_PHB4_MAX_PEs >> 1); in pnv_phb4_ioda_access()
1585 phb->big_phb = phb->phb_id == 0 || phb->phb_id == 3; in pnv_phb4_realize()
[all …]
/openbmc/qemu/include/hw/pci-host/
H A Dpnv_phb4.h105 bool big_phb; member