Home
last modified time | relevance | path

Searched refs:SZ_512M (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/
H A Dmemconf.c48 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 Ddram_init.c103 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 Dpcie-sh7786.c52 .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 Dpci-sh7780.c50 .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 Duncached.c18 unsigned long cached_to_uncached = SZ_512M;
19 unsigned long uncached_size = SZ_512M;
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsetup.c450 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 Defi.h80 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 Dlitesom.c173 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 Dmedcom-wide.h27 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
H A Dplutux.h27 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
H A Dtec.h27 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sectors */
H A Dharmony.h34 #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */
H A Daxs10x.h26 #define CONFIG_SYS_SDRAM_SIZE SZ_512M
H A Dmx6ullevk.h23 #define PHYS_SDRAM_SIZE SZ_512M
H A Dwarp7.h14 #define PHYS_SDRAM_SIZE SZ_512M
H A Dmx6slevk.h120 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + SZ_512M)
H A Dcolibri_imx7.h18 #define PHYS_SDRAM_SIZE SZ_512M
/OK3568_Linux_fs/u-boot/include/linux/
H A Dsizes.h42 #define SZ_512M 0x20000000 macro
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dsizes.h41 #define SZ_512M 0x20000000 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dsizes.h41 #define SZ_512M 0x20000000 macro
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Defi-stub.c38 #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 Dspl.c86 case SZ_512M: in probe_sdram_size()
/OK3568_Linux_fs/u-boot/board/highbank/
H A Dhighbank.c95 gd->ram_size = SZ_512M; in dram_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dboard2.c252 return SZ_512M; in carveout_size()
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/
H A Dboard-dm355-leopard.c63 .size = SZ_512M,

12