Searched refs:eFuse_Addr (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/staging/r8188eu/hal/ |
D | rtl8188e_hal_init.c | 72 u16 eFuse_Addr = 0; in efuse_phymap_to_logical() local 100 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 103 eFuse_Addr++; in efuse_phymap_to_logical() 105 DBG_88E("EFUSE is empty efuse_Addr-%d efuse_data =%x\n", eFuse_Addr, rtemp8); in efuse_phymap_to_logical() 112 while ((rtemp8 != 0xFF) && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) { in efuse_phymap_to_logical() 116 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 118 eFuse_Addr++; in efuse_phymap_to_logical() 119 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 121 if (rtemp8 != 0xFF && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) in efuse_phymap_to_logical() 122 eFuse_Addr++; in efuse_phymap_to_logical() [all …]
|
/Linux-v5.15/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_hal_init.c | 731 u16 eFuse_Addr = 0; in hal_ReadEFuse_WiFi() local 753 while (AVAILABLE_EFUSE_ADDR(eFuse_Addr)) { in hal_ReadEFuse_WiFi() 754 efuse_OneByteRead(padapter, eFuse_Addr++, &efuseHeader, bPseudoTest); in hal_ReadEFuse_WiFi() 762 efuse_OneByteRead(padapter, eFuse_Addr++, &efuseExtHdr, bPseudoTest); in hal_ReadEFuse_WiFi() 781 efuse_OneByteRead(padapter, eFuse_Addr++, &efuseData, bPseudoTest); in hal_ReadEFuse_WiFi() 784 efuse_OneByteRead(padapter, eFuse_Addr++, &efuseData, bPseudoTest); in hal_ReadEFuse_WiFi() 790 eFuse_Addr += Efuse_CalculateWordCnts(wden)*2; in hal_ReadEFuse_WiFi() 800 used = eFuse_Addr - 1; in hal_ReadEFuse_WiFi() 830 u16 eFuse_Addr; in hal_ReadEFuse_BT() local 856 eFuse_Addr = 0; in hal_ReadEFuse_BT() [all …]
|