Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_efuse.c67 u8 Bytetemp = {0x00}; in EFUSE_Read1Byte() local
78 Bytetemp = rtw_read8(Adapter, EFUSE_CTRL + 2); in EFUSE_Read1Byte()
80 temp = ((Address >> 8) & 0x03) | (Bytetemp & 0xFC); in EFUSE_Read1Byte()
84 Bytetemp = rtw_read8(Adapter, EFUSE_CTRL + 3); in EFUSE_Read1Byte()
85 temp = Bytetemp & 0x7F; in EFUSE_Read1Byte()
89 Bytetemp = rtw_read8(Adapter, EFUSE_CTRL + 3); in EFUSE_Read1Byte()
90 while (!(Bytetemp & 0x80)) { in EFUSE_Read1Byte()
91 Bytetemp = rtw_read8(Adapter, EFUSE_CTRL + 3); in EFUSE_Read1Byte()