Home
last modified time | relevance | path

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

/arch/powerpc/platforms/powernv/
Dpci-ioda.c886 unsigned int segs) in pnv_pci_ioda_setup_dma_pe() argument
910 (base << 28), ((base + segs) << 28) - 1); in pnv_pci_ioda_setup_dma_pe()
918 get_order(TCE32_TABLE_SIZE * segs)); in pnv_pci_ioda_setup_dma_pe()
924 memset(addr, 0, TCE32_TABLE_SIZE * segs); in pnv_pci_ioda_setup_dma_pe()
927 for (i = 0; i < segs; i++) { in pnv_pci_ioda_setup_dma_pe()
942 pnv_pci_setup_iommu_table(tbl, addr, TCE32_TABLE_SIZE * segs, in pnv_pci_ioda_setup_dma_pe()
971 __free_pages(tce_mem, get_order(TCE32_TABLE_SIZE * segs)); in pnv_pci_ioda_setup_dma_pe()
977 unsigned int residual, remaining, segs, tw, base; in pnv_ioda_setup_dma() local
1010 segs = 1; in pnv_ioda_setup_dma()
1012 segs += ((pe->dma_weight * residual) + (tw / 2)) / tw; in pnv_ioda_setup_dma()
[all …]
/arch/mips/include/asm/octeon/
Dcvmx-pko.h229 uint64_t segs:6; member
Dcvmx-pko-defs.h157 uint64_t segs:6; member
203 uint64_t segs:6; member
274 uint64_t segs:6; member
/arch/mips/cavium-octeon/executive/
Dcvmx-helper.c709 pko_command.s.segs = num_segs; in __cvmx_helper_errata_fix_ipd_ptr_alignment()