Searched refs:efuse_word (Results 1 – 1 of 1) sorted by relevance
218 u16 **efuse_word; in read_efuse() local234 efuse_word = kcalloc(EFUSE_MAX_WORD_UNIT, sizeof(u16 *), GFP_ATOMIC); in read_efuse()235 if (!efuse_word) in read_efuse()238 efuse_word[i] = kcalloc(efuse_max_section, sizeof(u16), in read_efuse()240 if (!efuse_word[i]) in read_efuse()246 efuse_word[j][i] = 0xFFFF; in read_efuse()294 efuse_word[i][offset] = in read_efuse()307 efuse_word[i][offset] |= in read_efuse()330 (efuse_word[j][i] & 0xff); in read_efuse()332 ((efuse_word[j][i] >> 8) & 0xff); in read_efuse()[all …]