Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Diommu.c298 unsigned long fbase, unsigned long fsize) in cell_iommu_setup_stab()
303 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT; in cell_iommu_setup_stab()
877 unsigned long fbase, unsigned long fsize) in cell_iommu_setup_fixed_ptab()
881 ptab = cell_iommu_alloc_ptab(iommu, fbase, fsize, dbase, dsize, 24); in cell_iommu_setup_fixed_ptab()
883 dma_iommu_fixed_base = fbase; in cell_iommu_setup_fixed_ptab()
885 pr_debug("iommu: mapping 0x%lx pages from 0x%lx\n", fsize, fbase); in cell_iommu_setup_fixed_ptab()
899 ioaddr = uaddr + fbase; in cell_iommu_setup_fixed_ptab()
913 unsigned long dbase, dsize, fbase, fsize, hbase, hend; in cell_iommu_fixed_mapping_init() local
940 fbase = 0; in cell_iommu_fixed_mapping_init()
943 fbase in cell_iommu_fixed_mapping_init()
296 cell_iommu_setup_stab(struct cbe_iommu *iommu, unsigned long dbase, unsigned long dsize, unsigned long fbase, unsigned long fsize) cell_iommu_setup_stab() argument
875 cell_iommu_setup_fixed_ptab(struct cbe_iommu *iommu, struct device_node *np, unsigned long dbase, unsigned long dsize, unsigned long fbase, unsigned long fsize) cell_iommu_setup_fixed_ptab() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Diommu.c300 unsigned long fbase, unsigned long fsize) in cell_iommu_setup_stab()
305 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT; in cell_iommu_setup_stab()
882 unsigned long fbase, unsigned long fsize) in cell_iommu_setup_fixed_ptab()
886 ptab = cell_iommu_alloc_ptab(iommu, fbase, fsize, dbase, dsize, 24); in cell_iommu_setup_fixed_ptab()
888 dma_iommu_fixed_base = fbase; in cell_iommu_setup_fixed_ptab()
890 pr_debug("iommu: mapping 0x%lx pages from 0x%lx\n", fsize, fbase); in cell_iommu_setup_fixed_ptab()
904 ioaddr = uaddr + fbase; in cell_iommu_setup_fixed_ptab()
918 unsigned long dbase, dsize, fbase, fsize, hbase, hend; in cell_iommu_fixed_mapping_init() local
945 fbase = 0; in cell_iommu_fixed_mapping_init()
948 fbase in cell_iommu_fixed_mapping_init()
298 cell_iommu_setup_stab(struct cbe_iommu *iommu, unsigned long dbase, unsigned long dsize, unsigned long fbase, unsigned long fsize) cell_iommu_setup_stab() argument
880 cell_iommu_setup_fixed_ptab(struct cbe_iommu *iommu, struct device_node *np, unsigned long dbase, unsigned long dsize, unsigned long fbase, unsigned long fsize) cell_iommu_setup_fixed_ptab() argument
[all...]

Completed in 4 milliseconds