Searched refs:eFuseWord (Results 1 – 1 of 1) sorted by relevance
86 u16 **eFuseWord = NULL; in efuse_phymap_to_logical() local94 eFuseWord = (u16 **)rtw_malloc2d(EFUSE_MAX_SECTION_88E, EFUSE_MAX_WORD_UNIT, sizeof(u16)); in efuse_phymap_to_logical()95 if (!eFuseWord) { in efuse_phymap_to_logical()103 eFuseWord[i][j] = 0xFFFF; in efuse_phymap_to_logical()151 eFuseWord[offset][i] = (rtemp8 & 0xff); in efuse_phymap_to_logical()157 eFuseWord[offset][i] |= (((u16)rtemp8 << 8) & 0xff00); in efuse_phymap_to_logical()179 efuseTbl[(i*8)+(j*2)] = (eFuseWord[i][j] & 0xff); in efuse_phymap_to_logical()180 efuseTbl[(i*8)+((j*2)+1)] = ((eFuseWord[i][j] >> 8) & 0xff); in efuse_phymap_to_logical()195 kfree(eFuseWord); in efuse_phymap_to_logical()