Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/ia64/kernel/
H A Dmca_asm.S414 #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 …]
/openbmc/linux/drivers/acpi/acpica/
H A Ddbtest.c392 union acpi_object *temp3 = NULL; in acpi_db_test_integer_type() local
450 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp3); in acpi_db_test_integer_type()
455 if (temp3->integer.value != temp1->integer.value) { in acpi_db_test_integer_type()
457 ACPI_FORMAT_UINT64(temp3->integer.value), in acpi_db_test_integer_type()
468 if (temp3) { in acpi_db_test_integer_type()
469 acpi_os_free(temp3); in acpi_db_test_integer_type()
494 union acpi_object *temp3 = NULL; in acpi_db_test_buffer_type() local
577 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp3); in acpi_db_test_buffer_type()
582 if (memcmp(temp1->buffer.pointer, temp3->buffer.pointer, byte_length)) { in acpi_db_test_buffer_type()
594 if (temp3) { in acpi_db_test_buffer_type()
[all …]
/openbmc/u-boot/board/freescale/common/
H A Ddcu_sii9022a.c65 u32 temp3; in dcu_set_dvi_encoder() local
117 temp3 = temp1 * temp2; in dcu_set_dvi_encoder()
118 temp3 = (PICOS2KHZ(videomode->pixclock) * 1000) / temp3; in dcu_set_dvi_encoder()
119 temp1 = (u16)temp3 * 100; in dcu_set_dvi_encoder()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Daf9005-fe.c532 u8 temp0, temp1, temp2, temp3, buf[4]; in af9005_fe_program_cfoe() local
580 temp3 = (u8) ((NS_coeff1_2048Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe()
583 buf[0] = temp3; in af9005_fe_program_cfoe()
615 temp3 = (u8) ((NS_coeff2_2k & 0x01C00000) >> 22); in af9005_fe_program_cfoe()
618 buf[0] = temp3; in af9005_fe_program_cfoe()
646 temp3 = (u8) ((NS_coeff1_8191Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe()
649 buf[0] = temp3; in af9005_fe_program_cfoe()
677 temp3 = (u8) ((NS_coeff1_8192Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe()
680 buf[0] = temp3; in af9005_fe_program_cfoe()
708 temp3 = (u8) ((NS_coeff1_8193Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dlm87.txt10 - has-temp3: This configures pins 18 and 19 to be used as a second
28 has-temp3;
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb@1e780000/bus@1e78a000/i2c@80/
H A Dtmp75@4e.conf1 LABEL_temp1=temp3
/openbmc/linux/Documentation/hwmon/
H A Dthmc50.rst77 temp3
89 in the temp3 mode), five temperature readings and two fans.
H A Dw83795.rst59 9/ 10 VDSEN16/TR3/TD3 23h in19/temp3
115 6/ 7 VDSEN16/TR3/TD3 23h in19/temp3
H A Demc2103.rst35 as temp3 and temp4. If only one diode is attached to this channel, temp4
H A Dw83627ehf.rst99 degC for temp1 and 0.5 degC for temp2 and temp3. For temp4 and higher,
103 Alarms are only supported for temp1, temp2, and temp3.
126 temp3 -> pwm3 (not on 627UHG)
H A Dasb100.rst61 - 0x2000 => temp3
H A Dw83792d.rst59 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when
82 4 temp3
H A Dw83791d.rst76 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when
169 temp3 0x002000 0x000002 <== mismatch
H A Dbel-pfe.rst111 - curr3, fan2, vout[2-7], vcap, pin2, pout2 and temp3 attributes only
H A Dw83781d.rst160 0x000020 temp2 (+temp3 on W83781D)
168 0x002000 temp3 (W83782D only)
342 would control temp1, bit 3 temp2 and bit 5 temp3.
421 temp3, although it is possible that only the most significant bit matters
H A Dvt1211.rst70 UCH1/Reading2 in0 temp3 NTC type thermistor
128 temp1 and temp3-temp7, scaling depends on the board implementation and needs
H A Dlm87.rst83 - in0+in5 (default) or temp3
H A Ddme1737.rst149 temp3: Remote diode 2 (3904 type) temperature -127C - +127C
278 - 4: temp3
/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_nvram.c132 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()
H A Dcpqphp_core.c87 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()
H A Dcpqphp_pci.c43 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()
/openbmc/qemu/target/tricore/
H A Dtranslate.c325 TCGv temp3 = tcg_temp_new(); in gen_swapmsk() local
329 tcg_gen_andc_tl(temp3, temp, cpu_gpr_d[reg+1]); in gen_swapmsk()
330 tcg_gen_or_tl(temp2, temp2, temp3); in gen_swapmsk()
449 TCGv temp3 = tcg_temp_new(); in gen_addsub64_h() local
455 tcg_gen_xor_tl(temp3, r1_low, r2); in gen_addsub64_h()
457 tcg_gen_andc_tl(temp2, temp2, temp3); in gen_addsub64_h()
459 tcg_gen_and_tl(temp2, temp2, temp3); in gen_addsub64_h()
462 (*op2)(temp3, r1_high, r3); in gen_addsub64_h()
464 tcg_gen_xor_tl(cpu_PSW_V, temp3, r1_high); in gen_addsub64_h()
477 tcg_gen_mov_tl(ret_high, temp3); in gen_addsub64_h()
[all …]
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-quanta-q71l.dts167 /* temp3 */
/openbmc/linux/drivers/scsi/
H A DFlashPoint.c915 unsigned short temp, temp2, temp3, temp4, temp5, temp6; in FlashPoint_ProbeHostAdapter() local
983 temp3 = 0x0000; in FlashPoint_ProbeHostAdapter()
1003 temp3 >>= 1; in FlashPoint_ProbeHostAdapter()
1022 temp3 |= 0x8000; in FlashPoint_ProbeHostAdapter()
1031 pCardInfo->si_per_targ_no_disc = temp3; in FlashPoint_ProbeHostAdapter()
1130 temp3 = 0; in FlashPoint_ProbeHostAdapter()
1132 temp3 <<= 1; in FlashPoint_ProbeHostAdapter()
1134 temp3 |= 1; in FlashPoint_ProbeHostAdapter()
1140 if (!(temp3 & BIT(7))) in FlashPoint_ProbeHostAdapter()
1142 if (!(temp3 & BIT(6))) in FlashPoint_ProbeHostAdapter()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmb86a16.c635 unsigned char temp1, temp2, temp3; in freqerr_chk() local
688 if (mb86a16_read(state, 0x24, &temp3) != 2) in freqerr_chk()
692 M = ((temp1 & 0x1f) << 12) + (temp2 << 4) + (temp3 >> 4); in freqerr_chk()

12