Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_efuse.c172 u8 Bytetemp = {0x00}; in EFUSE_Read1Byte() local
183 Bytetemp = rtw_read8(Adapter, EFUSE_CTRL + 2); in EFUSE_Read1Byte()
185 temp = ((Address >> 8) & 0x03) | (Bytetemp & 0xFC); in EFUSE_Read1Byte()
189 Bytetemp = rtw_read8(Adapter, EFUSE_CTRL + 3); in EFUSE_Read1Byte()
190 temp = Bytetemp & 0x7F; in EFUSE_Read1Byte()
194 Bytetemp = rtw_read8(Adapter, EFUSE_CTRL + 3); in EFUSE_Read1Byte()
195 while (!(Bytetemp & 0x80)) { in EFUSE_Read1Byte()
196 Bytetemp = rtw_read8(Adapter, EFUSE_CTRL + 3); in EFUSE_Read1Byte()