/Linux-v4.19/arch/ia64/kernel/ |
D | mca_asm.S | 414 #define temp3 r7 macro 519 mov temp3=b6 523 st8 [temp1]=temp3,PT(AR_CSD)-PT(B6) // save b6 525 mov temp3=ar.csd 529 st8 [temp1]=temp3,PT(AR_UNAT)-PT(AR_CSD) // save ar.csd 531 mov temp3=ar.unat 534 st8 [temp1]=temp3,PT(AR_RNAT)-PT(AR_UNAT) // save ar.unat 536 mov temp3=ar.rnat 539 st8 [temp1]=temp3,PT(LOADRS)-PT(AR_RNAT) // save ar.rnat 541 mov temp3=ar.bsp [all …]
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | dbtest.c | 429 union acpi_object *temp3 = NULL; in acpi_db_test_integer_type() local 487 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp3); in acpi_db_test_integer_type() 492 if (temp3->integer.value != temp1->integer.value) { in acpi_db_test_integer_type() 494 ACPI_FORMAT_UINT64(temp3->integer.value), in acpi_db_test_integer_type() 505 if (temp3) { in acpi_db_test_integer_type() 506 acpi_os_free(temp3); in acpi_db_test_integer_type() 531 union acpi_object *temp3 = NULL; in acpi_db_test_buffer_type() local 613 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp3); in acpi_db_test_buffer_type() 618 if (memcmp(temp1->buffer.pointer, temp3->buffer.pointer, byte_length)) { in acpi_db_test_buffer_type() 630 if (temp3) { in acpi_db_test_buffer_type() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/hwmon/ |
D | lm87.txt | 10 - has-temp3: This configures pins 18 and 19 to be used as a second 28 has-temp3;
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | af9005-fe.c | 541 u8 temp0, temp1, temp2, temp3, buf[4]; in af9005_fe_program_cfoe() local 589 temp3 = (u8) ((NS_coeff1_2048Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe() 592 buf[0] = temp3; in af9005_fe_program_cfoe() 624 temp3 = (u8) ((NS_coeff2_2k & 0x01C00000) >> 22); in af9005_fe_program_cfoe() 627 buf[0] = temp3; in af9005_fe_program_cfoe() 655 temp3 = (u8) ((NS_coeff1_8191Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe() 658 buf[0] = temp3; in af9005_fe_program_cfoe() 686 temp3 = (u8) ((NS_coeff1_8192Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe() 689 buf[0] = temp3; in af9005_fe_program_cfoe() 717 temp3 = (u8) ((NS_coeff1_8193Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe() [all …]
|
/Linux-v4.19/Documentation/hwmon/ |
D | thmc50 | 64 temp3 -- 2nd remote only for ADM1022 73 in the temp3 mode), five temperature readings and two fans.
|
D | w83795 | 48 9/ 10 | VDSEN16/TR3/TD3 | 23h | in19/temp3 101 6/ 7 | VDSEN16/TR3/TD3 | 23h | in19/temp3
|
D | emc2103 | 31 as temp3 and temp4. If only one diode is attached to this channel, temp4
|
D | w83627ehf | 65 degC for temp1 and and 0.5 degC for temp2 and temp3. For temp4 and higher, 69 Alarms are only supported for temp1, temp2, and temp3. 92 temp3 -> pwm3 (not on 627UHG)
|
D | asb100 | 57 0x2000 => temp3
|
D | w83791d | 65 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when 151 temp3 : alarms: 0x002000 beep_mask: 0x000002 <== mismatch
|
D | w83792d | 54 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when 75 4 - temp3
|
D | vt1211 | 62 UCH1/Reading2 in0 temp3 NTC type thermistor 116 temp1 and temp3-temp7, scaling depends on the board implementation and needs
|
D | lm87 | 74 - in0+in5 (default) or temp3
|
D | w83781d | 132 0x000020: temp2 (+temp3 on W83781D) 140 0x002000: temp3 (W83782D only) 295 would control temp1, bit 3 temp2 and bit 5 temp3. 368 temp3, although it is possible that only the most significant bit matters
|
D | dme1737 | 126 temp3: Remote diode 2 (3904 type) temperature -127C - +127C 247 4: temp3
|
D | ltc2978 | 149 temp1 and temp2 report external temperatures, and temp3
|
/Linux-v4.19/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-v4.19/drivers/staging/xgifb/ |
D | vb_init.c | 410 unsigned char temp, temp1, temp2, temp3, j, k; in XGINew_SetDRAMDefaultRegister340() local 426 temp3 = 0; in XGINew_SetDRAMDefaultRegister340() 429 xgifb_reg_and_or(P3d4, 0x6E, 0xFC, temp3); in XGINew_SetDRAMDefaultRegister340() 431 temp3 += 0x01; in XGINew_SetDRAMDefaultRegister340() 453 temp3 = temp & 0x80; in XGINew_SetDRAMDefaultRegister340() 456 xgifb_reg_or(P3d4, 0x40, temp3); /* CR40_D[7] */ in XGINew_SetDRAMDefaultRegister340()
|
D | vb_setmode.c | 1397 unsigned long temp, temp1, temp2, temp3, push3; in XGI_SetLVDSRegs() local 1582 temp3 = tempax; in XGI_SetLVDSRegs() 1585 temp1 /= temp3; in XGI_SetLVDSRegs() 1586 temp3 <<= 16; in XGI_SetLVDSRegs() 1589 temp3 = (temp3 & 0xffff0000) + (temp1 & 0xffff); in XGI_SetLVDSRegs() 1591 tempax = (unsigned short)(temp3 & 0xff); in XGI_SetLVDSRegs() 1602 tempax |= (unsigned short)((temp3 >> 8) & 0x07); in XGI_SetLVDSRegs() 1608 temp3 >>= 16; in XGI_SetLVDSRegs() 1611 temp3 >>= 1; in XGI_SetLVDSRegs() 1614 (unsigned short)((temp3 >> 8) & 0xff)); in XGI_SetLVDSRegs() [all …]
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | aspeed-bmc-quanta-q71l.dts | 131 /* temp3 */
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/scsi/ |
D | FlashPoint.c | 943 unsigned short temp, temp2, temp3, temp4, temp5, temp6; in FlashPoint_ProbeHostAdapter() local 1011 temp3 = 0x0000; in FlashPoint_ProbeHostAdapter() 1031 temp3 >>= 1; in FlashPoint_ProbeHostAdapter() 1047 temp3 |= 0x8000; in FlashPoint_ProbeHostAdapter() 1056 pCardInfo->si_per_targ_no_disc = temp3; in FlashPoint_ProbeHostAdapter() 1155 temp3 = 0; in FlashPoint_ProbeHostAdapter() 1157 temp3 <<= 1; in FlashPoint_ProbeHostAdapter() 1159 temp3 |= 1; in FlashPoint_ProbeHostAdapter() 1165 if (!(temp3 & BIT(7))) in FlashPoint_ProbeHostAdapter() 1167 if (!(temp3 & BIT(6))) in FlashPoint_ProbeHostAdapter()
|
/Linux-v4.19/drivers/video/fbdev/sis/ |
D | init.c | 3133 unsigned char temp1, temp2, temp3; in SiS_Handle760() local 3146 temp3 = SiS_GetRegByte((somebase + 0x85)) & 0xb7; in SiS_Handle760() 3151 temp3 |= 0x08; in SiS_Handle760() 3160 SiS_SetRegByte((somebase + 0x85), temp3); in SiS_Handle760()
|