Searched refs:tmpu8 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl8712_efuse.c40 u8 tmpu8 = 0; efuse_reg_ctrl() local
46 tmpu8 = r8712_read8(padapter, EFUSE_TEST + 3); efuse_reg_ctrl()
47 tmpu8 |= 0x80; efuse_reg_ctrl()
48 r8712_write8(padapter, EFUSE_TEST + 3, tmpu8); efuse_reg_ctrl()
57 tmpu8 = r8712_read8(padapter, EFUSE_TEST + 3); efuse_reg_ctrl()
58 tmpu8 &= 0x7F; efuse_reg_ctrl()
59 r8712_write8(padapter, EFUSE_TEST + 3, tmpu8); efuse_reg_ctrl()

Completed in 45 milliseconds