Searched refs:tmp8_ori (Results 1 – 1 of 1) sorted by relevance
138 u8 tmp8_ori, tmp8_new, tmp8_clk_ori, tmp8_clk_new; in r8712_eeprom_write16() local140 tmp8_ori = r8712_read8(padapter, 0x102502f1); in r8712_eeprom_write16()141 tmp8_new = tmp8_ori & 0xf7; in r8712_eeprom_write16()142 if (tmp8_ori != tmp8_new) in r8712_eeprom_write16()179 if (tmp8_new != tmp8_ori) in r8712_eeprom_write16()180 r8712_write8(padapter, 0x102502f1, tmp8_ori); in r8712_eeprom_write16()189 tmp8_ori = r8712_read8(padapter, 0x102502f1); in r8712_eeprom_read16()190 tmp8_new = tmp8_ori & 0xf7; in r8712_eeprom_read16()191 if (tmp8_ori != tmp8_new) in r8712_eeprom_read16()217 if (tmp8_new != tmp8_ori) in r8712_eeprom_read16()[all …]
Completed in 3 milliseconds