Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/acpi/acpica/
H A Ddbtest.c392 union acpi_object *temp3 = NULL; in acpi_db_test_integer_type() local
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
594 if (temp3) { in acpi_db_test_buffer_type()
595 acpi_os_free(temp3); in acpi_db_test_buffer_type()
620 union acpi_object *temp3 = NULL; in acpi_db_test_string_type() local
688 if (temp3) { in acpi_db_test_string_type()
[all …]
/linux-6.15/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()
680 buf[0] = temp3; in af9005_fe_program_cfoe()
711 buf[0] = temp3; in af9005_fe_program_cfoe()
739 temp3 = (u8) ((NS_coeff2_8k & 0x01C00000) >> 22); in af9005_fe_program_cfoe()
[all …]
/linux-6.15/Documentation/devicetree/bindings/hwmon/
H A Dti,lm87.yaml26 has-temp3:
65 has-temp3;
/linux-6.15/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 Dbel-pfe.rst111 - curr3, fan2, vout[2-7], vcap, pin2, pout2 and temp3 attributes only
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 Dlm87.rst83 - in0+in5 (default) or temp3
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 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 Ddme1737.rst149 temp3: Remote diode 2 (3904 type) temperature -127C - +127C
278 - 4: temp3
H A Dltc2978.rst372 temperatures, and temp3 reports the chip temperature.
/linux-6.15/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.c46 u8 temp1, temp2, temp3, temp4; in detect_HRT_floating_pointer() local
54 temp3 = readb(fp + SIG2); in detect_HRT_floating_pointer()
58 temp3 == 'R' && in detect_HRT_floating_pointer()
/linux-6.15/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-quanta-q71l.dts167 /* temp3 */
/linux-6.15/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()
/linux-6.15/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()
/linux-6.15/drivers/video/fbdev/sis/
H A Dinit.c3131 unsigned char temp1, temp2, temp3; in SiS_Handle760() local
3144 temp3 = SiS_GetRegByte((somebase + 0x85)) & 0xb7; in SiS_Handle760()
3149 temp3 |= 0x08; in SiS_Handle760()
3158 SiS_SetRegByte((somebase + 0x85), temp3); in SiS_Handle760()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-hwmon341 Bitfield, 1 is temp1, 2 is temp2, 4 is temp3 etc...
/linux-6.15/drivers/net/ethernet/nvidia/
H A Dforcedeth.c1622 u32 temp1, temp2, temp3; in nv_mac_reset() local
1630 temp3 = readl(base + NvRegTransmitPoll); in nv_mac_reset()
1642 writel(temp3, base + NvRegTransmitPoll); in nv_mac_reset()

12