Searched refs:barsize (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | ivshmem-test.c | 108 uint64_t barsize; in setup_vm_cmd() local 121 s->reg_bar = qpci_iomap(s->dev, 0, &barsize); in setup_vm_cmd() 122 g_assert_cmpuint(barsize, ==, 256); in setup_vm_cmd() 128 s->mem_bar = qpci_iomap(s->dev, 2, &barsize); in setup_vm_cmd() 129 g_assert_cmpuint(barsize, ==, TMPSHMSIZE); in setup_vm_cmd()
|
H A D | rtl8139-test.c | 190 uint64_t barsize; in test_init() local 194 dev_bar = qpci_iomap(pcidev, 0, &barsize); in test_init()
|
H A D | ahci-test.c | 538 g_assert_cmphex(ahci->barsize, >, 0); in ahci_test_hba_spec() 539 maxports = (ahci->barsize - HBA_DATA_REGION_SIZE) / HBA_PORT_DATA_SIZE; in ahci_test_hba_spec()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | sdhci.c | 125 uint64_t barsize; in sdhci_pci_create() local 128 spci->mem_bar = qpci_iomap(&spci->dev, 0, &barsize); in sdhci_pci_create()
|
H A D | ahci.h | 340 uint64_t barsize; member
|
H A D | ahci.c | 214 ahci->hba_bar = qpci_iomap(ahci->dev, 5, &ahci->barsize); in start_ahci_device()
|
/openbmc/qemu/hw/s390x/ |
H A D | trace-events | 36 …t32_t bar, uint32_t addr, uint64_t size, uint32_t barsize) "bar %d addr 0x%x size 0x%" PRIx64 "bar…
|
/openbmc/linux/arch/s390/pci/ |
H A D | pci.c | 291 unsigned long barsize = pci_resource_len(pdev, bar); in pci_iomap_range_mio() local 295 iova = ioremap((unsigned long) zdev->bars[bar].mio_wt, barsize); in pci_iomap_range_mio() 321 unsigned long barsize = pci_resource_len(pdev, bar); in pci_iomap_wc_range_mio() local 325 iova = ioremap((unsigned long) zdev->bars[bar].mio_wb, barsize); in pci_iomap_wc_range_mio()
|
/openbmc/qemu/docs/devel/testing/ |
H A D | qgraph.rst | 478 uint64_t barsize;
|