Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/cell/
Diommu.c311 unsigned long fbase, unsigned long fsize) in cell_iommu_setup_stab() argument
316 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT; in cell_iommu_setup_stab()
989 unsigned long fbase, unsigned long fsize) in cell_iommu_setup_fixed_ptab() argument
993 ptab = cell_iommu_alloc_ptab(iommu, fbase, fsize, dbase, dsize, 24); in cell_iommu_setup_fixed_ptab()
995 dma_iommu_fixed_base = fbase; in cell_iommu_setup_fixed_ptab()
997 pr_debug("iommu: mapping 0x%lx pages from 0x%lx\n", fsize, fbase); in cell_iommu_setup_fixed_ptab()
1011 ioaddr = uaddr + fbase; in cell_iommu_setup_fixed_ptab()
1025 unsigned long dbase, dsize, fbase, fsize, hbase, hend; in cell_iommu_fixed_mapping_init() local
1052 fbase = 0; in cell_iommu_fixed_mapping_init()
1055 fbase = max(fbase, dbase + dsize); in cell_iommu_fixed_mapping_init()
[all …]