| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_utils.py | 203 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 D | README.md | 354 `u_boot_console.config.ram_base`.
|
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_md.py | 14 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 D | efi_app.c | 31 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 D | image-android.c | 426 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 D | microblaze-generic.c | 26 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 D | hnd_debug.h | 97 uint32 ram_base; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | hnd_debug.h | 97 uint32 ram_base; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | hnd_debug.h | 97 uint32 ram_base; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | hnd_debug.h | 97 uint32 ram_base; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | hnd_debug.h | 151 uint32 ram_base; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_glue.h | 194 unsigned long ram_base; member
|
| H A D | sym_glue.c | 1287 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 D | hnd_debug.h | 151 uint32 ram_base; member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi.h | 312 unsigned long ram_base; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | pcie.c | 258 u32 ram_base; member
|