Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dpci_dma.h52 #define ZPCI_TABLE_ENTRIES (ZPCI_TABLE_SIZE / ZPCI_TABLE_ENTRY_SIZE) macro
/openbmc/linux/arch/s390/pci/
H A Dpci_dma.c38 for (entry = table; entry < table + ZPCI_TABLE_ENTRIES; entry++) in dma_alloc_cpu_table()
261 for (sx = 0; sx < ZPCI_TABLE_ENTRIES; sx++) in dma_free_seg_table()
275 for (rtx = 0; rtx < ZPCI_TABLE_ENTRIES; rtx++) in dma_cleanup_tables()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h137 #define ZPCI_TABLE_ENTRIES (ZPCI_TABLE_SIZE / ZPCI_TABLE_ENTRY_SIZE) macro