Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/cell/
Diommu.c310 unsigned long dbase, unsigned long dsize, in cell_iommu_setup_stab() argument
316 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT; in cell_iommu_setup_stab()
988 struct device_node *np, unsigned long dbase, unsigned long dsize, 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()
1012 if (ioaddr >= dbase && ioaddr < (dbase + dsize)) { in cell_iommu_setup_fixed_ptab()
1025 unsigned long dbase, dsize, fbase, fsize, hbase, hend; in cell_iommu_fixed_mapping_init() local
1054 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init()
1055 fbase = max(fbase, dbase + dsize); in cell_iommu_fixed_mapping_init()
1086 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init()
1088 if (hbase < dbase || (hend > (dbase + dsize))) { in cell_iommu_fixed_mapping_init()
[all …]
/Linux-v4.19/lib/zlib_inflate/
Dinftrees.c52 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ in zlib_inflate_table() local
181 base = dbase; in zlib_inflate_table()