| /OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/ |
| H A D | memconf.c | 48 case SZ_512M: in __uniphier_memconf_init() 84 case SZ_512M: in __uniphier_memconf_init() 132 case SZ_512M: in __uniphier_memconf_init()
|
| H A D | dram_init.c | 103 size = SZ_512M; in uniphier_memconf_decode() 143 size = SZ_512M; in uniphier_memconf_decode() 175 size = SZ_512M; in uniphier_memconf_decode()
|
| /OK3568_Linux_fs/kernel/arch/sh/drivers/pci/ |
| H A D | pcie-sh7786.c | 52 .end = 0xc0000000 + SZ_512M - 1, 76 .end = 0xa0000000 + SZ_512M - 1, 100 .end = 0x80000000 + SZ_512M - 1, 377 if (memsize > SZ_512M) { in pcie_init() 378 pci_write_reg(chan, memstart + SZ_512M, SH4A_PCIELAR1); in pcie_init() 379 pci_write_reg(chan, ((memsize - SZ_512M) - SZ_256) | 1, in pcie_init() 381 memsize = SZ_512M; in pcie_init()
|
| H A D | pci-sh7780.c | 50 .end = 0xc0000000 + SZ_512M - 1, 306 if (memsize > SZ_512M) { in sh7780_pci_init() 307 __raw_writel(memphys + SZ_512M, chan->reg_base + SH4_PCILAR1); in sh7780_pci_init() 308 __raw_writel((((memsize - SZ_512M) - SZ_1M) & 0x1ff00000) | 1, in sh7780_pci_init() 310 memsize = SZ_512M; in sh7780_pci_init()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | uncached.c | 18 unsigned long cached_to_uncached = SZ_512M; 19 unsigned long uncached_size = SZ_512M;
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | setup.c | 450 unsigned long tmpaddr = vaddr + SZ_512M; in cpu_reset() 460 while (((tmpaddr ^ paddr) & -SZ_512M) == 0) in cpu_reset() 461 tmpaddr += SZ_512M; in cpu_reset() 535 "a"(SZ_128M), "a"(SZ_512M), in cpu_reset() 537 "a"((tmpaddr + SZ_512M) & PAGE_MASK) in cpu_reset()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | efi.h | 80 return round_down(image_addr, EFI_PHYS_ALIGN) + SZ_512M; in efi_get_max_fdt_addr() 86 return round_down(image_addr, EFI_PHYS_ALIGN) + SZ_512M; in efi_get_max_initrd_addr()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/ |
| H A D | litesom.c | 173 ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE, SZ_512M); in spl_dram_init() 174 if (ram_size < SZ_512M) { in spl_dram_init()
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | medcom-wide.h | 27 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
|
| H A D | plutux.h | 27 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
|
| H A D | tec.h | 27 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
|
| H A D | harmony.h | 34 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */
|
| H A D | axs10x.h | 26 #define CONFIG_SYS_SDRAM_SIZE SZ_512M
|
| H A D | mx6ullevk.h | 23 #define PHYS_SDRAM_SIZE SZ_512M
|
| H A D | warp7.h | 14 #define PHYS_SDRAM_SIZE SZ_512M
|
| H A D | mx6slevk.h | 120 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + SZ_512M)
|
| H A D | colibri_imx7.h | 18 #define PHYS_SDRAM_SIZE SZ_512M
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | sizes.h | 42 #define SZ_512M 0x20000000 macro
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | sizes.h | 41 #define SZ_512M 0x20000000 macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sizes.h | 41 #define SZ_512M 0x20000000 macro
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | efi-stub.c | 38 #define EFI_RT_VIRTUAL_BASE SZ_512M 39 #define EFI_RT_VIRTUAL_SIZE SZ_512M
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_t335/ |
| H A D | spl.c | 86 case SZ_512M: in probe_sdram_size()
|
| /OK3568_Linux_fs/u-boot/board/highbank/ |
| H A D | highbank.c | 95 gd->ram_size = SZ_512M; in dram_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/ |
| H A D | board2.c | 252 return SZ_512M; in carveout_size()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-davinci/ |
| H A D | board-dm355-leopard.c | 63 .size = SZ_512M,
|