Searched refs:temp4 (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | shpchprm_legacy.c | 77 u8 temp1, temp2, temp3, temp4; in detect_HRT_floating_pointer() local 86 temp4 = readb(fp + SIG3); in detect_HRT_floating_pointer() 87 if (temp1 == '$' && temp2 == 'H' && temp3 == 'R' && temp4 == 'T') { in detect_HRT_floating_pointer()
|
D | cpqphp_nvram.c | 146 u8 temp1, temp2, temp3, temp4, temp5, temp6; in check_for_compaq_ROM() local 152 temp4 = readb(rom_start + 0xffea + 3); in check_for_compaq_ROM() 158 (temp4 == 'P') && in check_for_compaq_ROM()
|
D | cpqphp_core.c | 137 u8 temp1, temp2, temp3, temp4; in detect_SMBIOS_pointer() local 146 temp4 = readb(fp+3); in detect_SMBIOS_pointer() 150 temp4 == '_') { in detect_SMBIOS_pointer()
|
D | cpqphp_pci.c | 98 u8 temp1, temp2, temp3, temp4; in detect_HRT_floating_pointer() local 107 temp4 = readb(fp + SIG3); in detect_HRT_floating_pointer() 111 temp4 == 'T') { in detect_HRT_floating_pointer()
|
/linux-2.4.37.9/drivers/scsi/ |
D | FlashPoint.c | 2417 USHORT temp,temp2,temp3,temp4,temp5,temp6; in SccbMgr_sense_adapter() local 2502 temp4 = 0x0000; in SccbMgr_sense_adapter() 2519 temp4 >>= 1; in SccbMgr_sense_adapter() 2538 temp4 |= 0x8000; in SccbMgr_sense_adapter() 2545 pCardInfo->si_per_targ_wide_nego = temp4; in SccbMgr_sense_adapter() 2977 u16bits temp,temp2,temp3,temp4; in probe_adapter() local 3068 temp4 = 0x0000; in probe_adapter() 3103 temp4 >>= 0x01; in probe_adapter() 3104 temp4 |= 0x8000; in probe_adapter() 3108 temp4 >>= 0x01; in probe_adapter() [all …]
|