Home
last modified time | relevance | path

Searched refs:SZ_64K (Results 1 – 18 of 18) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/mips/mach-mtmips/
Dcpu.c76 src = malloc(SZ_64K); in last_stage_init()
77 dst = malloc(SZ_64K); in last_stage_init()
91 memcpy(dst, src, SZ_64K); in last_stage_init()
/third_party/uboot/u-boot-2020.01/include/configs/
Dmt7629.h35 #define CONFIG_SPL_MAX_SIZE SZ_64K
36 #define CONFIG_SPL_MAX_FOOTPRINT SZ_64K
Demsdp.h18 #define CONFIG_SYS_MALLOC_LEN SZ_64K
Diot_devkit.h60 #define CONFIG_SYS_MALLOC_LEN SZ_64K
Dtqma6.h35 #define TQMA6_SPI_FLASH_SECTOR_SIZE SZ_64K
/third_party/uboot/u-boot-2020.01/arch/arm/mach-uniphier/arm32/
Dpsci.c69 trmp_dest = trmp_src & (SZ_64K - 1); in uniphier_smp_kick_all_cpus()
70 trmp_dest += SZ_1M - SZ_64K * 2; in uniphier_smp_kick_all_cpus()
/third_party/uboot/u-boot-2020.01/include/linux/
Dsizes.h30 #define SZ_64K 0x00010000 macro
/third_party/uboot/u-boot-2020.01/arch/arm/mach-uniphier/
Dbase-address.c64 sc_base = ioremap(base, SZ_64K); in uniphier_base_address_init()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/hw_compressed/
Dstartup.c106 unsigned long pdt = CONFIG_SYS_SDRAM_BASE + SZ_64K; in early_dcache_enable()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3520dv500/hw_compressed/
Dstartup.c106 unsigned long pdt = CONFIG_SYS_SDRAM_BASE + SZ_64K; in early_dcache_enable()
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/
Dspi-nor-core.c1001 if ((ofs & (SZ_64K - 1)) || (len & (SZ_64K - 1))) { in sst26_lock_ctl()
1018 bpr_size = 2 + (mtd->size / SZ_64K / 8); in sst26_lock_ctl()
1033 bpr_ptr = lptr_64k / SZ_64K - 1; in sst26_lock_ctl()
1041 lptr_64k += SZ_64K; in sst26_lock_ctl()
1045 bpr_ptr = (mtd->size - 2 * SST26_BOUND_REG_SIZE) / SZ_64K; in sst26_lock_ctl()
1116 ofs -= ofs & (SZ_64K - 1); in sst26_is_locked()
1117 len = len & (SZ_64K - 1) ? (len & ~(SZ_64K - 1)) + SZ_64K : len; in sst26_is_locked()
/third_party/uboot/u-boot-2020.01/board/davinci/da8xxevm/
Domapl138_lcdk.c235 #define CFG_MAC_ADDR_OFFSET (flash->size - SZ_64K)
Dda850evm.c49 #define CFG_MAC_ADDR_OFFSET (flash->size - SZ_64K)
/third_party/uboot/u-boot-2020.01/drivers/video/meson/
Dmeson_vpu.c19 #define MESON_VPU_OVERSCAN SZ_64K
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-mx7ulp/
Dimx-regs.h31 #define AIPS3_SLOT_SIZE (SZ_64K)
33 #define AIPS2_SLOT_SIZE (SZ_64K)
91 #define CORE_B_ROM_SIZE (SZ_32K + SZ_64K)
/third_party/uboot/u-boot-2020.01/drivers/dma/ti/
Dk3-udma.c1268 if (len < SZ_64K) { in udma_prep_dma_memcpy()
1282 tr0_cnt0 = (SZ_64K - BIT(align_to)); in udma_prep_dma_memcpy()
1283 if (len / tr0_cnt0 >= SZ_64K) { in udma_prep_dma_memcpy()
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_memory.c754 runtime_mask = SZ_64K - 1; in add_u_boot_and_runtime()
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc.c1429 SZ_64K / 512, SZ_128K / 512, SZ_256K / 512, in sd_read_ssr()