Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dshpchprm_legacy.c77 u8 temp1, temp2, temp3, temp4; in detect_HRT_floating_pointer() local
85 temp3 = readb(fp + SIG2); in detect_HRT_floating_pointer()
87 if (temp1 == '$' && temp2 == 'H' && temp3 == 'R' && temp4 == 'T') { in detect_HRT_floating_pointer()
Dcpqphp_nvram.c146 u8 temp1, temp2, temp3, temp4, temp5, temp6; in check_for_compaq_ROM() local
151 temp3 = readb(rom_start + 0xffea + 2); in check_for_compaq_ROM()
157 (temp3 == 'M') && in check_for_compaq_ROM()
Dcpqphp_core.c137 u8 temp1, temp2, temp3, temp4; in detect_SMBIOS_pointer() local
145 temp3 = readb(fp+2); in detect_SMBIOS_pointer()
149 temp3 == 'M' && in detect_SMBIOS_pointer()
Dcpqphp_pci.c98 u8 temp1, temp2, temp3, temp4; in detect_HRT_floating_pointer() local
106 temp3 = readb(fp + SIG2); in detect_HRT_floating_pointer()
110 temp3 == 'R' && in detect_HRT_floating_pointer()
/linux-2.4.37.9/drivers/scsi/
DFlashPoint.c2417 USHORT temp,temp2,temp3,temp4,temp5,temp6; in SccbMgr_sense_adapter() local
2501 temp3 = 0x0000; in SccbMgr_sense_adapter()
2518 temp3 >>= 1; in SccbMgr_sense_adapter()
2535 temp3 |= 0x8000; in SccbMgr_sense_adapter()
2544 pCardInfo->si_per_targ_no_disc = temp3; in SccbMgr_sense_adapter()
2646 temp3 = 0; in SccbMgr_sense_adapter()
2649 temp3 <<= 1; in SccbMgr_sense_adapter()
2651 temp3 |= 1; in SccbMgr_sense_adapter()
2657 if (!(temp3 & BIT(7))) in SccbMgr_sense_adapter()
2659 if (!(temp3 & BIT(6))) in SccbMgr_sense_adapter()
[all …]