Home
last modified time | relevance | path

Searched defs:start_sector (Results 1 – 5 of 5) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/drivers/chips/ws63/porting/reboot/
Dreboot_porting.c50 uint32_t start_sector = (load_addr - FLASH_START) & ~BYTE_4K_MASK; // 地址向前4K对齐 in reboot_mem_flash_erase() local
/device/soc/hisilicon/ws63v100/sdk/drivers/chips/ws63/porting/sfc/driver/
Dsfc.c109 STATIC errcode_t do_greedy_erase(uint32_t hal_erase_size, uint32_t start_sector) in do_greedy_erase()
361 uint32_t start_sector = flash_addr & ~BYTES_4K_MASK; in uapi_sfc_reg_erase() local
/device/soc/hisilicon/ws63v100/sdk/middleware/chips/ws63/factory/
Dfactory.c70 uint32_t start_sector = flash_offset & ~BYTE_4K_MASK; in mfg_flash_erase_etc() local
/device/soc/hisilicon/ws63v100/sdk/middleware/chips/ws63/littlefs/
Dlittlefs_adapt.c74 uint32_t start_sector = c->block_size * (block + g_lfs_block_info.start_block); in littlefs_adapt_erase() local
/device/soc/hisilicon/ws63v100/sdk/middleware/chips/ws63/update/common/
Dupg_common_porting.c309 uint32_t start_sector = flash_offset & ~BYTE_4K_MASK; local