Searched refs:temp3 (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 85 temp3 = readb(fp + SIG2); 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 151 temp3 = readb(rom_start + 0xffea + 2); in check_for_compaq_ROM() 157 (temp3 == 'M') && in check_for_compaq_ROM()
|
D | cpqphp_core.c | 137 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()
|
D | cpqphp_pci.c | 98 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/ |
D | FlashPoint.c | 2417 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 …]
|