Searched refs:temp4 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | mca_asm.S | 415 #define temp4 r14 define 520 mov temp4=b7 524 st8 [temp2]=temp4,PT(AR_SSD)-PT(B7) // save b7 526 mov temp4=ar.ssd 530 st8 [temp2]=temp4,PT(AR_PFS)-PT(AR_SSD) // save ar.ssd 532 mov temp4=ar.pfs 535 st8 [temp2]=temp4,PT(AR_BSPSTORE)-PT(AR_PFS) // save ar.pfs 537 mov temp4=ar.bspstore 540 st8 [temp2]=temp4,PT(AR_FPSR)-PT(AR_BSPSTORE) // save ar.bspstore 543 sub temp3=temp3, temp4 // a [all...] |
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | mca_asm.S | 415 #define temp4 r14 define 520 mov temp4=b7 524 st8 [temp2]=temp4,PT(AR_SSD)-PT(B7) // save b7 526 mov temp4=ar.ssd 530 st8 [temp2]=temp4,PT(AR_PFS)-PT(AR_SSD) // save ar.ssd 532 mov temp4=ar.pfs 535 st8 [temp2]=temp4,PT(AR_BSPSTORE)-PT(AR_PFS) // save ar.pfs 537 mov temp4=ar.bspstore 540 st8 [temp2]=temp4,PT(AR_FPSR)-PT(AR_BSPSTORE) // save ar.bspstore 543 sub temp3=temp3, temp4 // a [all...] |
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpqphp_nvram.c | 132 u8 temp1, temp2, temp3, temp4, temp5, temp6; in check_for_compaq_ROM() local 138 temp4 = readb(rom_start + 0xffea + 3); in check_for_compaq_ROM() 144 (temp4 == 'P') && in check_for_compaq_ROM()
|
H A D | cpqphp_pci.c | 43 u8 temp1, temp2, temp3, temp4; in detect_HRT_floating_pointer() local 52 temp4 = readb(fp + SIG3); in detect_HRT_floating_pointer() 56 temp4 == 'T') { in detect_HRT_floating_pointer()
|
H A D | cpqphp_core.c | 87 u8 temp1, temp2, temp3, temp4; in detect_SMBIOS_pointer() local 96 temp4 = readb(fp+3); in detect_SMBIOS_pointer() 100 temp4 == '_') { in detect_SMBIOS_pointer()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpqphp_nvram.c | 132 u8 temp1, temp2, temp3, temp4, temp5, temp6; in check_for_compaq_ROM() local 138 temp4 = readb(rom_start + 0xffea + 3); in check_for_compaq_ROM() 144 (temp4 == 'P') && in check_for_compaq_ROM()
|
H A D | cpqphp_core.c | 87 u8 temp1, temp2, temp3, temp4; in detect_SMBIOS_pointer() local 96 temp4 = readb(fp+3); in detect_SMBIOS_pointer() 100 temp4 == '_') { in detect_SMBIOS_pointer()
|
H A D | cpqphp_pci.c | 43 u8 temp1, temp2, temp3, temp4; in detect_HRT_floating_pointer() local 52 temp4 = readb(fp + SIG3); in detect_HRT_floating_pointer() 56 temp4 == 'T') { in detect_HRT_floating_pointer()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | FlashPoint.c | 943 unsigned short temp, temp2, temp3, temp4, temp5, temp6; in FlashPoint_ProbeHostAdapter() local 1012 temp4 = 0x0000; in FlashPoint_ProbeHostAdapter() 1032 temp4 >>= 1; in FlashPoint_ProbeHostAdapter() 1053 temp4 |= 0x8000; in FlashPoint_ProbeHostAdapter() 1060 pCardInfo->si_per_targ_wide_nego = temp4; in FlashPoint_ProbeHostAdapter()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | FlashPoint.c | 915 unsigned short temp, temp2, temp3, temp4, temp5, temp6; in FlashPoint_ProbeHostAdapter() local 984 temp4 = 0x0000; in FlashPoint_ProbeHostAdapter() 1004 temp4 >>= 1; in FlashPoint_ProbeHostAdapter() 1025 temp4 |= 0x8000; in FlashPoint_ProbeHostAdapter() 1032 pCardInfo->si_per_targ_wide_nego = temp4; in FlashPoint_ProbeHostAdapter()
|
Completed in 27 milliseconds