Home
last modified time | relevance | path

Searched refs:g_flash_cmd_funcs (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
Dtransfer.c66 ret = g_flash_cmd_funcs.write(store_addr, read_len, (hi_u8 *)g_ymodem_buf, HI_FALSE); in loader_serial_ymodem()
125 ret = g_flash_cmd_funcs.init(); in download_to_flash()
144 ret = g_flash_cmd_funcs.erase(flash_offset, erase_size); in download_to_flash()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
Dboot_rom.h304 HI_EXTERN hi_flash_cmd_func g_flash_cmd_funcs; variable
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
Dload_crypto.c406 ret = g_flash_cmd_funcs.write(flash_addr, len, (hi_u8 *)fw_cyp_data, HI_TRUE); in crypto_encrypt_data()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
Dcrypto.c458 …ret = g_flash_cmd_funcs.write(para->kernel_addr + para->crypto_start_addr, para->crypto_total_size, in crypto_encrypt_data()
530 ret = g_flash_cmd_funcs.read(flash_offset, ram_size, (hi_u8 *)ram_addr); in crypto_load_flash_raw()