Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/efuse/
Defuse_drv.c104 while (cnt < EFUSE_TIMEOUT_DEFAULT) { in check_efuse_isbusy()
133 while (cnt < EFUSE_TIMEOUT_DEFAULT) { in efuse_write_bit()
143 if (cnt >= EFUSE_TIMEOUT_DEFAULT) { in efuse_write_bit()
178 while (cnt < EFUSE_TIMEOUT_DEFAULT) { in efuse_read_bits()
189 if (cnt >= (EFUSE_TIMEOUT_DEFAULT)) { in efuse_read_bits()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/efuse/
Defuse_drv.h50 #define EFUSE_TIMEOUT_DEFAULT 1000000 /* 1000000us */ macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
Defuse_drv.h47 #define EFUSE_TIMEOUT_DEFAULT 1000000 macro