/openbmc/u-boot/board/armltd/integrator/ |
H A D | pci.c | 40 #define SZ_256M 0x10000000 macro 50 #define PCI_BUS_NONMEM_SIZE SZ_256M 53 #define PCI_BUS_PREMEM_SIZE SZ_256M 174 v3_writel(V3_LB_BASE1, v3_addr_to_lb_base(PHYS_PCI_MEM_BASE + SZ_256M) | in v3_close_config_window() 367 v3_writel(V3_LB_BASE1, v3_addr_to_lb_base(PHYS_PCI_MEM_BASE + SZ_256M) | in pci_init_board() 418 SZ_256M, in pci_init_board() 423 PCI_BUS_PREMEM_START, PHYS_PCI_MEM_BASE + SZ_256M, in pci_init_board() 424 SZ_256M, in pci_init_board()
|
/openbmc/u-boot/arch/mips/mach-mscc/ |
H A D | cpu.c | 22 #elif CONFIG_SYS_SDRAM_SIZE <= SZ_256M 23 #define MSCC_RAM_TLB_SIZE SZ_256M 26 #define MSCC_RAM_TLB_SIZE SZ_256M
|
/openbmc/u-boot/arch/arm/mach-uniphier/ |
H A D | memconf.c | 44 case SZ_256M: in __uniphier_memconf_init() 80 case SZ_256M: in __uniphier_memconf_init() 128 case SZ_256M: in __uniphier_memconf_init()
|
H A D | dram_init.c | 100 size = SZ_256M; in uniphier_memconf_decode() 140 size = SZ_256M; in uniphier_memconf_decode() 172 size = SZ_256M; in uniphier_memconf_decode()
|
/openbmc/u-boot/board/technexion/pico-imx6ul/ |
H A D | spl.c | 104 if (ram_size == SZ_256M) in imx6ul_spl_dram_cfg_size() 117 for (ram_size = SZ_512M; ram_size >= SZ_256M; ram_size >>= 1) { in imx6ul_spl_dram_cfg() 124 if (ram_size < SZ_256M) { in imx6ul_spl_dram_cfg()
|
/openbmc/u-boot/board/compulab/cl-som-imx7/ |
H A D | spl.c | 89 case SZ_256M: in cl_som_imx7_spl_dram_cfg_size() 145 for (ram_size = SZ_2G; ram_size >= SZ_256M; ram_size >>= 1) { in cl_som_imx7_spl_dram_cfg() 152 if (ram_size < SZ_256M) { in cl_som_imx7_spl_dram_cfg()
|
/openbmc/linux/arch/mips/mti-malta/ |
H A D | malta-dtshim.c | 89 size_preio = min_t(unsigned long, size, SZ_256M); in gen_fdt_mem_array() 103 if (size <= SZ_256M) in gen_fdt_mem_array() 105 size -= SZ_256M; in gen_fdt_mem_array() 122 mem_array[2] = cpu_to_be32(PHYS_OFFSET + SZ_2G + SZ_256M); in gen_fdt_mem_array()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kasan.h | 23 #define KASAN_KERN_START ALIGN_DOWN(PAGE_OFFSET - SZ_256M, SZ_256M)
|
/openbmc/linux/arch/powerpc/mm/book3s32/ |
H A D | mmu.c | 104 unsigned int max_size = SZ_256M; in bat_block_size() 189 if (addr < ALIGN_DOWN(MODULES_VADDR, SZ_256M)) in is_module_segment() 191 if (addr > ALIGN(MODULES_END, SZ_256M) - 1) in is_module_segment() 432 memblock_set_current_limit(min_t(u64, first_memblock_size, SZ_256M)); in setup_initial_memory_limit()
|
/openbmc/u-boot/arch/mips/mach-ath79/ |
H A D | dram.c | 16 gd->ram_size = get_ram_size((void *)KSEG1, SZ_256M); in dram_init()
|
/openbmc/linux/arch/arm/mach-versatile/ |
H A D | realview.c | 20 .dma_zone_size = SZ_256M,
|
/openbmc/u-boot/include/configs/ |
H A D | nsim.h | 18 #define CONFIG_SYS_SDRAM_SIZE SZ_256M
|
H A D | warp.h | 32 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + SZ_256M)
|
H A D | pcl063.h | 47 #define PHYS_SDRAM_SIZE SZ_256M
|
H A D | smartweb.h | 199 #define CONFIG_SYS_NAND_SIZE (SZ_256M)
|
/openbmc/linux/tools/include/linux/ |
H A D | sizes.h | 40 #define SZ_256M 0x10000000 macro
|
/openbmc/u-boot/include/linux/ |
H A D | sizes.h | 43 #define SZ_256M 0x10000000 macro
|
/openbmc/linux/include/linux/ |
H A D | sizes.h | 40 #define SZ_256M 0x10000000 macro
|
/openbmc/linux/tools/testing/cxl/test/ |
H A D | cxl.c | 209 .window_size = SZ_256M * 4UL, 224 .window_size = SZ_256M * 8UL, 239 .window_size = SZ_256M * 4UL, 254 .window_size = SZ_256M * 8UL, 269 .window_size = SZ_256M * 4UL, 284 .window_size = SZ_256M, 301 .window_size = SZ_256M * 8UL, 317 .window_size = SZ_256M * 8UL, 333 .window_size = SZ_256M * 16UL, 446 res = alloc_mock_res(window->window_size, SZ_256M); in populate_cedt()
|
/openbmc/u-boot/board/compulab/cm_t335/ |
H A D | spl.c | 88 case SZ_256M: in probe_sdram_size()
|
/openbmc/u-boot/arch/mips/mach-mt7620/ |
H A D | cpu.c | 28 gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE, SZ_256M); in dram_init()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-rcar-gen2.c | 225 window_size = SZ_256M; in rcar_pci_setup() 227 case SZ_256M: in rcar_pci_setup()
|
H A D | pci-v3-semi.c | 544 if (resource_size(mem) != SZ_256M) { in v3_pci_setup_resource() 549 (mem->start != v3->non_pre_mem + SZ_256M)) { in v3_pci_setup_resource() 569 if (resource_size(mem) != SZ_256M) { in v3_pci_setup_resource() 644 case SZ_256M: in v3_get_dma_range_config()
|
/openbmc/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | mmu-8xx.h | 173 #define MODULES_VADDR (PAGE_OFFSET - SZ_256M)
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | init_64.c | 594 if (*block_size > SZ_256M) in probe_memory_block_size() 595 *block_size = SZ_256M; in probe_memory_block_size()
|