Searched refs:dbase (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/platforms/cell/ |
| A D | iommu.c | 299 unsigned long dbase, unsigned long dsize, in cell_iommu_setup_stab() argument 888 if (ioaddr >= dbase && ioaddr < (dbase + dsize)) { in cell_iommu_setup_fixed_ptab() 930 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init() 931 fbase = max(fbase, dbase + dsize); in cell_iommu_fixed_mapping_init() 962 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init() 964 if (hbase < dbase || (hend > (dbase + dsize))) { in cell_iommu_fixed_mapping_init() 981 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init() 983 dbase = hbase; in cell_iommu_fixed_mapping_init() 988 "fixed window 0x%lx-0x%lx\n", iommu->nid, dbase, in cell_iommu_fixed_mapping_init() 989 dbase + dsize, fbase, fbase + fsize); in cell_iommu_fixed_mapping_init() [all …]
|
| /linux/lib/zlib_inflate/ |
| A D | inftrees.c | 52 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ in zlib_inflate_table() local 181 base = dbase; in zlib_inflate_table()
|
| /linux/drivers/vfio/pci/hisilicon/ |
| A D | hisi_acc_vfio_pci.c | 262 u64 dbase; in qm_db() local 266 dbase = QM_DOORBELL_SQ_CQ_BASE_V2; in qm_db() 268 dbase = QM_DOORBELL_EQ_AEQ_BASE_V2; in qm_db() 275 writeq(doorbell, qm->io_base + dbase); in qm_db()
|
Completed in 10 milliseconds