Home
last modified time | relevance | path

Searched refs:dbase (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Diommu.c297 unsigned long dbase, unsigned long dsize, in cell_iommu_setup_stab()
303 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT; in cell_iommu_setup_stab()
876 struct device_node *np, unsigned long dbase, unsigned long dsize, in cell_iommu_setup_fixed_ptab()
881 ptab = cell_iommu_alloc_ptab(iommu, fbase, fsize, dbase, dsize, 24); in cell_iommu_setup_fixed_ptab()
900 if (ioaddr >= dbase && ioaddr < (dbase + dsize)) { in cell_iommu_setup_fixed_ptab()
913 unsigned long dbase, dsize, fbase, fsize, hbase, hend; in cell_iommu_fixed_mapping_init() local
942 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init()
943 fbase = max(fbase, dbase + dsize); in cell_iommu_fixed_mapping_init()
974 cell_iommu_get_window(np, &dbase, 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.c299 unsigned long dbase, unsigned long dsize, in cell_iommu_setup_stab()
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()
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, 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...]
/kernel/linux/linux-5.10/lib/zlib_inflate/
H A 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()
/kernel/linux/linux-6.6/lib/zlib_inflate/
H A 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()
/kernel/linux/linux-6.6/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c262 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()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
H A Dqm.c556 u64 dbase; in qm_db_v2() local
560 dbase = QM_DOORBELL_SQ_CQ_BASE_V2; in qm_db_v2()
562 dbase = QM_DOORBELL_EQ_AEQ_BASE_V2; in qm_db_v2()
569 writeq(doorbell, qm->io_base + dbase); in qm_db_v2()

Completed in 14 milliseconds