Searched refs:eFuse_Addr (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_efuse.c | 79 u16 eFuse_Addr = 0; in efuse_phymap_to_logical() local 111 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 114 eFuse_Addr++; in efuse_phymap_to_logical() 116 DBG_88E("EFUSE is empty efuse_Addr-%d efuse_data =%x\n", eFuse_Addr, rtemp8); in efuse_phymap_to_logical() 123 while ((rtemp8 != 0xFF) && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) { in efuse_phymap_to_logical() 127 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 129 eFuse_Addr++; in efuse_phymap_to_logical() 130 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 132 if (rtemp8 != 0xFF && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) in efuse_phymap_to_logical() 133 eFuse_Addr++; in efuse_phymap_to_logical() [all …]
|
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_hal_init.c | 870 u16 eFuse_Addr = 0; in hal_ReadEFuse_WiFi() local 912 while (AVAILABLE_EFUSE_ADDR(eFuse_Addr)) { in hal_ReadEFuse_WiFi() 913 efuse_OneByteRead(padapter, eFuse_Addr++, &efuseHeader, bPseudoTest); in hal_ReadEFuse_WiFi() 915 DBG_8192C("%s: data end at address =%#x\n", __func__, eFuse_Addr-1); in hal_ReadEFuse_WiFi() 925 efuse_OneByteRead(padapter, eFuse_Addr++, &efuseExtHdr, bPseudoTest); in hal_ReadEFuse_WiFi() 947 efuse_OneByteRead(padapter, eFuse_Addr++, &efuseData, bPseudoTest); in hal_ReadEFuse_WiFi() 951 efuse_OneByteRead(padapter, eFuse_Addr++, &efuseData, bPseudoTest); in hal_ReadEFuse_WiFi() 959 eFuse_Addr += Efuse_CalculateWordCnts(wden)*2; in hal_ReadEFuse_WiFi() 980 used = eFuse_Addr - 1; in hal_ReadEFuse_WiFi() 1010 u16 eFuse_Addr; in hal_ReadEFuse_BT() local [all …]
|