Searched refs:EFUSE_PO_STATUS_READY (Results 1 – 3 of 3) sorted by relevance
38 #define EFUSE_PO_STATUS_READY (0x1 << 2) /* Whether the read operation is complete after power-o… macro
36 #define EFUSE_PO_STATUS_READY (0x1 << 2) macro
106 if ((!(val & EFUSE_STATUS_READY)) && (val & EFUSE_PO_STATUS_READY)) { in check_efuse_isbusy()