Home
last modified time | relevance | path

Searched refs:SPAPR_PCI_IO_WIN_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dpci-spapr.c141 #define SPAPR_PCI_IO_WIN_SIZE 0x10000 macro
191 qpci->pio.size = SPAPR_PCI_IO_WIN_SIZE; in qpci_init_spapr()
/openbmc/qemu/include/hw/pci-host/
H A Dspapr.h101 #define SPAPR_PCI_IO_WIN_SIZE 0x10000 macro
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1875 namebuf, SPAPR_PCI_IO_WIN_SIZE); in spapr_phb_realize()
1880 &sphb->iospace, 0, SPAPR_PCI_IO_WIN_SIZE); in spapr_phb_realize()
2043 SPAPR_PCI_IO_WIN_SIZE),
H A Dspapr.c4381 QEMU_BUILD_BUG_ON((SPAPR_PCI_MEM32_WIN_SIZE % SPAPR_PCI_IO_WIN_SIZE) != 0); in spapr_phb_placement()
4383 QEMU_BUILD_BUG_ON((SPAPR_MAX_PHBS * SPAPR_PCI_IO_WIN_SIZE) > in spapr_phb_placement()
4399 *pio = SPAPR_PCI_BASE + index * SPAPR_PCI_IO_WIN_SIZE; in spapr_phb_placement()