Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Ds390-iommu.c224 for (entry = table; entry < table + ZPCI_TABLE_ENTRIES; entry++) in dma_alloc_cpu_table()
244 for (sx = 0; sx < ZPCI_TABLE_ENTRIES; sx++) in dma_free_seg_table()
256 for (rtx = 0; rtx < ZPCI_TABLE_ENTRIES; rtx++) in dma_free_rt_table()
268 for (rsx = 0; rsx < ZPCI_TABLE_ENTRIES; rsx++) in dma_free_rs_table()
284 for (rfx = 0; rfx < ZPCI_TABLE_ENTRIES; rfx++) in dma_cleanup_tables()
289 for (rsx = 0; rsx < ZPCI_TABLE_ENTRIES; rsx++) in dma_cleanup_tables()
294 for (rtx = 0; rtx < ZPCI_TABLE_ENTRIES; rtx++) in dma_cleanup_tables()
/linux/arch/s390/include/asm/
H A Dpci_dma.h53 #define ZPCI_TABLE_ENTRIES (ZPCI_TABLE_SIZE / ZPCI_TABLE_ENTRY_SIZE) macro