Lines Matching refs:tmp_u1b
911 u8 tmp_u1b; in rtl92de_hw_init() local
939 tmp_u1b = rtl_read_byte(rtlpriv, 0x605); in rtl92de_hw_init()
940 tmp_u1b = tmp_u1b | 0x30; in rtl92de_hw_init()
941 rtl_write_byte(rtlpriv, 0x605, tmp_u1b); in rtl92de_hw_init()
947 tmp_u1b = rtl_read_byte(rtlpriv, 0x4d0); in rtl92de_hw_init()
948 tmp_u1b = tmp_u1b | 0x1f; in rtl92de_hw_init()
949 rtl_write_byte(rtlpriv, 0x4d0, tmp_u1b); in rtl92de_hw_init()
953 tmp_u1b = rtl_read_byte(rtlpriv, 0x605); in rtl92de_hw_init()
954 tmp_u1b = tmp_u1b | 0x40; in rtl92de_hw_init()
955 rtl_write_byte(rtlpriv, 0x605, tmp_u1b); in rtl92de_hw_init()
1842 u8 tmp_u1b; in rtl92de_read_eeprom_info() local
1845 tmp_u1b = rtl_read_byte(rtlpriv, REG_9346CR); in rtl92de_read_eeprom_info()
1846 rtlefuse->autoload_status = tmp_u1b; in rtl92de_read_eeprom_info()
1847 if (tmp_u1b & BIT(4)) { in rtl92de_read_eeprom_info()
1854 if (tmp_u1b & BIT(5)) { in rtl92de_read_eeprom_info()