Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dpci_dma.h68 #define ZPCI_PT_SIZE 0x800 macro
69 #define ZPCI_PT_ALIGN ZPCI_PT_SIZE
70 #define ZPCI_PT_ENTRIES (ZPCI_PT_SIZE / ZPCI_TABLE_ENTRY_SIZE)
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h155 #define ZPCI_PT_SIZE 0x800 macro
156 #define ZPCI_PT_ALIGN ZPCI_PT_SIZE
157 #define ZPCI_PT_ENTRIES (ZPCI_PT_SIZE / ZPCI_TABLE_ENTRY_SIZE)
/openbmc/linux/arch/s390/pci/
H A Dpci_dma.c689 ZPCI_PT_SIZE, ZPCI_PT_ALIGN, in dma_alloc_cpu_table_caches()