Home
last modified time | relevance | path

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

/qemu/include/hw/pci-host/
H A Dpnv_phb4.h141 uint64_t ioda_MBT[PNV_PHB4_MAX_MBEs]; member
/qemu/hw/pci-host/
H A Dpnv_phb4.c186 mbe0 = phb->ioda_MBT[(index << 1)]; in pnv_phb4_check_mbt()
187 mbe1 = phb->ioda_MBT[(index << 1) + 1]; in pnv_phb4_check_mbt()
286 tptr = phb->ioda_MBT; in pnv_phb4_ioda_access()
395 phb->ioda_MBT[idx ^ 1] &= 0x7fffffffffffffffull; in pnv_phb4_ioda_write()
396 phb->ioda_MBT[idx ^ 1] |= 0x8000000000000000ull & val; in pnv_phb4_ioda_write()