Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE (Results 1 - 5 of 5) sorted by relevance

/device/qemu/SmartL_E802/liteos_m/board/fs/
H A Dlittlefs_hal.c43 #define BLOCK_SIZE 256 macro
88 .block_size = BLOCK_SIZE,
/device/qemu/esp32/liteos_m/board/fs/
H A Dlittlefs_hal.c39 #define BLOCK_SIZE 256 macro
84 .block_size = BLOCK_SIZE,
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c568 #define BLOCK_SIZE 512 macro
640 return (size + BLOCK_SIZE - 1) / BLOCK_SIZE; in fix_blocks()
702 int offset = offset_block * BLOCK_SIZE; in StorageWriteLba()
708 if (!fwrite(data, blocks * BLOCK_SIZE, 1, file)) { in StorageWriteLba()
727 int offset = offset_block * BLOCK_SIZE; in StorageReadLba()
732 if (!fread(data, blocks * BLOCK_SIZE, 1, file)) { in StorageReadLba()
749 int blocks = len / BLOCK_SIZE; in write_data()
753 int left = len % BLOCK_SIZE; in write_data()
755 char buf[BLOCK_SIZE] in write_data()
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c585 #define BLOCK_SIZE 512 macro
657 return (size + BLOCK_SIZE - 1) / BLOCK_SIZE; in fix_blocks()
718 int offset = offset_block * BLOCK_SIZE; in StorageWriteLba()
724 if (!fwrite(data, blocks * BLOCK_SIZE, 1, file)) { in StorageWriteLba()
741 int offset = offset_block * BLOCK_SIZE; in StorageReadLba()
746 if (!fread(data, blocks * BLOCK_SIZE, 1, file)) { in StorageReadLba()
761 int blocks = len / BLOCK_SIZE; in write_data()
765 int left = len % BLOCK_SIZE; in write_data()
767 char buf[BLOCK_SIZE] in write_data()
[all...]
/device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/
H A Dcfiflash_fs_hal.c100 #define BLOCK_SIZE CFIFLASH_ERASEBLK_SIZE macro
149 .block_size = BLOCK_SIZE,

Completed in 5 milliseconds