Home
last modified time | relevance | path

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

/device/soc/telink/b91/adapter/hals/update/
Dhal_hota_board.c37 #define OTA_PARTITONS_START OTA_PARTITION_SIZE macro
72 g_ota_state.partition0_addr = OTA_PARTITONS_START; in HotaHalInit()
79 ((g_ota_state.flash_size - OTA_PARTITONS_START) / OTA_PARTITION_SIZE) * OTA_PARTITION_SIZE + in HotaHalInit()
80 OTA_PARTITONS_START; in HotaHalInit()
96 size_t addr = OTA_PARTITONS_START + OTA_PARTITION_SIZE * g_ota_state.n_partition_started; in HotaHalDeInit()
119 …((0 == partition) ? g_ota_state.partition0_addr : OTA_PARTITONS_START + OTA_PARTITION_SIZE * parti… in HotaHalRead()
149 …((0 == partition) ? g_ota_state.partition0_addr : OTA_PARTITONS_START + OTA_PARTITION_SIZE * parti… in HotaHalWrite()
223 : OTA_PARTITONS_START + OTA_PARTITION_SIZE * g_ota_state.n_partition_started); in HotaBootNewImpl()