Searched refs:eFuseWord (Results 1 – 1 of 1) sorted by relevance
82 u16 **eFuseWord = NULL; in efuse_phymap_to_logical() local100 eFuseWord = (u16 **)tmp; in efuse_phymap_to_logical()105 eFuseWord[i][j] = 0xFFFF; in efuse_phymap_to_logical()153 eFuseWord[offset][i] = (rtemp8 & 0xff); in efuse_phymap_to_logical()159 eFuseWord[offset][i] |= (((u16)rtemp8 << 8) & 0xff00); in efuse_phymap_to_logical()181 efuseTbl[(i * 8) + (j * 2)] = (eFuseWord[i][j] & 0xff); in efuse_phymap_to_logical()182 efuseTbl[(i * 8) + ((j * 2) + 1)] = ((eFuseWord[i][j] >> 8) & 0xff); in efuse_phymap_to_logical()197 kfree(eFuseWord); in efuse_phymap_to_logical()