Lines Matching refs:dsize

299 				unsigned long dbase, unsigned long dsize,  in cell_iommu_setup_stab()  argument
305 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT; in cell_iommu_setup_stab()
881 struct device_node *np, unsigned long dbase, unsigned long dsize, in cell_iommu_setup_fixed_ptab() argument
886 ptab = cell_iommu_alloc_ptab(iommu, fbase, fsize, dbase, dsize, 24); in cell_iommu_setup_fixed_ptab()
905 if (ioaddr >= dbase && ioaddr < (dbase + dsize)) { in cell_iommu_setup_fixed_ptab()
918 unsigned long dbase, dsize, fbase, fsize, hbase, hend; in cell_iommu_fixed_mapping_init() local
947 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init()
948 fbase = max(fbase, dbase + dsize); in cell_iommu_fixed_mapping_init()
979 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init()
981 if (hbase < dbase || (hend > (dbase + dsize))) { in cell_iommu_fixed_mapping_init()
998 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init()
1001 dsize = htab_size_bytes; in cell_iommu_fixed_mapping_init()
1006 dbase + dsize, fbase, fbase + fsize); in cell_iommu_fixed_mapping_init()
1008 cell_iommu_setup_stab(iommu, dbase, dsize, fbase, fsize); in cell_iommu_fixed_mapping_init()
1009 iommu->ptab = cell_iommu_alloc_ptab(iommu, dbase, dsize, 0, 0, in cell_iommu_fixed_mapping_init()
1011 cell_iommu_setup_fixed_ptab(iommu, np, dbase, dsize, in cell_iommu_fixed_mapping_init()
1014 cell_iommu_setup_window(iommu, np, dbase, dsize, 0); in cell_iommu_fixed_mapping_init()