Lines Matching refs:tmp_u1b
906 u8 tmp_u1b; in rtl92de_hw_init() local
934 tmp_u1b = rtl_read_byte(rtlpriv, 0x605); in rtl92de_hw_init()
935 tmp_u1b = tmp_u1b | 0x30; in rtl92de_hw_init()
936 rtl_write_byte(rtlpriv, 0x605, tmp_u1b); in rtl92de_hw_init()
942 tmp_u1b = rtl_read_byte(rtlpriv, 0x4d0); in rtl92de_hw_init()
943 tmp_u1b = tmp_u1b | 0x1f; in rtl92de_hw_init()
944 rtl_write_byte(rtlpriv, 0x4d0, tmp_u1b); in rtl92de_hw_init()
948 tmp_u1b = rtl_read_byte(rtlpriv, 0x605); in rtl92de_hw_init()
949 tmp_u1b = tmp_u1b | 0x40; in rtl92de_hw_init()
950 rtl_write_byte(rtlpriv, 0x605, tmp_u1b); in rtl92de_hw_init()
1789 u8 tmp_u1b; in rtl92de_read_eeprom_info() local
1792 tmp_u1b = rtl_read_byte(rtlpriv, REG_9346CR); in rtl92de_read_eeprom_info()
1793 rtlefuse->autoload_status = tmp_u1b; in rtl92de_read_eeprom_info()
1794 if (tmp_u1b & BIT(4)) { in rtl92de_read_eeprom_info()
1801 if (tmp_u1b & BIT(5)) { in rtl92de_read_eeprom_info()