Searched refs:efuseTbl (Results 1 – 2 of 2) sorted by relevance
70 u8 *efuseTbl = NULL; in efuse_phymap_to_logical() local79 efuseTbl = kzalloc(EFUSE_MAP_LEN_88E, GFP_KERNEL); in efuse_phymap_to_logical()80 if (!efuseTbl) { in efuse_phymap_to_logical()170 efuseTbl[(i * 8) + (j * 2)] = (eFuseWord[i][j] & 0xff); in efuse_phymap_to_logical()179 pbuf[i] = efuseTbl[_offset + i]; in efuse_phymap_to_logical()186 kfree(efuseTbl); in efuse_phymap_to_logical()729 u8 *efuseTbl = NULL; in Hal_EfuseReadEFuse88E() local746 efuseTbl = kzalloc(EFUSE_MAP_LEN_88E, GFP_KERNEL); in Hal_EfuseReadEFuse88E()747 if (!efuseTbl) { in Hal_EfuseReadEFuse88E()845 pbuf[i] = efuseTbl[_offset + i]; in Hal_EfuseReadEFuse88E()[all …]
730 u8 *efuseTbl = NULL; in hal_ReadEFuse_WiFi() local744 if (!efuseTbl) in hal_ReadEFuse_WiFi()782 efuseTbl[addr] = efuseData; in hal_ReadEFuse_WiFi()785 efuseTbl[addr+1] = efuseData; in hal_ReadEFuse_WiFi()796 pbuf[i] = efuseTbl[_offset+i]; in hal_ReadEFuse_WiFi()813 kfree(efuseTbl); in hal_ReadEFuse_WiFi()828 u8 *efuseTbl; in hal_ReadEFuse_BT() local844 if (!efuseTbl) in hal_ReadEFuse_BT()887 efuseTbl[addr] = efuseData; in hal_ReadEFuse_BT()909 pbuf[i] = efuseTbl[_offset+i]; in hal_ReadEFuse_BT()[all …]
Completed in 14 milliseconds