Searched refs:eFuseWord (Results 1 – 1 of 1) sorted by relevance
93 u16 **eFuseWord = NULL; in efuse_phymap_to_logical() local100 eFuseWord = rtw_malloc2d(EFUSE_MAX_SECTION_88E, EFUSE_MAX_WORD_UNIT, sizeof(u16)); in efuse_phymap_to_logical()101 if (!eFuseWord) in efuse_phymap_to_logical()107 eFuseWord[i][j] = 0xFFFF; in efuse_phymap_to_logical()152 eFuseWord[offset][i] = (rtemp8 & 0xff); in efuse_phymap_to_logical()157 eFuseWord[offset][i] |= (((u16)rtemp8 << 8) & 0xff00); in efuse_phymap_to_logical()178 efuseTbl[(i * 8) + (j * 2)] = (eFuseWord[i][j] & 0xff); in efuse_phymap_to_logical()179 efuseTbl[(i * 8) + ((j * 2) + 1)] = ((eFuseWord[i][j] >> 8) & 0xff); in efuse_phymap_to_logical()190 kfree(eFuseWord); in efuse_phymap_to_logical()401 u16 **eFuseWord = NULL; in Hal_EfuseReadEFuse88E() local[all …]