| /platform/alterasoc/ |
| A D | platform.c | 27 .size = 1024*1024*1024, 36 .size = 0x04000000, 45 .size = 1024*1024*1024, 56 .size = MEMSIZE,
|
| /platform/qemu-virt-m68k/ |
| A D | bootinfo.c | 41 …tem %p: tag %hx (%s), size %hu\n", item, item->tag, bootinfo_tag_to_string(item->tag), item->size); in dump_bootinfo_record() 42 if (item->size > 4) { in dump_bootinfo_record() 43 hexdump8(item->data, item->size - 4); in dump_bootinfo_record() 60 ptr += item->size; in dump_all_bootinfo_records() 81 *size_out = item->size - 4; in bootinfo_find_record() 88 ptr += item->size; in bootinfo_find_record()
|
| A D | platform.c | 44 uint16_t size; in platform_early_init() local 45 const void *ptr = bootinfo_find_record(BOOTINFO_TAG_MEMCHUNK, &size); in platform_early_init() 49 if (size < 8) { in platform_early_init() 52 LTRACEF("MEMCHUNK ptr %p, size %hu\n", ptr, size); in platform_early_init()
|
| A D | bootinfo.h | 15 uint16_t size; member 57 uint32_t size; member
|
| /platform/or1ksim/ |
| A D | platform.c | 28 .size = 32*1024*1024, 37 .size = 0x04000000, 46 .size = 1024*1024*1024, 57 .size = MEMSIZE,
|
| A D | or1ksim.cfg | 21 size = 0x02000000
|
| /platform/mediatek/mt6735/ |
| A D | platform.c | 36 .size = 0x40000000, 44 .size = 0xc0000000, 56 .size = MEMSIZE,
|
| /platform/mediatek/mt6797/ |
| A D | platform.c | 36 .size = 0x40000000, 44 .size = 0xc0000000, 56 .size = MEMSIZE,
|
| /platform/bcm28xx/ |
| A D | platform.c | 33 .size = MEMSIZE, 42 .size = BCM_PERIPH_SIZE, 51 .size = 16*1024*1024, 72 .size = MEMORY_APERTURE_SIZE, 81 .size = BCM_PERIPH_SIZE, 103 .size = MEMSIZE, 154 arena.size = len; in platform_early_init()
|
| /platform/amlogic-s912d/ |
| A D | platform.c | 35 .size = MEMSIZE, 44 .size = AML_S912D_PERIPH_BASE_SIZE, 55 .size = MEMSIZE,
|
| /platform/lpc43xx/ |
| A D | udc-common.c | 116 unsigned size; in udc_create_descriptors() local 142 size = 9; in udc_create_descriptors() 145 size += udc_ifc_desc_size(gadget); in udc_create_descriptors() 148 desc = udc_descriptor_alloc(TYPE_CONFIGURATION, 0, size); in udc_create_descriptors() 151 data[2] = size; in udc_create_descriptors() 152 data[3] = size >> 8; in udc_create_descriptors()
|
| /platform/fvp-base/ |
| A D | platform.c | 32 .size = MEMORY_APERTURE_SIZE, 39 .size = PERIPHERAL_BASE_SIZE,
|
| /platform/zynq/ |
| A D | platform.c | 221 .size = RAM_SIZE, 230 .size = (128*1024*1024), 239 .size = (16*1024*1024), 247 .size = 0x00300000, 256 .size = 0x05000000, 265 .size = 0x01000000, 274 .size = 0x02000000, 283 .size = 0x00100000, 291 .size = RAM_SIZE, 303 .size = SDRAM_SIZE - MB, /* first 1MB is covered by SRAM */ [all …]
|
| A D | spiflash.c | 51 off_t size; member 221 flash.size = 16*1024*1024; in spiflash_detect() 224 flash.size = 32*1024*1024; in spiflash_detect() 254 flash.geometry[i].size = pages << flash.geometry[i].erase_shift; in spiflash_detect() 263 offset += flash.geometry[i].size; in spiflash_detect() 287 PAGE_PROGRAM_SIZE, flash.size / PAGE_PROGRAM_SIZE, in spiflash_detect() 303 LTRACEF("found flash of size 0x%llx\n", flash.size); in spiflash_detect()
|
| /platform/stm32f7xx/ |
| A D | flash.c | 32 #define ERASE_RANGE2_END (flash.size) 36 off_t size; member 55 flash.size = 1024*1024; in stm32_flash_init() 58 flash.geometry[0].size = ERASE_RANGE0_END - ERASE_RANGE0_START; in stm32_flash_init() 63 flash.geometry[1].size = ERASE_RANGE1_END - ERASE_RANGE1_START; in stm32_flash_init() 68 flash.geometry[2].size = ERASE_RANGE2_END - ERASE_RANGE2_START; in stm32_flash_init() 74 PROGRAM_SIZE, flash.size / PROGRAM_SIZE, in stm32_flash_init()
|
| A D | qspi.c | 601 geometry.size = flash_size; in qspi_flash_init()
|
| /platform/qemu-virt-arm/ |
| A D | platform.c | 43 .size = MEMORY_APERTURE_SIZE, 52 .size = PERIPHERAL_BASE_SIZE,
|
| /platform/pc/ |
| A D | platform.c | 105 mem_arena[*found_mem_arenas].size = length; in parse_multiboot_mmap() 199 .size = DEFAULT_MEMEND, in platform_early_init() 213 total_mem += mem_arena[i].size; in platform_early_init()
|
| /platform/stm32f0xx/ |
| A D | usbc.c | 50 uint32_t stm32_usbc_pma_alloc(uint32_t size) { in stm32_usbc_pma_alloc() argument 53 usbc.pma_highwater += size; in stm32_usbc_pma_alloc()
|