Searched refs:efuse_word (Results 1 – 1 of 1) sorted by relevance
209 u16 **efuse_word; in read_efuse() local225 efuse_word = kcalloc(EFUSE_MAX_WORD_UNIT, sizeof(u16 *), GFP_ATOMIC); in read_efuse()226 if (!efuse_word) in read_efuse()229 efuse_word[i] = kcalloc(efuse_max_section, sizeof(u16), in read_efuse()231 if (!efuse_word[i]) in read_efuse()237 efuse_word[j][i] = 0xFFFF; in read_efuse()285 efuse_word[i][offset] = in read_efuse()298 efuse_word[i][offset] |= in read_efuse()321 (efuse_word[j][i] & 0xff); in read_efuse()323 ((efuse_word[j][i] >> 8) & 0xff); in read_efuse()[all …]