Home
last modified time | relevance | path

Searched refs:temp1 (Results 1 – 25 of 55) sorted by relevance

123

/linux/drivers/acpi/acpica/
H A Ddbtest.c390 union acpi_object *temp1 = NULL; in acpi_db_test_integer_type() local
405 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp1); in acpi_db_test_integer_type()
412 ACPI_FORMAT_UINT64(temp1->integer.value)); in acpi_db_test_integer_type()
415 if (temp1->integer.value == value_to_write) { in acpi_db_test_integer_type()
442 write_value.integer.value = temp1->integer.value; in acpi_db_test_integer_type()
455 if (temp3->integer.value != temp1->integer.value) { in acpi_db_test_integer_type()
458 ACPI_FORMAT_UINT64(temp1->integer.value)); in acpi_db_test_integer_type()
462 if (temp1) { in acpi_db_test_integer_type()
463 acpi_os_free(temp1); in acpi_db_test_integer_type()
492 union acpi_object *temp1 = NULL; in acpi_db_test_buffer_type() local
[all …]
/linux/drivers/media/usb/dvb-usb/
H A Daf9005-fe.c64 u8 temp0, temp1; in af9005_read_word_agc() local
68 if ((ret = af9005_read_ofdm_register(d, reghi, &temp1))) in af9005_read_word_agc()
72 *value = ((u16) (temp1 & 0x03) << 8) + (u16) temp0; in af9005_read_word_agc()
75 *value = ((u16) (temp1 & 0x0C) << 6) + (u16) temp0; in af9005_read_word_agc()
78 *value = ((u16) (temp1 & 0x30) << 4) + (u16) temp0; in af9005_read_word_agc()
81 *value = ((u16) (temp1 & 0xC0) << 2) + (u16) temp0; in af9005_read_word_agc()
128 u8 temp, temp0, temp1, temp2; in af9005_get_post_vit_err_cw_count() local
155 &temp1); in af9005_get_post_vit_err_cw_count()
158 loc_abort_count = ((u16) temp1 << 8) + temp0; in af9005_get_post_vit_err_cw_count()
168 &temp1); in af9005_get_post_vit_err_cw_count()
[all …]
/linux/arch/parisc/kernel/
H A Dunaligned.c114 unsigned long val = 0, temp1; in emulate_ldh() local
128 : "+r" (val), "+r" (ret), "=&r" (temp1) in emulate_ldh()
142 unsigned long val = 0, temp1, temp2; in emulate_ldw() local
160 : "+r" (val), "+r" (ret), "=&r" (temp1), "=&r" (temp2) in emulate_ldw()
175 unsigned long shift, temp1; in emulate_ldd() local
198 : "+r" (val), "+r" (ret), "+r" (saddr), "=&r" (shift), "=&r" (temp1) in emulate_ldd()
216 : "+r" (val), "+r" (ret), "+r" (saddr), "=&r" (shift), "=&r" (temp1) in emulate_ldd()
232 unsigned long val = regs->gr[frreg], temp1; in emulate_sth() local
249 : "+r" (ret), "=&r" (temp1) in emulate_sth()
/linux/arch/m68k/lib/
H A Dmemset.c39 size_t temp1; in memset() local
58 : "=a" (ls), "=d" (temp), "=&d" (temp1) in memset()
H A Dmemcpy.c50 size_t temp1; in memcpy() local
69 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1) in memcpy()
/linux/drivers/video/fbdev/sis/
H A Dinit.c1014 unsigned char cr5f, temp1, temp2; in SiS_GetSysFlags() local
1033 temp1 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x5c) & 0xf8; in SiS_GetSysFlags()
1036 if((!temp1) || (temp2)) { in SiS_GetSysFlags()
1052 temp1 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x5c) & 0xf8; in SiS_GetSysFlags()
1053 switch(temp1) { in SiS_GetSysFlags()
1689 unsigned short temp, temp1, temp2; in SiS_DoLowModeTest() local
1695 temp1 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x00); in SiS_DoLowModeTest()
1698 SiS_SetReg(SiS_Pr->SiS_P3d4,0x00,temp1); in SiS_DoLowModeTest()
1746 unsigned short temp1 = 0, temp2 = 0; in SiS_CloseCRTC()
1750 temp1 = 0xa0; temp2 = 0x08; in SiS_CloseCRTC()
[all …]
H A Dinit301.c711 unsigned short temp1, temp2; in SiS_SaveCRT2Info() local
715 temp1 = (SiS_Pr->SiS_VBInfo & SetInSlaveMode) >> 8; in SiS_SaveCRT2Info()
717 SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x31,temp2,temp1); in SiS_SaveCRT2Info()
729 unsigned short temp,temp1; in SiS_CR36BIOSWord23b() local
734 temp1 = SISGETROMW(0x23b); in SiS_CR36BIOSWord23b()
735 if(temp1 & temp) return true; in SiS_CR36BIOSWord23b()
745 unsigned short temp,temp1; in SiS_CR36BIOSWord23d() local
750 temp1 = SISGETROMW(0x23d); in SiS_CR36BIOSWord23d()
751 if(temp1 & temp) return true; in SiS_CR36BIOSWord23d()
1531 unsigned short temp, temp1, resinfo = 0, romindex = 0; in SiS_SetTVMode() local
[all …]
/linux/drivers/usb/host/
H A Dehci-hub.c743 u32 temp, temp1, status; in ehci_hub_control() local
818 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
819 ehci_writel(ehci, temp1 & ~HOSTPC_PHCD, in ehci_hub_control()
988 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
989 status |= ehci_port_speed(ehci, temp1); in ehci_hub_control()
1070 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1071 ehci_writel(ehci, temp1 | HOSTPC_PHCD, in ehci_hub_control()
1073 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1075 wIndex, (temp1 & HOSTPC_PHCD) ? in ehci_hub_control()
/linux/arch/loongarch/include/asm/
H A Dstackframe.h73 .macro JUMP_VIRT_ADDR temp1 temp2
74 PTR_LI \temp1, CACHE_BASE
76 PTR_BSTRINS \temp1, \temp2, (DMW_PABITS - 1), 0
77 jirl zero, \temp1, 0xc
/linux/drivers/char/
H A Dnwflash.c297 int temp, temp1; in erase_block() local
383 if ((temp1 = *(volatile unsigned int *) pWritePtr) != 0xFFFFFFFF) { in erase_block()
385 pWritePtr, temp1); in erase_block()
/linux/Documentation/hwmon/
H A Dmax31760.rst74 …nels_temp Temperature source for auto fan control. 1: temp1, 2: temp2, 3: max(temp1, temp2)
H A Dw83795.rst57 5/ 6 VDSEN14/TR1/TD1 21h in17/temp1
113 2/ 3 VDSEN14/TR1/TD1 21h in17/temp1
H A Dvt1211.rst50 capabilities. It monitors 2 dedicated temperature sensor inputs (temp1 and
68 Reading 1 temp1 Intel thermal diode
128 temp1 and temp3-temp7, scaling depends on the board implementation and needs
134 compute temp1 (@-Offset)/Gain, (@*Gain)+Offset
H A Dw83l786ng.rst36 degC for temp1 and temp2.
H A Dw83781d.rst109 hysteresis value for temp1 to 127 at initialization.
159 0x000010 temp1
215 783s pin is programmable for -5V or temp1; defaults to -5V,
216 no control in driver so temp1 doesn't work.
342 would control temp1, bit 3 temp2 and bit 5 temp3.
420 Looks like bits 1-0 are for temp1, bits 3-2 for temp2 and bits 5-4 for
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.
124 temp1 -> pwm1
H A Dntc_thermistor.rst111 Note that each NTC thermistor has only _one_ thermistor; thus, only temp1 exists.
H A Dasb100.rst52 - 0x0010 => temp1 [1]_
H A Dw83791d.rst76 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when
167 temp1 0x000010 0x000010
/linux/drivers/macintosh/
H A Dwindfarm_pm72.c309 s32 temp0, power0, temp1, power1, t_max = 0; in cpu_fans_tick_combined() local
329 err = read_one_cpu_vals(1, &temp1, &power1); in cpu_fans_tick_combined()
337 t_max = max(t_max, max(temp0, temp1)); in cpu_fans_tick_combined()
344 temp = max(temp0, temp1); in cpu_fans_tick_combined()
/linux/drivers/pci/hotplug/
H A Dcpqphp_nvram.c132 u8 temp1, temp2, temp3, temp4, temp5, temp6; in check_for_compaq_ROM() local
135 temp1 = readb(rom_start + 0xffea + 0); in check_for_compaq_ROM()
141 if ((temp1 == 'C') && in check_for_compaq_ROM()
/linux/drivers/media/dvb-frontends/
H A Dmb86a16.c635 unsigned char temp1, temp2, temp3; in freqerr_chk() local
651 if (mb86a16_read(state, 0x49, &temp1) != 2) in freqerr_chk()
654 afcen = (temp1 & 0x04) >> 2; in freqerr_chk()
656 if (mb86a16_read(state, 0x2a, &temp1) != 2) in freqerr_chk()
658 afcexen = (temp1 & 0x20) >> 5; in freqerr_chk()
684 if (mb86a16_read(state, 0x22, &temp1) != 2) in freqerr_chk()
691 R = (temp1 & 0xe0) >> 5; in freqerr_chk()
692 M = ((temp1 & 0x1f) << 12) + (temp2 << 4) + (temp3 >> 4); in freqerr_chk()
/linux/drivers/hwmon/
H A Dw83791d.c293 s8 temp1[3]; /* current, over, thyst */ member
929 return sprintf(buf, "%d\n", TEMP1_FROM_REG(data->temp1[attr->index])); in show_temp1()
947 data->temp1[nr] = TEMP1_TO_REG(val); in store_temp1()
948 w83791d_write(client, W83791D_REG_TEMP1[nr], data->temp1[nr]); in store_temp1()
1564 data->temp1[i] = w83791d_read(client, in w83791d_update_device()
1639 dev_dbg(dev, "temp1[%d] is: 0x%02x\n", i, (u8) data->temp1[i]); in w83791d_print_debug()
H A Dw83792d.c273 u8 temp1[3]; /* current, over, thyst */ member
493 return sprintf(buf, "%d\n", TEMP1_FROM_REG(data->temp1[nr])); in show_temp1()
511 data->temp1[nr] = TEMP1_TO_REG(val); in store_temp1()
513 data->temp1[nr]); in store_temp1()
1522 data->temp1[i] = w83792d_read_value(client, in w83792d_update_device()
1623 dev_dbg(dev, "temp1[%d] is: 0x%x\n", i, data->temp1[i]); in w83792d_print_debug()
/linux/drivers/video/fbdev/
H A Dpm3fb.c1231 unsigned long tempBypass, i, temp1, temp2; in pm3fb_size_memory() local
1266 temp1 = fb_readl((screen_mem + (i * 1048576))); in pm3fb_size_memory()
1269 if (temp1 == (i * 0x00345678)) in pm3fb_size_memory()
1288 temp1 = in pm3fb_size_memory()
1293 if ((temp1 == (i * 0x00345678)) && (temp2 == 0)) in pm3fb_size_memory()

123