Searched refs:eFuseWord (Results 1 – 1 of 1) sorted by relevance
75 u16 **eFuseWord = NULL; in efuse_phymap_to_logical() local86 if (!eFuseWord) { in efuse_phymap_to_logical()94 eFuseWord[i][j] = 0xFFFF; in efuse_phymap_to_logical()142 eFuseWord[offset][i] = (rtemp8 & 0xff); in efuse_phymap_to_logical()170 efuseTbl[(i * 8) + (j * 2)] = (eFuseWord[i][j] & 0xff); in efuse_phymap_to_logical()187 kfree(eFuseWord); in efuse_phymap_to_logical()734 u16 **eFuseWord = NULL; in Hal_EfuseReadEFuse88E() local753 if (!eFuseWord) { in Hal_EfuseReadEFuse88E()761 eFuseWord[i][j] = 0xFFFF; in Hal_EfuseReadEFuse88E()812 eFuseWord[offset][i] = (*rtemp8 & 0xff); in Hal_EfuseReadEFuse88E()[all …]
Completed in 7 milliseconds