Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/efuse/
Defuse_drv.h38 #define EFUSE_PO_STATUS_READY (0x1 << 2) /* Whether the read operation is complete after power-o… macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
Defuse_drv.h36 #define EFUSE_PO_STATUS_READY (0x1 << 2) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/efuse/
Defuse_drv.c106 if ((!(val & EFUSE_STATUS_READY)) && (val & EFUSE_PO_STATUS_READY)) { in check_efuse_isbusy()