Home
last modified time | relevance | path

Searched refs:ram_base (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_utils.py203 ram_base = None variable
221 global ram_base
224 if ram_base == -1:
226 if ram_base is not None:
227 return ram_base
233 ram_base = int(l.split('=')[1].strip(), 16)
235 if ram_base is None:
236 ram_base = -1
239 return ram_base
H A DREADME.md354 `u_boot_console.config.ram_base`.
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_md.py14 ram_base = u_boot_utils.find_ram_base(u_boot_console)
15 addr = '%08x' % ram_base
30 ram_base = u_boot_utils.find_ram_base(u_boot_console)
31 addr_base = '%08x' % ram_base
33 addr_repeat = '%08x' % (ram_base + (words * 4))
/OK3568_Linux_fs/u-boot/lib/efi/
H A Defi_app.c31 return global_priv->ram_base; in efi_get_ram_base()
66 priv->ram_base = (ulong)efi_malloc(priv, CONFIG_EFI_RAM_SIZE, in setup_memory()
68 if (!priv->ram_base) in setup_memory()
72 priv->ram_base = addr; in setup_memory()
84 efi_free(priv, (void *)priv->ram_base); in free_memory()
86 boot->free_pages(priv->ram_base, gd->ram_size >> 12); in free_memory()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-android.c426 ulong blkstart, void *ram_base, in image_load() argument
458 ram_base = hdr->vendor_boot_buf; in image_load()
466 ram_base = 0; in image_load()
497 ram_base = hdr->init_boot_buf; in image_load()
505 ram_base = 0; in image_load()
558 ram_base = hdr->vendor_boot_buf; in image_load()
566 ram_base = 0; in image_load()
636 if (ram_base) { in image_load()
637 memcpy(buffer, (char *)((ulong)ram_base + bsoffs), length); in image_load()
678 void *ram_base, struct udevice *crypto) in images_load_verify() argument
[all …]
/OK3568_Linux_fs/u-boot/board/xilinx/microblaze-generic/
H A Dmicroblaze-generic.c26 ulong ram_base; variable
30 gd->bd->bi_dram[0].start = ram_base; in dram_init_banksize()
54 ram_base = addr; in dram_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dhnd_debug.h97 uint32 ram_base; member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dhnd_debug.h97 uint32 ram_base; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dhnd_debug.h97 uint32 ram_base; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dhnd_debug.h97 uint32 ram_base; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dhnd_debug.h151 uint32 ram_base; member
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h194 unsigned long ram_base; member
H A Dsym_glue.c1287 np->ram_ba = (u32)dev->ram_base; in sym_attach()
1525 device->ram_base = bus_addr.start; in sym_iomap_device()
1540 if (device->ram_base) { in sym_iomap_device()
1546 device->ram_base = 0; in sym_iomap_device()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dhnd_debug.h151 uint32 ram_base; member
/OK3568_Linux_fs/u-boot/include/
H A Defi.h312 unsigned long ram_base; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c258 u32 ram_base; member