Searched refs:HI_FLASH_BASE (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | hi_isr.c | 191 (((uintptr_t)routine >= HI_FLASH_BASE) && ((uintptr_t)routine < HI_FLASH_BASE + HI_FLASH_SIZE))) { in hi_irq_request()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/partition_table/ |
H A D | flash_partition_table.c | 220 ret = hi_flash_write(nv_addr, backup_nv_size, (const hi_u8 *)(HI_FLASH_BASE + backup_nv_addr), HI_TRUE); in hi_nv_restore_by_backup() 222 (const hi_u8 *)(HI_FLASH_BASE + backup_nv_addr), HI_TRUE); in hi_nv_restore_by_backup()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | upg_check_secure.c | 62 ret = (hi_u32)memcpy_s(block, this_size, (hi_u8 *)(HI_FLASH_BASE + flash_addr + offset), this_size); in upg_hash_one_content() 99 ret = (hi_u32)memcpy_s(block, this_size, (hi_u8 *)(HI_FLASH_BASE + param->flash_addr[i] + offset), in upg_hash_more_content()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_demo_hks.c | 85 hi_u32 start_flag = *((hi_u32 *)(HI_FLASH_BASE + cert_key_start_addr)); in app_hks_get_cert_store_addr() 91 hi_u32 cert_key_cnt = *((hi_u32 *)(HI_FLASH_BASE + cert_key_start_addr + 0x4)); in app_hks_get_cert_store_addr() 102 cert_len_array[i] = *((hi_u32 *)(HI_FLASH_BASE + cert_key_start_addr + 0x8 + i * 0x4)); in app_hks_get_cert_store_addr()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi3861_platform_base.h | 40 #define HI_FLASH_BASE 0x00400000 macro
|
Completed in 5 milliseconds