Searched refs:temp3 (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/pci/hotplug/ |
D | cpqphp_nvram.c | 132 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()
|
D | cpqphp_core.c | 87 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()
|
D | cpqphp_pci.c | 43 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/ |
D | mb86a16.c | 647 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()
|