Searched refs:efuseTbl (Results 1 – 2 of 2) sorted by relevance
77 u8 *efuseTbl = NULL; in efuse_phymap_to_logical() local87 efuseTbl = kzalloc(EFUSE_MAP_LEN_88E, GFP_KERNEL); in efuse_phymap_to_logical()88 if (!efuseTbl) 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()190 pbuf[i] = efuseTbl[_offset + i]; in efuse_phymap_to_logical()200 kfree(efuseTbl); in efuse_phymap_to_logical()
869 u8 *efuseTbl = NULL; in hal_ReadEFuse_WiFi() local885 efuseTbl = rtw_malloc(EFUSE_MAX_MAP_LEN); in hal_ReadEFuse_WiFi()886 if (!efuseTbl) { in hal_ReadEFuse_WiFi()891 memset(efuseTbl, 0xFF, EFUSE_MAX_MAP_LEN); in hal_ReadEFuse_WiFi()897 efuse_OneByteRead(padapter, i, &efuseTbl[i], false); in hal_ReadEFuse_WiFi()902 printk("%02X ", efuseTbl[i]); in hal_ReadEFuse_WiFi()949 efuseTbl[addr] = efuseData; in hal_ReadEFuse_WiFi()953 efuseTbl[addr+1] = efuseData; in hal_ReadEFuse_WiFi()965 pbuf[i] = efuseTbl[_offset+i]; in hal_ReadEFuse_WiFi()993 kfree(efuseTbl); in hal_ReadEFuse_WiFi()[all …]