Home
last modified time | relevance | path

Searched refs:eFuse_Addr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_efuse.c99 u16 eFuse_Addr = 0; in efuse_phymap_to_logical() local
127 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
130 eFuse_Addr++; in efuse_phymap_to_logical()
132 DBG_88E("EFUSE is empty efuse_Addr-%d efuse_data =%x\n", eFuse_Addr, rtemp8); in efuse_phymap_to_logical()
139 while ((rtemp8 != 0xFF) && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) { in efuse_phymap_to_logical()
143 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
145 eFuse_Addr++; in efuse_phymap_to_logical()
146 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()
148 if (rtemp8 != 0xFF && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) in efuse_phymap_to_logical()
149 eFuse_Addr++; in efuse_phymap_to_logical()
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_hal_init.c387 u16 eFuse_Addr = 0; in hal_ReadEFuse_WiFi() local
412 while (AVAILABLE_EFUSE_ADDR(eFuse_Addr)) { in hal_ReadEFuse_WiFi()
413 ReadEFuseByte23a(padapter, eFuse_Addr++, &efuseHeader); in hal_ReadEFuse_WiFi()
416 eFuse_Addr); in hal_ReadEFuse_WiFi()
424 ReadEFuseByte23a(padapter, eFuse_Addr++, &efuseExtHdr); in hal_ReadEFuse_WiFi()
443 ReadEFuseByte23a(padapter, eFuse_Addr++, in hal_ReadEFuse_WiFi()
447 ReadEFuseByte23a(padapter, eFuse_Addr++, in hal_ReadEFuse_WiFi()
456 eFuse_Addr += Efuse_CalculateWordCnts23a(wden) * 2; in hal_ReadEFuse_WiFi()
467 used = eFuse_Addr - 1; in hal_ReadEFuse_WiFi()
479 u16 eFuse_Addr; in hal_ReadEFuse_BT() local
[all …]