Home
last modified time | relevance | path

Searched refs:EFUSE_PGM_ADDR_SIZE (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/efuse/
H A Defuse_drv.h53 #define EFUSE_PGM_ADDR_SIZE 2048 macro
H A Defuse.c255 if ((start_bit >= EFUSE_PGM_ADDR_SIZE) || ((start_bit & 0x7) != 0) || (key_data == HI_NULL) || (size == 0)) { in hi_efuse_usr_read()
264 if ((start_bit + real_size) > EFUSE_PGM_ADDR_SIZE) { in hi_efuse_usr_read()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Defuse_drv.h50 #define EFUSE_PGM_ADDR_SIZE 2048 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/efuse/
H A Defuse_drv.c120 if (addr >= EFUSE_PGM_ADDR_SIZE) { in efuse_write_bit()

Completed in 2 milliseconds