Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 25 of 145) sorted by relevance

123456

/bsp/efm32/Libraries/emlib/src/
A Dem_emu.c349 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 Dbflb_mjpeg.c42 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 Dat91_mci.c226 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 Dat91_mci.c226 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 Dmemory.ld8 * 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 DREADME.md18 … SPI interface, 13 serial communication blocks, 7 programmable analog blocks, and 56 programmable …
A Dcyreservedresources.p124 # (blocks and routing resources) for exclusive use by the udb-sdio-whd driver's internals. If the U…
A Dcyreservedresources.p24 # (blocks and routing resources) for exclusive use by the udb-sdio-whd driver's internals. If the U…
A Dcyreservedresources.p94 # (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 DREADME.md18 … SPI interface, 13 serial communication blocks, 7 programmable analog blocks, and 56 programmable …
/bsp/Infineon/libraries/templates/PSOC62/libs/TARGET_CY8CKIT-062S2-43012/
A DREADME.md18 … SPI interface, 13 serial communication blocks, 7 programmable analog blocks, and 56 programmable …
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dsdio.c589 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 Dhal_sdhost.c1331 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 D2837x_FLASH_lnk_cpu1.cmd5 /* 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 Ddrv_sdio.c248 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 Dem_emu.h212 void EMU_MemPwrDown(uint32_t blocks);
/bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/libs/TARGET_CY8CKIT-062-WIFI-BT/config/
A Dcyreservedresources.list4 # (blocks and routing resources) for exclusive use by the udb-sdio-whd driver's internals. If the U…
/bsp/x86/
A DREADME.md53 Media summary: 0 sessions, 0 data blocks, 0 data, 135g free
/bsp/acm32/acm32f0x0-nucleo/drivers/linker_scripts/
A Dlink.lds5 /* describes the location and size of blocks of memory in the target. */
/bsp/acm32/acm32f4xx-nucleo/drivers/linker_scripts/
A Dlink.lds5 /* describes the location and size of blocks of memory in the target. */
/bsp/Infineon/libraries/templates/XMC7200D/board/linker_scripts/
A Dlink.sct45 ; 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 Dlinker.sct45 ; The defines below describe the location and size of blocks of memory in the target.
A Dlinker_d.sct45 ; 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 Dlinker.sct45 ; The defines below describe the location and size of blocks of memory in the target.
/bsp/Infineon/xmc7100d-f144k4160aa/board/linker_scripts/
A Dlink.sct45 ; The defines below describe the location and size of blocks of memory in the target.

Completed in 819 milliseconds

123456