Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/powernv/
Dpci-ioda.c1183 u64 tce_order = 28; /* 256MB TCEs */ in pnv_pci_ioda_dma_64bit_bypass() local
1192 tce_count = window_size >> tce_order; in pnv_pci_ioda_dma_64bit_bypass()
1209 for (addr = 0; addr < memory_hotplug_max(); addr += (1 << tce_order)) { in pnv_pci_ioda_dma_64bit_bypass()
1210 tces[(addr + (1ULL << 32)) >> tce_order] = in pnv_pci_ioda_dma_64bit_bypass()
1221 1 << tce_order); in pnv_pci_ioda_dma_64bit_bypass()