Searched refs:HI_NV_FTM_STARTUP_CFG_ID (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/ |
H A D | boot_upg_start_up.c | 37 hi_u32 ret = hi_factory_nv_write(HI_NV_FTM_STARTUP_CFG_ID, cfg, sizeof(hi_nv_ftm_startup_cfg), 0); in boot_upg_save_cfg_to_nv() 67 hi_u32 ret = hi_factory_nv_read(HI_NV_FTM_STARTUP_CFG_ID, &nv_cfg, sizeof(hi_nv_ftm_startup_cfg), 0); in boot_upg_load_cfg_from_nv()
|
H A D | boot_upg_start_up.h | 27 #define HI_NV_FTM_STARTUP_CFG_ID 0x3 macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | upg_start_up.c | 20 hi_u32 ret = hi_factory_nv_write(HI_NV_FTM_STARTUP_CFG_ID, cfg, sizeof(hi_nv_ftm_startup_cfg), 0); in upg_save_start_up_nv() 51 hi_u32 ret = hi_factory_nv_read(HI_NV_FTM_STARTUP_CFG_ID, &nv_cfg, sizeof(hi_nv_ftm_startup_cfg), 0); in upg_get_start_up_nv()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/config/nv/ |
H A D | hi_ft_nv.h | 26 #define HI_NV_FTM_STARTUP_CFG_ID 0x3 /* hi_nv_ftm_startup_cfg */ macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/ |
H A D | load_crypto.h | 50 #define HI_NV_FTM_STARTUP_CFG_ID 0x3 macro
|
Completed in 1 milliseconds