Searched refs:dbase (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | iommu.c | 310 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() 1007 struct device_node *np, unsigned long dbase, unsigned long dsize, in cell_iommu_setup_fixed_ptab() argument 1012 ptab = cell_iommu_alloc_ptab(iommu, fbase, fsize, dbase, dsize, 24); in cell_iommu_setup_fixed_ptab() 1031 if (ioaddr >= dbase && ioaddr < (dbase + dsize)) { in cell_iommu_setup_fixed_ptab() 1044 unsigned long dbase, dsize, fbase, fsize, hbase, hend; in cell_iommu_fixed_mapping_init() local 1073 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init() 1074 fbase = max(fbase, dbase + dsize); in cell_iommu_fixed_mapping_init() 1105 cell_iommu_get_window(np, &dbase, &dsize); in cell_iommu_fixed_mapping_init() 1107 if (hbase < dbase || (hend > (dbase + dsize))) { in cell_iommu_fixed_mapping_init() [all …]
|
/linux-4.4.14/drivers/sbus/char/ |
D | jsflash.c | 100 unsigned long dbase; member 205 if ((jdp->dbase & 0xff000000) != 0x20000000) { in jsfd_do_request() 206 printk(KERN_ERR "jsfd: bad base %x\n", (int)jdp->dbase); in jsfd_do_request() 210 jsfd_read(bio_data(req->bio), jdp->dbase + offset, len); in jsfd_do_request() 526 jsf->dv[0].dbase = jsf->base; in jsflash_init() 528 jsf->dv[1].dbase = jsf->base + 1024; in jsflash_init() 530 jsf->dv[2].dbase = JSF_BASE_ALL; in jsflash_init()
|
/linux-4.4.14/lib/zlib_inflate/ |
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()
|