| /bsp/efm32/Libraries/emlib/src/ |
| A D | em_emu.c | 349 void EMU_MemPwrDown(uint32_t blocks) in EMU_MemPwrDown() argument 352 EFM_ASSERT(blocks <= _EMU_MEMCTRL_MASK); in EMU_MemPwrDown() 354 EMU->MEMCTRL = blocks; in EMU_MemPwrDown() 356 (void)blocks; in EMU_MemPwrDown()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_mjpeg.c | 42 uint16_t blocks; in bflb_mjpeg_init() local 137 blocks = config->rows / 8; in bflb_mjpeg_init() 144 putreg32((0 << 16) + blocks, reg_base + MJPEG_YUV_MEM_OFFSET); /* uv << 16 + yy */ in bflb_mjpeg_init() 148 putreg32((blocks << 16) + blocks, reg_base + MJPEG_YUV_MEM_OFFSET); in bflb_mjpeg_init() 152 putreg32((blocks << 16) + blocks, reg_base + MJPEG_YUV_MEM_OFFSET); in bflb_mjpeg_init() 155 putreg32((0 << 16) + blocks, reg_base + MJPEG_YUV_MEM_OFFSET); in bflb_mjpeg_init()
|
| /bsp/at91/at91sam9260/drivers/ |
| A D | at91_mci.c | 226 rt_uint32_t blocks; in at91_mci_send_command() local 264 blocks = data->blks; in at91_mci_send_command() 280 blocks = 0; in at91_mci_send_command() 298 cmd->cmd_code, cmdr, cmd->arg, blocks, block_length, at91_mci_read(AT91_MCI_MR)); in at91_mci_send_command() 323 AT91_MCI_BLKR_BCNT(blocks) | in at91_mci_send_command() 348 length = block_length * blocks; in at91_mci_send_command()
|
| /bsp/at91/at91sam9g45/drivers/ |
| A D | at91_mci.c | 226 rt_uint32_t blocks; in at91_mci_send_command() local 264 blocks = data->blks; in at91_mci_send_command() 280 blocks = 0; in at91_mci_send_command() 298 cmd->cmd_code, cmdr, cmd->arg, blocks, block_length, at91_mci_read(AT91C_MCI_MR)); in at91_mci_send_command() 323 AT91C_MCI_BLKR_BCNT(blocks) | in at91_mci_send_command() 348 length = block_length * blocks; in at91_mci_send_command()
|
| /bsp/ESP32_C3/idf_port/ld/ |
| A D | memory.ld | 8 * This file describes the memory layout (memory blocks) by virtual memory addresses. 11 * Restrict to simple macros with numeric values, and/or #if/#endif blocks. 38 …* All these values assume the flash cache is on, and have the blocks this uses subtracted from th…
|
| /bsp/Infineon/psoc6-evaluationkit-062S2/libs/TARGET_RTT-062S2/ |
| A D | README.md | 18 … SPI interface, 13 serial communication blocks, 7 programmable analog blocks, and 56 programmable …
|
| A D | cyreservedresources.p12 | 4 # (blocks and routing resources) for exclusive use by the udb-sdio-whd driver's internals. If the U…
|
| A D | cyreservedresources.p2 | 4 # (blocks and routing resources) for exclusive use by the udb-sdio-whd driver's internals. If the U…
|
| A D | cyreservedresources.p9 | 4 # (blocks and routing resources) for exclusive use by the udb-sdio-whd driver's internals. If the U…
|
| /bsp/Infineon/psoc6-cy8ckit-062S2-43012/libs/TARGET_CY8CKIT-062S2-43012/ |
| A D | README.md | 18 … SPI interface, 13 serial communication blocks, 7 programmable analog blocks, and 56 programmable …
|
| /bsp/Infineon/libraries/templates/PSOC62/libs/TARGET_CY8CKIT-062S2-43012/ |
| A D | README.md | 18 … SPI interface, 13 serial communication blocks, 7 programmable analog blocks, and 56 programmable …
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | sdio.c | 589 const void *buf, uint32_t blocks, uint32_t blksz) in mmc_io_rw_extended() argument 613 if (blocks == 0 ) in mmc_io_rw_extended() 616 cmd.arg |= 0x08000000| blocks; /* block mode */ in mmc_io_rw_extended() 621 data.blocks = blocks ? blocks : 1; in mmc_io_rw_extended() 627 sg.len = data.blksz * data.blocks; in mmc_io_rw_extended() 633 …SD_LOGD("blksz %ld blocks %ld flags %lx\n", HAL_PR_SZ_L(data.blksz), HAL_PR_SZ_L(data.blocks), HAL… in mmc_io_rw_extended() 666 uint32_t blocks; in sdio_io_rw_ext_helper() local 675 blocks = remainder / fn_bsize; in sdio_io_rw_ext_helper() 676 size = blocks * fn_bsize; in sdio_io_rw_ext_helper() 678 ret = mmc_io_rw_extended(card, write, func_num, addr, incr_addr, buf, blocks, fn_bsize); in sdio_io_rw_ext_helper()
|
| A D | hal_sdhost.c | 1331 HAL_PR_SZ_L(cmd->data ? cmd->data->blksz * cmd->data->blocks : 0)); in __mci_send_cmd() 1359 if( (mrq->data->blksz * mrq->data->blocks) > 4 ) in __mci_start_data_time_stats() 1372 && ((mrq->data->blksz * mrq->data->blocks) > 4)){ in __mci_end_data_time_stats() 1375 host->wbytes += mrq->data->blksz * mrq->data->blocks ; in __mci_end_data_time_stats() 1387 host->rbytes += mrq->data->blksz * mrq->data->blocks; in __mci_end_data_time_stats() 1473 if (byte_cnt != (data->blksz * data->blocks)) { in do_rom_HAL_SDC_Request() 1474 …n %ld not equel data's len %ld\n", HAL_PR_SZ_L(byte_cnt), HAL_PR_SZ_L(data->blksz * data->blocks)); in do_rom_HAL_SDC_Request() 1525 …%ld,blocks %ld,flags %lx\n", HAL_PR_SZ_L(data->blksz), HAL_PR_SZ_L(data->blocks), HAL_PR_SZ_L(data… in do_rom_HAL_SDC_Request()
|
| /bsp/ti/c28x/tms320f28379d/cmd/ |
| A D | 2837x_FLASH_lnk_cpu1.cmd | 5 /* Memory (RAM/FLASH) blocks can be moved to PAGE1 for data allocation */ 29 /* Memory (RAM/FLASH) blocks can be moved to PAGE0 for program allocation */
|
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_sdio.c | 248 data ? data->blocks * data->blocksize : 0, in nu_sdh_send_command() 296 if (data->blocks > 1) in nu_sdh_send_command() 319 sdh->S_BLOCKCOUNT.BLOCK_CNT = data->blocks; in nu_sdh_send_command() 467 data.blocks = req->data->blks; in nu_sdh_request() 469 size = data.blocksize * data.blocks; in nu_sdh_request()
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_emu.h | 212 void EMU_MemPwrDown(uint32_t blocks);
|
| /bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/libs/TARGET_CY8CKIT-062-WIFI-BT/config/ |
| A D | cyreservedresources.list | 4 # (blocks and routing resources) for exclusive use by the udb-sdio-whd driver's internals. If the U…
|
| /bsp/x86/ |
| A D | README.md | 53 Media summary: 0 sessions, 0 data blocks, 0 data, 135g free
|
| /bsp/acm32/acm32f0x0-nucleo/drivers/linker_scripts/ |
| A D | link.lds | 5 /* describes the location and size of blocks of memory in the target. */
|
| /bsp/acm32/acm32f4xx-nucleo/drivers/linker_scripts/ |
| A D | link.lds | 5 /* describes the location and size of blocks of memory in the target. */
|
| /bsp/Infineon/libraries/templates/XMC7200D/board/linker_scripts/ |
| A D | link.sct | 45 ; The defines below describe the location and size of blocks of memory in the target.
|
| /bsp/Infineon/libraries/templates/XMC7200D/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM0P/TOOLCHAIN_ARM/ |
| A D | linker.sct | 45 ; The defines below describe the location and size of blocks of memory in the target.
|
| A D | linker_d.sct | 45 ; The defines below describe the location and size of blocks of memory in the target.
|
| /bsp/Infineon/libraries/templates/XMC7200D/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM7/TOOLCHAIN_ARM/ |
| A D | linker.sct | 45 ; The defines below describe the location and size of blocks of memory in the target.
|
| /bsp/Infineon/xmc7100d-f144k4160aa/board/linker_scripts/ |
| A D | link.sct | 45 ; The defines below describe the location and size of blocks of memory in the target.
|