Searched defs:flash_offset (Results 1 – 9 of 9) sorted by relevance
| /device/soc/hisilicon/ws63v100/sdk/middleware/chips/ws63/nv/nv_porting/ |
| D | nv_flash.c | 22 errcode_t kv_flash_read(const uint32_t flash_offset, const uint32_t read_size, uint8_t *read_buffer) in kv_flash_read() 31 errcode_t kv_flash_write(const uint32_t flash_offset, uint32_t write_size, const uint8_t *write_dat… in kv_flash_write()
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/chips/ws63/factory/ |
| D | factory.c | 65 static errcode_t mfg_flash_erase_etc(const uint32_t flash_offset, const uint32_t size) in mfg_flash_erase_etc() 164 static errcode_t mfg_flash_check_erase(const uint32_t flash_offset, uint32_t size, bool do_erase) in mfg_flash_check_erase() 176 errcode_t mfg_flash_write_info(const uint8_t *ram_data, uint32_t flash_offset, uint32_t size, bool … in mfg_flash_write_info() 216 uint32_t flash_offset = img_info.part_info.addr_info.addr + img_info.part_info.addr_info.size - in mfg_flash_write() local
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/utils/update/storage/ |
| D | upg_storage.c | 105 … uint32_t flash_offset = flag_start_addr + offsetof(fota_upgrade_flag_area_t, head_before_offset); in uapi_upg_prepare() local 155 uint32_t flash_offset = flag_start_addr + offsetof(fota_upgrade_flag_area_t, package_length); in uapi_upg_reset_upgrade_flag() local 318 …uint32_t flash_offset = (uint32_t)flag_start_address + offsetof(fota_upgrade_flag_area_t, firmware… in upg_upgrade_request() local
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/chips/ws63/update/common/ |
| D | upg_common_porting.c | 238 errcode_t upg_flash_read(const uint32_t flash_offset, const uint32_t size, uint8_t *ram_data) 254 errcode_t upg_flash_write(const uint32_t flash_offset, uint32_t size, const uint8_t *ram_data, bool… 304 errcode_t upg_flash_erase(const uint32_t flash_offset, const uint32_t size)
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/ |
| D | transfer.c | 121 hi_u32 download_to_flash(hi_u32 flash_offset, hi_u32 erase_size, hi_u32 flash_size) in download_to_flash()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/ |
| D | load_crypto.c | 124 hi_u32 flash_offset = 0; in boot_get_crypto_kernel_start() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/ |
| D | crypto.c | 80 hi_u32 boot_get_crypto_kernel_start(hi_u32 *flash_offset) in boot_get_crypto_kernel_start() 517 hi_u32 flash_offset = 0; in crypto_load_flash_raw() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/ |
| D | hi_flashboot_flash.c | 245 hi_u32 flash_protect_cancel(hi_u32 flash_offset) in flash_protect_cancel()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/flash/ |
| D | flash_prv.h | 147 hi_u32 flash_offset; member
|