/openbmc/u-boot/arch/arm/mach-uniphier/ |
H A D | memconf.c | 47 case SZ_512M: in __uniphier_memconf_init() 83 case SZ_512M: in __uniphier_memconf_init() 131 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()
|
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | pcie-sh7786.c | 51 .end = 0xc0000000 + SZ_512M - 1, 75 .end = 0xa0000000 + SZ_512M - 1, 99 .end = 0x80000000 + SZ_512M - 1, 376 if (memsize > SZ_512M) { in pcie_init() 377 pci_write_reg(chan, memstart + SZ_512M, SH4A_PCIELAR1); in pcie_init() 378 pci_write_reg(chan, ((memsize - SZ_512M) - SZ_256) | 1, in pcie_init() 380 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()
|
/openbmc/linux/arch/sh/mm/ |
H A D | uncached.c | 18 unsigned long cached_to_uncached = SZ_512M; 19 unsigned long uncached_size = SZ_512M;
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | setup.c | 421 unsigned long tmpaddr = vaddr + SZ_512M; in cpu_reset() 431 while (((tmpaddr ^ paddr) & -SZ_512M) == 0) in cpu_reset() 432 tmpaddr += SZ_512M; in cpu_reset() 506 "a"(SZ_128M), "a"(SZ_512M), in cpu_reset() 508 "a"((tmpaddr + SZ_512M) & PAGE_MASK) in cpu_reset()
|
/openbmc/u-boot/arch/mips/mach-mscc/ |
H A D | cpu.c | 25 #elif CONFIG_SYS_SDRAM_SIZE <= SZ_512M 29 #define MSCC_RAM_TLB_SIZE SZ_512M
|
/openbmc/u-boot/arch/arm/mach-imx/mx6/ |
H A D | litesom.c | 172 ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE, SZ_512M); in spl_dram_init() 173 if (ram_size < SZ_512M) { in spl_dram_init()
|
/openbmc/u-boot/include/configs/ |
H A D | medcom-wide.h | 26 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
|
H A D | plutux.h | 26 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
|
H A D | tec.h | 26 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
|
H A D | harmony.h | 33 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */
|
H A D | axs10x.h | 25 #define CONFIG_SYS_SDRAM_SIZE SZ_512M
|
H A D | mx6slevk.h | 119 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + SZ_512M)
|
H A D | mx6ullevk.h | 22 #define PHYS_SDRAM_SIZE SZ_512M
|
H A D | warp7.h | 14 #define PHYS_SDRAM_SIZE SZ_512M
|
H A D | colibri-imx6ull.h | 16 #define PHYS_SDRAM_SIZE SZ_512M
|
/openbmc/u-boot/include/linux/ |
H A D | sizes.h | 44 #define SZ_512M 0x20000000 macro
|
/openbmc/linux/tools/include/linux/ |
H A D | sizes.h | 41 #define SZ_512M 0x20000000 macro
|
/openbmc/linux/include/linux/ |
H A D | sizes.h | 41 #define SZ_512M 0x20000000 macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | efi.h | 66 return round_down(image_addr, SZ_4M) + SZ_512M; in efi_get_max_initrd_addr()
|
/openbmc/u-boot/board/highbank/ |
H A D | highbank.c | 94 gd->ram_size = SZ_512M; in dram_init()
|
/openbmc/u-boot/board/compulab/cm_t335/ |
H A D | spl.c | 85 case SZ_512M: in probe_sdram_size()
|
/openbmc/u-boot/board/compulab/cl-som-imx7/ |
H A D | spl.c | 100 case SZ_512M: in cl_som_imx7_spl_dram_cfg_size()
|
/openbmc/u-boot/board/technexion/pico-imx6ul/ |
H A D | spl.c | 117 for (ram_size = SZ_512M; ram_size >= SZ_256M; ram_size >>= 1) { in imx6ul_spl_dram_cfg()
|