Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci-ioda.c52 #define TCE32_TABLE_SIZE ((0x10000000 / 0x1000) * 8) macro
1883 get_order(TCE32_TABLE_SIZE * segs)); in pnv_pci_ioda_setup_dma_pe()
1889 memset(addr, 0, TCE32_TABLE_SIZE * segs); in pnv_pci_ioda_setup_dma_pe()
1896 __pa(addr) + TCE32_TABLE_SIZE * i, in pnv_pci_ioda_setup_dma_pe()
1897 TCE32_TABLE_SIZE, 0x1000); in pnv_pci_ioda_setup_dma_pe()
1906 pnv_pci_setup_iommu_table(tbl, addr, TCE32_TABLE_SIZE * segs, in pnv_pci_ioda_setup_dma_pe()
1937 __free_pages(tce_mem, get_order(TCE32_TABLE_SIZE * segs)); in pnv_pci_ioda_setup_dma_pe()