Searched refs:blocks (Results 1 – 18 of 18) sorted by relevance
| /components/fal/inc/ |
| A D | fal_def.h | 53 struct flash_blk blocks[FAL_DEV_BLK_MAX]; member
|
| /components/drivers/ipc/ |
| A D | ringblk_buf.c | 432 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 D | dev_block.c | 107 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 D | dev_sdio.c | 175 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 D | ringblk_buf.h | 60 rt_rbb_blk_t blocks; member
|
| /components/fal/src/ |
| A D | fal_flash.c | 61 const struct flash_blk *blk = &device_table[i]->blocks[j]; in fal_flash_init()
|
| /components/drivers/include/drivers/ |
| A D | dev_sdio.h | 169 rt_uint32_t blocks,
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 68 blocks of data. Instead, pbufs are allocated larger than needed and the
|
| A D | CHANGELOG | 408 calling tcp_write with many small blocks of data. Instead, pbufs are
|
| /components/drivers/sdio/sdhci/include/ |
| A D | sdhci.h | 476 unsigned int blocks; /* remaining PIO blocks */ member
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 167 blocks of data. Instead, pbufs are allocated larger than needed and the
|
| A D | CHANGELOG | 1364 calling tcp_write with many small blocks of data. Instead, pbufs are
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 202 blocks of data. Instead, pbufs are allocated larger than needed and the
|
| A D | CHANGELOG | 1617 calling tcp_write with many small blocks of data. Instead, pbufs are
|
| /components/drivers/sdio/sdhci/ |
| A D | sdhci.c | 570 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 D | lwip.Doxyfile | 498 # 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 D | lwip.Doxyfile | 507 # 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 D | lwip.Doxyfile.cmake.in | 507 # 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