Searched refs:COUNT_EFUSE_REG_PER_BLOCK (Results 1 – 11 of 11) sorted by relevance
18 extern uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];82 uint8_t buf[COUNT_EFUSE_REG_PER_BLOCK * 4] = { 0 }; in esp_efuse_utility_burn_chip()88 uint32_t out_buf[COUNT_EFUSE_REG_PER_BLOCK] = { 0 }; in esp_efuse_utility_burn_chip()92 for (int k = 0; k < COUNT_EFUSE_REG_PER_BLOCK; ++k) { in esp_efuse_utility_burn_chip()172 uint8_t buf_w_data[COUNT_EFUSE_REG_PER_BLOCK * 4]; in esp_efuse_utility_apply_new_coding_scheme()173 uint8_t buf_r_data[COUNT_EFUSE_REG_PER_BLOCK * 4]; in esp_efuse_utility_apply_new_coding_scheme()174 uint32_t reg[COUNT_EFUSE_REG_PER_BLOCK]; in esp_efuse_utility_apply_new_coding_scheme()
19 extern uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];37 static uint32_t write_mass_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK] = { 0 };
13 #define COUNT_EFUSE_REG_PER_BLOCK 8 /* The number of registers per block. */ macro
25 uint32_t virt_blocks[EFUSE_BLK_MAX][COUNT_EFUSE_REG_PER_BLOCK];