Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1292 u64 tce_order = 28; /* 256MB TCEs */ in pnv_pci_ioda_dma_64bit_bypass() local
1301 tce_count = window_size >> tce_order; in pnv_pci_ioda_dma_64bit_bypass()
1318 for (addr = 0; addr < memory_hotplug_max(); addr += (1 << tce_order)) { in pnv_pci_ioda_dma_64bit_bypass()
1319 tces[(addr + (1ULL << 32)) >> tce_order] = in pnv_pci_ioda_dma_64bit_bypass()
1330 1 << tce_order); in pnv_pci_ioda_dma_64bit_bypass()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds