Home
last modified time | relevance | path

Searched refs:temp3 (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Dcpqphp_nvram.c132 u8 temp1, temp2, temp3, temp4, temp5, temp6; in check_for_compaq_ROM() local
137 temp3 = readb(rom_start + 0xffea + 2); in check_for_compaq_ROM()
143 (temp3 == 'M') && in check_for_compaq_ROM()
Dcpqphp_core.c87 u8 temp1, temp2, temp3, temp4; in detect_SMBIOS_pointer() local
95 temp3 = readb(fp+2); in detect_SMBIOS_pointer()
99 temp3 == 'M' && in detect_SMBIOS_pointer()
Dcpqphp_pci.c43 u8 temp1, temp2, temp3, temp4; in detect_HRT_floating_pointer() local
51 temp3 = readb(fp + SIG2); in detect_HRT_floating_pointer()
55 temp3 == 'R' && in detect_HRT_floating_pointer()
/linux-4.19.296/drivers/media/dvb-frontends/
Dmb86a16.c647 unsigned char temp1, temp2, temp3; in freqerr_chk() local
700 if (mb86a16_read(state, 0x24, &temp3) != 2) in freqerr_chk()
704 M = ((temp1 & 0x1f) << 12) + (temp2 << 4) + (temp3 >> 4); in freqerr_chk()