Home
last modified time | relevance | path

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

/components/fal/inc/
A Dfal_def.h53 struct flash_blk blocks[FAL_DEV_BLK_MAX]; member
/components/drivers/ipc/
A Dringblk_buf.c432 blk_queue->blocks = last_block; in rt_rbb_blk_queue_get()
486 for (blk = blk_queue->blocks; i < blk_queue->blk_num; i++) in rt_rbb_blk_queue_len()
506 return blk_queue->blocks[0].buf; in rt_rbb_blk_queue_buf()
524 for (blk = blk_queue->blocks; i < blk_queue->blk_num; i++) in rt_rbb_blk_queue_free()
/components/drivers/sdio/
A Ddev_block.c107 rt_uint32_t blocks; in mmcsd_num_wr_blocks() local
150 data.buf = &blocks; in mmcsd_num_wr_blocks()
162 return blocks; in mmcsd_num_wr_blocks()
A Ddev_sdio.c175 rt_uint32_t blocks, in sdio_io_rw_extended() argument
184 RT_ASSERT(blocks != 1 || blksize <= 512); in sdio_io_rw_extended()
185 RT_ASSERT(blocks != 0); in sdio_io_rw_extended()
203 if (blocks == 1 && blksize <= 512) in sdio_io_rw_extended()
206 cmd.arg |= SDIO_ARG_CMD53_BLOCK_MODE | blocks; /* block mode */ in sdio_io_rw_extended()
210 data.blks = blocks; in sdio_io_rw_extended()
/components/drivers/include/ipc/
A Dringblk_buf.h60 rt_rbb_blk_t blocks; member
/components/fal/src/
A Dfal_flash.c61 const struct flash_blk *blk = &device_table[i]->blocks[j]; in fal_flash_init()
/components/drivers/include/drivers/
A Ddev_sdio.h169 rt_uint32_t blocks,
/components/net/lwip/lwip-1.4.1/
A DUPGRADING68 blocks of data. Instead, pbufs are allocated larger than needed and the
A DCHANGELOG408 calling tcp_write with many small blocks of data. Instead, pbufs are
/components/drivers/sdio/sdhci/include/
A Dsdhci.h476 unsigned int blocks; /* remaining PIO blocks */ member
/components/net/lwip/lwip-2.0.3/
A DUPGRADING167 blocks of data. Instead, pbufs are allocated larger than needed and the
A DCHANGELOG1364 calling tcp_write with many small blocks of data. Instead, pbufs are
/components/net/lwip/lwip-2.1.2/
A DUPGRADING202 blocks of data. Instead, pbufs are allocated larger than needed and the
A DCHANGELOG1617 calling tcp_write with many small blocks of data. Instead, pbufs are
/components/drivers/sdio/sdhci/
A Dsdhci.c570 host->blocks = data->blks; in sdhci_prepare_data()
657 if (host->blocks == 0) in sdhci_transfer_pio()
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile498 # documentation blocks found inside the body of a function. If set to NO, these
499 # blocks will be appended to the function's detailed documentation block.
640 # ... \endcond blocks.
976 # special comment blocks from generated source code fragments. Normal C, C++ and
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile507 # documentation blocks found inside the body of a function. If set to NO, these
508 # blocks will be appended to the function's detailed documentation block.
649 # ... \endcond blocks.
987 # special comment blocks from generated source code fragments. Normal C, C++ and
A Dlwip.Doxyfile.cmake.in507 # documentation blocks found inside the body of a function. If set to NO, these
508 # blocks will be appended to the function's detailed documentation block.
649 # ... \endcond blocks.
987 # special comment blocks from generated source code fragments. Normal C, C++ and

Completed in 39 milliseconds