Searched refs:fuse32 (Results 1 – 2 of 2) sorted by relevance
46 bool b = s->fuse32[bit / 32] & (1 << (bit % 32)); in xlnx_efuse_get_bit()57 uint32_t *ram = s->fuse32; in efuse_bdrv_read()158 row = &s->fuse32[bit / 32]; in xlnx_efuse_set_bit()174 calc = xlnx_efuse_calc_crc(&s->fuse32[start / 32], (256 / 32), 0); in xlnx_efuse_k256_check()185 uint32_t data = s->fuse32[efuse_start_row_num]; in xlnx_efuse_tbits_check()195 s->fuse32[efuse_start_row_num] = data; in xlnx_efuse_tbits_check()221 s->fuse32 = g_malloc0(efuse_bytes(s)); in efuse_realize()223 g_free(s->fuse32); in efuse_realize()
40 uint32_t *fuse32; member122 if (!(s->fuse32)) { in xlnx_efuse_get_row()128 return s->fuse32[row_idx]; in xlnx_efuse_get_row()