| /bsp/renesas/rzn2l_rsk/rzn/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 76 uint32_t bytes = (uint32_t) incr; in _sbrk() local 90 bytes = (bytes + 3U) & (~3U); in _sbrk() 91 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 99 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/ra8m1-ek/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 74 uint32_t bytes = (uint32_t) incr; in _sbrk() local 88 bytes = (bytes + 3U) & (~3U); in _sbrk() 89 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 97 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/rzn2l_etherkit/rzn/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 76 uint32_t bytes = (uint32_t) incr; in _sbrk() local 90 bytes = (bytes + 3U) & (~3U); in _sbrk() 91 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 99 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/rzt2m_rsk/rzt/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 76 uint32_t bytes = (uint32_t) incr; in _sbrk() local 90 bytes = (bytes + 3U) & (~3U); in _sbrk() 91 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 99 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/ra8d1-vision-board/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 74 uint32_t bytes = (uint32_t) incr; in _sbrk() local 88 bytes = (bytes + 3U) & (~3U); in _sbrk() 89 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 97 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/ra6m3-hmi-board/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 74 uint32_t bytes = (uint32_t) incr; in _sbrk() local 88 bytes = (bytes + 3U) & (~3U); in _sbrk() 89 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 97 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/ra8d1-ek/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 74 uint32_t bytes = (uint32_t) incr; in _sbrk() local 88 bytes = (bytes + 3U) & (~3U); in _sbrk() 89 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 97 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/ra6m4-cpk/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 74 uint32_t bytes = (uint32_t) incr; in _sbrk() local 88 bytes = (bytes + 3U) & (~3U); in _sbrk() 89 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 97 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/ra6m3-ek/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 74 uint32_t bytes = (uint32_t) incr; in _sbrk() local 88 bytes = (bytes + 3U) & (~3U); in _sbrk() 89 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 97 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/ebf_qi_min_6m5/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 74 uint32_t bytes = (uint32_t) incr; in _sbrk() local 88 bytes = (bytes + 3U) & (~3U); in _sbrk() 89 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 97 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/ra4e2-eco/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 60 uint32_t bytes = (uint32_t) incr; in _sbrk() local 74 bytes = (bytes + 3U) & (~3U); in _sbrk() 75 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 83 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/ra4m2-eco/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 74 uint32_t bytes = (uint32_t) incr; in _sbrk() local 88 bytes = (bytes + 3U) & (~3U); in _sbrk() 89 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 97 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/ra2l1-cpk/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 74 uint32_t bytes = (uint32_t) incr; in _sbrk() local 88 bytes = (bytes + 3U) & (~3U); in _sbrk() 89 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 97 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/ra6e2-fpb/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 60 uint32_t bytes = (uint32_t) incr; in _sbrk() local 74 bytes = (bytes + 3U) & (~3U); in _sbrk() 75 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 83 current_heap_end += bytes; in _sbrk()
|
| /bsp/renesas/ra6m4-iot/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_sbrk.c | 74 uint32_t bytes = (uint32_t) incr; in _sbrk() local 88 bytes = (bytes + 3U) & (~3U); in _sbrk() 89 if (current_heap_end + bytes > &_Heap_Limit) in _sbrk() 97 current_heap_end += bytes; in _sbrk()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/efuse/ |
| A D | test_efuse.c | 9 static int sunxi_hexdump(const unsigned char *buf, int bytes) in sunxi_hexdump() argument 14 for (addr = 0; addr < bytes; addr += HEXDUMP_LINE_CHR_CNT) in sunxi_hexdump() 16 int len = ((bytes-addr)<HEXDUMP_LINE_CHR_CNT ? (bytes-addr) : HEXDUMP_LINE_CHR_CNT); in sunxi_hexdump()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | blkpart.c | 134 part->bytes, part->off); in part_info_main() 209 if (offset >= part->bytes) in part_read() 215 if (offset + size > part->bytes) in part_read() 218 part->name, part->devname, offset, size, part->bytes); in part_read() 221 size = MIN(part->bytes - offset, size); in part_read() 421 if (offset >= part->bytes) in _part_write() 427 if (offset + size > part->bytes) in _part_write() 430 part->name, part->devname, offset, size, part->bytes); in _part_write() 433 size = MIN(part->bytes - offset, size); in _part_write() 579 if (erase_sector->addr + erase_sector->len > part->bytes) in part_control() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/ |
| A D | hal_spinor.c | 22 u32 bytes; member 216 part->bytes = syspart[index].bytes; in nor_blkpart_init() 223 part->bytes = gpt_part->sects << SECTOR_SHIFT; in nor_blkpart_init() 234 part->bytes = norblk.parts[rtos_index].bytes - toc_package_size; in nor_blkpart_init() 246 norblk.parts[--index].bytes = BLKPART_SIZ_FULL; in nor_blkpart_init() 255 if (part->bytes % nor->blk_size) { in nor_blkpart_init() 257 part->name, part->bytes, nor->blk_size); in nor_blkpart_init()
|
| /bsp/nv32f100x/lib/src/ |
| A D | startup_NV32.s | 125 ; <0=> Flash address range: 0x00_0000 - 0x00_001F; protected size: 32 bytes 126 ; <1=> Flash address range: 0x00_0000 - 0x00_003F; protected size: 64 bytes 127 ; <2=> Flash address range: 0x00_0000 - 0x00_005F; protected size: 96 bytes 128 ; <3=> Flash address range: 0x00_0000 - 0x00_007F; protected size: 128 bytes 129 ; <4=> Flash address range: 0x00_0000 - 0x00_009F; protected size: 160 bytes 130 ; <5=> Flash address range: 0x00_0000 - 0x00_00BF; protected size: 192 bytes 131 ; <6=> Flash address range: 0x00_0000 - 0x00_00DF; protected size: 224 bytes 132 ; <7=> Flash address range: 0x00_0000 - 0x00_00FF; protected size: 256 bytes
|
| /bsp/loongson/ls1cdev/drivers/net/ |
| A D | synopGMAC_plat.c | 31 void *plat_alloc_memory(u32 bytes) in plat_alloc_memory() argument 34 void *buf = (void*)rt_malloc((u32)bytes); in plat_alloc_memory() 36 flush_cache((unsigned long)buf, bytes); in plat_alloc_memory()
|
| /bsp/loongson/ls2kdev/drivers/net/ |
| A D | synopGMAC_plat.c | 48 void *plat_alloc_memory(u32 bytes) in plat_alloc_memory() argument 51 void *buf = (void *)rt_malloc((u32)bytes); in plat_alloc_memory() 52 flush_cache((unsigned long)buf, bytes); in plat_alloc_memory()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/ |
| A D | vg_lite_path.c | 38 uint32_t bytes; in vg_lite_upload_path() local 43 bytes = (8 + path->path_length + 7 + 8) & ~7; in vg_lite_upload_path() 46 buffer->width = bytes; in vg_lite_upload_path() 62 ((uint32_t *) buffer->memory)[bytes / 4 - 2] = 0x70000000; in vg_lite_upload_path() 63 ((uint32_t *) buffer->memory)[bytes / 4 - 1] = 0; in vg_lite_upload_path() 69 path->uploaded.bytes = bytes; in vg_lite_upload_path()
|
| /bsp/renesas/libraries/HAL_Drivers/ |
| A D | drv_sdhi.c | 183 uint32_t bytes, in transfer_write() argument 197 if ((0U != ((uint32_t)p_data & 0x3U)) || (0U != (bytes & 3U))) in transfer_write() 205 rt_memcpy((void *)&p_ctrl->aligned_buff[0], p_data, bytes); in transfer_write() 210 p_ctrl->p_transfer_data = (uint8_t *)&p_data[bytes]; in transfer_write() 212 p_ctrl->transfer_block_size = bytes; in transfer_write() 225 uint32_t words = (bytes + (sizeof(uint32_t) - 1U)) / sizeof(uint32_t); in transfer_write() 237 uint32_t bytes, in transfer_read() argument 254 if ((0U != ((uint32_t)p_data & 0x3U)) || (0U != (bytes & 3U))) in transfer_read() 263 p_ctrl->transfer_block_size = bytes; in transfer_read() 277 uint32_t words = (bytes + (sizeof(uint32_t) - 1U)) / sizeof(uint32_t); in transfer_read()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/spinor/ |
| A D | test_spinor.c | 47 int spinor_hexdump(const unsigned char *buf, int bytes) in spinor_hexdump() argument 52 for (addr = 0; addr < bytes; addr += HEXDUMP_LINE_CHR_CNT) in spinor_hexdump() 54 int len = MIN(bytes - addr, HEXDUMP_LINE_CHR_CNT), i; in spinor_hexdump()
|
| /bsp/simulator/ |
| A D | readme_en.md | 36 nand.bin--nand flash, uffs, page=2048+64bytes, block=64pages, 16M 76 os : system memory alloc 320 bytes 79 os : system memory alloc 83520 bytes 80 os : system memory alloc 52400 bytes 81 os : system memory alloc 2048 bytes
|