Searched refs:fbase (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/ |
| H A D | iommu.c | 298 unsigned long fbase, unsigned long fsize) in cell_iommu_setup_stab() argument 303 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT; in cell_iommu_setup_stab() 877 unsigned long fbase, unsigned long fsize) in cell_iommu_setup_fixed_ptab() argument 881 ptab = cell_iommu_alloc_ptab(iommu, fbase, fsize, dbase, dsize, 24); in cell_iommu_setup_fixed_ptab() 883 dma_iommu_fixed_base = fbase; in cell_iommu_setup_fixed_ptab() 885 pr_debug("iommu: mapping 0x%lx pages from 0x%lx\n", fsize, fbase); in cell_iommu_setup_fixed_ptab() 899 ioaddr = uaddr + fbase; in cell_iommu_setup_fixed_ptab() 913 unsigned long dbase, dsize, fbase, fsize, hbase, hend; in cell_iommu_fixed_mapping_init() local 940 fbase = 0; in cell_iommu_fixed_mapping_init() 943 fbase = max(fbase, dbase + dsize); in cell_iommu_fixed_mapping_init() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/psplash/ |
| H A D | psplash_git.bb | 30 fbase = os.path.splitext(flocal)[0] 33 if fbase.startswith("psplash-"): 34 outsuffix = fbase[8:] 36 outsuffix = fbase 89 fbase = os.path.splitext(localfile)[0] 90 shutil.copyfile(os.path.join(workdir, "%s-img.h" % fbase), destfile)
|
| /OK3568_Linux_fs/u-boot/board/freescale/m5253demo/ |
| H A D | flash.c | 41 ulong fbase = 0; in flash_init() local 43 fbase = (ulong) CONFIG_SYS_FLASH_BASE; in flash_init() 44 flash_get_size((FPWV *) fbase, &flash_info[0]); in flash_init() 45 flash_get_offsets((ulong) fbase, &flash_info[0]); in flash_init() 46 fbase += flash_info[0].size; in flash_init()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/ |
| H A D | 0001-geninfo-Add-intermediate-text-format-support.patch | 355 + my ($fdir, $fbase, $fext); 368 + ($fdir, $fbase, $fext) = split_filename($file); 375 + $data_file = "$tempdir/$fbase$graph_file_extension";
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | mmc.c | 1681 static const int fbase[] = { variable 1827 freq = fbase[(cmd.response[0] & 0x7)];
|