Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/nvm/
H A Dhi_nvm.c102 hi_nv_item_index* nv_find_item(hi_u8* data, hi_u8 id, hi_nv_type nv_type) in nv_find_item()
104 hi_nv_item_index* index = HI_NULL; in nv_find_item()
113 index = (hi_nv_item_index*)&nv_head->nv_item_data[0]; in nv_find_item()
121 return (hi_nv_item_index*)HI_NULL; in nv_find_item()
145 hi_u32 index_size = sizeof(hi_nv_item_index) * nv_ctrl->total_num; in nv_init_index()
147 nv_ctrl->index = (hi_nv_item_index*)rom_boot_malloc(index_size); in nv_init_index()
229 hi_nv_item_index* nv_index; in nv_get_item_len()
241 hi_nv_item_index* nv_index = HI_NULL; in nv_read_common()
323 hi_nv_item_index* nv_index = nv_find_item(HI_NULL, id, nv_type); in nv_common_write()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/
H A Dhi_nvm.c102 hi_nv_item_index* nv_find_item(hi_u8* data, hi_u8 id, hi_nv_type nv_type) in nv_find_item()
104 hi_nv_item_index* index = HI_NULL; in nv_find_item()
113 index = (hi_nv_item_index*)&nv_head->nv_item_data[0]; in nv_find_item()
121 return (hi_nv_item_index*)HI_NULL; in nv_find_item()
146 hi_u32 index_size = sizeof(hi_nv_item_index) * nv_ctrl->total_num; in nv_init_index()
148 nv_ctrl->index = (hi_nv_item_index*)rom_boot_malloc(index_size); in nv_init_index()
230 hi_nv_item_index* nv_index; in nv_get_item_len()
243 hi_nv_item_index* nv_index = HI_NULL; in nv_read_common()
326 hi_nv_item_index* nv_index = nv_find_item(HI_NULL, id, nv_type); in nv_common_write()
H A Dhi_nvm.h57 } hi_nv_item_index; typedef
71 hi_nv_item_index* index;
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/include/
H A Dhi_nvm.h49 } hi_nv_item_index; typedef
63 hi_nv_item_index* index;
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Dhi_nvm.h56 } hi_nv_item_index; typedef
70 hi_nv_item_index* index;

Completed in 3 milliseconds