Searched refs:fbase (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 300 unsigned long fbase, unsigned long fsize) in cell_iommu_setup_stab() argument 305 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT; in cell_iommu_setup_stab() 882 unsigned long fbase, unsigned long fsize) in cell_iommu_setup_fixed_ptab() argument 886 ptab = cell_iommu_alloc_ptab(iommu, fbase, fsize, dbase, dsize, 24); in cell_iommu_setup_fixed_ptab() 888 dma_iommu_fixed_base = fbase; in cell_iommu_setup_fixed_ptab() 890 pr_debug("iommu: mapping 0x%lx pages from 0x%lx\n", fsize, fbase); in cell_iommu_setup_fixed_ptab() 904 ioaddr = uaddr + fbase; in cell_iommu_setup_fixed_ptab() 918 unsigned long dbase, dsize, fbase, fsize, hbase, hend; in cell_iommu_fixed_mapping_init() local 945 fbase = 0; in cell_iommu_fixed_mapping_init() 948 fbase = max(fbase, dbase + dsize); in cell_iommu_fixed_mapping_init() [all …]
|
/openbmc/openbmc/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 92 fbase = os.path.splitext(localfile)[0] 93 shutil.copyfile(os.path.join(workdir, "%s-img.h" % fbase), destfile)
|
/openbmc/u-boot/board/freescale/m5253demo/ |
H A D | flash.c | 40 ulong fbase = 0; in flash_init() local 42 fbase = (ulong) CONFIG_SYS_FLASH_BASE; in flash_init() 43 flash_get_size((FPWV *) fbase, &flash_info[0]); in flash_init() 44 flash_get_offsets((ulong) fbase, &flash_info[0]); in flash_init() 45 fbase += flash_info[0].size; in flash_init()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc.c | 1458 static const int fbase[] = { variable 2358 freq = fbase[(cmd.response[0] & 0x7)]; in mmc_startup()
|