Lines Matching refs:tmp_u1b
884 u8 tmp_u1b; in rtl92de_hw_init() local
912 tmp_u1b = rtl_read_byte(rtlpriv, 0x605); in rtl92de_hw_init()
913 tmp_u1b = tmp_u1b | 0x30; in rtl92de_hw_init()
914 rtl_write_byte(rtlpriv, 0x605, tmp_u1b); in rtl92de_hw_init()
920 tmp_u1b = rtl_read_byte(rtlpriv, 0x4d0); in rtl92de_hw_init()
921 tmp_u1b = tmp_u1b | 0x1f; in rtl92de_hw_init()
922 rtl_write_byte(rtlpriv, 0x4d0, tmp_u1b); in rtl92de_hw_init()
926 tmp_u1b = rtl_read_byte(rtlpriv, 0x605); in rtl92de_hw_init()
927 tmp_u1b = tmp_u1b | 0x40; in rtl92de_hw_init()
928 rtl_write_byte(rtlpriv, 0x605, tmp_u1b); in rtl92de_hw_init()
1762 u8 tmp_u1b; in rtl92de_read_eeprom_info() local
1765 tmp_u1b = rtl_read_byte(rtlpriv, REG_9346CR); in rtl92de_read_eeprom_info()
1766 rtlefuse->autoload_status = tmp_u1b; in rtl92de_read_eeprom_info()
1767 if (tmp_u1b & BIT(4)) { in rtl92de_read_eeprom_info()
1774 if (tmp_u1b & BIT(5)) { in rtl92de_read_eeprom_info()