Searched refs:EFUSE_REAL_CONTENT_LEN (Results 1 – 4 of 4) sorted by relevance
118 #define EFUSE_REAL_CONTENT_LEN 512 macro119 #define AVAILABLE_EFUSE_ADDR(addr) (addr < EFUSE_REAL_CONTENT_LEN)123 #define EFUSE_OOB_PROTECT_BYTES (EFUSE_REAL_CONTENT_LEN - LOGICAL_MAP_SECTION_LEN) // Security + R…
272 for (index = 0; index< EFUSE_REAL_CONTENT_LEN; index++) { in cmd_efuse()280 for (index= 0; index < EFUSE_REAL_CONTENT_LEN; index+=16) { in cmd_efuse()
263 for (index = 0; index< EFUSE_REAL_CONTENT_LEN; index++) { in cmd_efuse_protect()271 for (index= 0; index < EFUSE_REAL_CONTENT_LEN; index+=16) { in cmd_efuse_protect()
262 for (index = 0; index< EFUSE_REAL_CONTENT_LEN; index++) { in cmd_efuse_protect()270 for (index= 0; index < EFUSE_REAL_CONTENT_LEN; index+=16) { in cmd_efuse_protect()
Completed in 5 milliseconds