Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1070 u64 tce_order = 28; /* 256MB TCEs */ in pnv_pci_ioda_dma_64bit_bypass() local
1079 tce_count = window_size >> tce_order; in pnv_pci_ioda_dma_64bit_bypass()
1096 for (addr = 0; addr < memory_hotplug_max(); addr += (1 << tce_order)) { in pnv_pci_ioda_dma_64bit_bypass()
1097 tces[(addr + (1ULL << 32)) >> tce_order] = in pnv_pci_ioda_dma_64bit_bypass()
1108 1 << tce_order); in pnv_pci_ioda_dma_64bit_bypass()