/Zephyr-latest/tests/drivers/flash/common/boards/ |
D | ek_ra6m2.overlay | 14 /* Set 2 last blocks of the code flash as storage partition */
|
D | ek_ra6m3.overlay | 14 /* Set 2 last blocks of the code flash as storage partition */
|
D | ek_ra6m5.overlay | 14 /* Set 2 last blocks of the code flash as storage partition */
|
D | ek_ra4m3.overlay | 14 /* Set 2 last blocks of the code flash as storage partition */
|
D | ek_ra6m4.overlay | 14 /* Set 2 last blocks of the code flash as storage partition */
|
D | fpb_ra6e1.overlay | 14 /* Set 2 last blocks of the code flash as storage partition */
|
/Zephyr-latest/subsys/sd/ |
D | sd_ops.c | 222 data.blocks = 1U; in sdmmc_spi_read_cxd() 522 data.blocks = num_blocks; in card_read() 617 uint32_t *blocks = (uint32_t *)card->card_buffer; in card_query_written() local 633 data.blocks = 1U; in card_query_written() 634 data.data = blocks; in card_query_written() 649 *num_written = sys_be32_to_cpu(blocks[0]); in card_query_written() 657 uint32_t blocks; in card_write() local 678 data.blocks = num_blocks; in card_write() 692 ret = card_query_written(card, &blocks); in card_write() 696 LOG_ERR("Only %d blocks of %d were written", blocks, num_blocks); in card_write()
|
/Zephyr-latest/drivers/flash/ |
D | soc_flash_numaker.c | 178 int blocks = (len / flash_numaker_parameters.write_block_size); in flash_numaker_write() local 212 while (blocks) { in flash_numaker_write() 219 blocks--; in flash_numaker_write()
|
/Zephyr-latest/boards/nordic/nrf54h20dk/ |
D | nrf54h20dk_nrf54h20_cpurad.dts | 77 tx-blocks = <32>; 78 rx-blocks = <32>;
|
/Zephyr-latest/boards/nordic/nrf9280pdk/ |
D | nrf9280pdk_nrf9280_cpurad.dts | 73 tx-blocks = <32>; 74 rx-blocks = <32>;
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.xmc4xxx | 18 Maximum number of blocks in a DMA block transfer configuration.
|
/Zephyr-latest/ |
D | .ruff.toml | 24 "SIM108", # Allow if-else blocks instead of forcing ternary operator
|
/Zephyr-latest/samples/subsys/usb/mass/ |
D | README.rst | 86 sd 3:0:0:0: [sdb] 256 512-byte logical blocks: (131 kB/128 KiB) 102 /NAND:: bsize = 512 ; frsize = 1024 ; blocks = 2028 ; bfree = 1901 149 /SD:: bsize = 512 ; frsize = 32768 ; blocks = 119776 ; bfree = 119773 183 [00:00:00.009,063] <inf> littlefs: FS at MX25R64:0x0 is 16 0x1000-byte blocks with 512 cye 187 /lfs: bsize = 16 ; frsize = 4096 ; blocks = 16 ; bfree = 13 210 …Apr 25 08:10:25 tirzah kernel: [570310.922277] sd 17:0:0:0: [sdd] 256 512-byte logical blocks: (13… 264 [00:00:00.009,063] <inf> littlefs: FS at MX25R64:0x0 is 16 0x1000-byte blocks with 512 cye 269 * ``--block_size`` comes from ``0x1000-byte blocks`` and is 4096 (0x1000); 270 * ``--block_count`` comes from ``16 0x1000-byte blocks`` and is 16;
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_srv.c | 88 offsetof(struct bt_mesh_blob_srv_state, blocks) + block_len); in store_state() 268 for (int i = 0; i < ARRAY_SIZE(srv->state.blocks); ++i) { in all_blocks_received() 269 if (srv->state.blocks[i]) { in all_blocks_received() 344 net_buf_simple_add_mem(&buf, srv->state.blocks, in xfer_status_rsp() 534 memset(srv->state.blocks, 0, sizeof(srv->state.blocks)); in handle_xfer_start() 536 atomic_set_bit(srv->state.blocks, i); in handle_xfer_start() 681 !atomic_test_bit(srv->state.blocks, block_number)) { in handle_block_start() 787 atomic_clear_bit(srv->state.blocks, srv->block.number); in handle_chunk() 870 if (len_rd < offsetof(struct bt_mesh_blob_srv_state, blocks)) { in blob_srv_settings_set() 1007 if (!atomic_test_bit(srv->state.blocks, i)) { in bt_mesh_blob_srv_progress()
|
/Zephyr-latest/boards/seagate/legend/ |
D | legend.dts | 104 * Erase size : whole chip, 64 and 32 KB blocks, 4 KB sectors, 116 * Erase size : whole chip, 64 and 32 KB blocks, 4 KB sectors 127 * Erase size : whole chip, 64 and 32 KB blocks, 4 KB sectors
|
/Zephyr-latest/tests/drivers/i2s/i2s_speed/ |
D | Readme.txt | 7 This board uses CONFIG_I2S_TEST_SEPARATE_DEVICES=n and connects TX and RX blocks in one 15 This board uses CONFIG_I2S_TEST_SEPARATE_DEVICES=n and connects TX and RX blocks in one
|
/Zephyr-latest/boards/nxp/mimxrt595_evk/ |
D | Kconfig.defconfig | 18 # channels that use multiple blocks for a DMA transfer.
|
/Zephyr-latest/scripts/build/ |
D | uf2conv.py | 171 blocks = [] 195 blocks.append(currblock) 199 numblocks = len(blocks) 202 resfile += blocks[i].encode(i, numblocks)
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob_srv.h | 151 ATOMIC_DEFINE(blocks, BT_MESH_BLOB_BLOCKS_MAX);
|
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/ |
D | Kconfig | 31 int "Number of blocks for multiple transfers test"
|
/Zephyr-latest/boards/nxp/mimxrt1180_evk/ |
D | CMakeLists.txt | 15 "update your flash configuration or device configuration data blocks")
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.littlefs | 57 A larger lookahead buffer increases the number of blocks found 59 compact bitmap, so each byte of RAM can track 8 blocks. 87 support up to FS_LITTLE_FS_NUM_FILES blocks of
|
/Zephyr-latest/boards/nxp/mimxrt1010_evk/ |
D | CMakeLists.txt | 14 "update your flash configuration data blocks")
|
/Zephyr-latest/boards/nxp/mimxrt1015_evk/ |
D | CMakeLists.txt | 13 "update your flash configuration data blocks")
|
/Zephyr-latest/drivers/sdhc/ |
D | intel_emmc_host.c | 414 sys_cache_data_flush_range(data->data, (data->blocks * data->block_size)); in emmc_dma_init() 424 __ASSERT_NO_MSG(data->blocks < CONFIG_INTEL_EMMC_HOST_ADMA_DESC_SIZE); in emmc_dma_init() 426 for (int i = 0; i < data->blocks; i++) { in emmc_dma_init() 430 if (i == (data->blocks - 1u)) { in emmc_dma_init() 479 if (data->blocks > 1) { in emmc_init_xfr() 503 regs->block_count = (uint16_t)data->blocks; in emmc_init_xfr() 771 uint32_t i, block_cnt = sdhc->blocks; in read_data_port() 792 (sdhc->blocks - block_cnt)); in read_data_port() 817 uint32_t i, block_cnt = sdhc->blocks; in write_data_port() 944 if (data->blocks > 1) { in emmc_xfr()
|