Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/ia64/include/asm/
Dmca_asm.h83 #define PHYSICAL_MODE_ENTER(temp1, temp2, start_addr, old_psr) \ argument
95 mov temp1 = ar.rnat; \
99 mov ar.rnat = temp1; \
100 mov temp1 = psr; \
109 dep temp1 = 0, temp1, 32, 32; \
111 dep temp1 = 0, temp1, PSR_IT, 1; \
113 dep temp1 = 0, temp1, PSR_DT, 1; \
115 dep temp1 = 0, temp1, PSR_RT, 1; \
117 dep temp1 = 0, temp1, PSR_I, 1; \
119 dep temp1 = 0, temp1, PSR_IC, 1; \
[all …]
/Linux-v4.19/arch/ia64/kernel/
Dmca_asm.S412 #define temp1 r2 /* careful, it overlaps with input registers */ macro
464 add temp1=temp2, regs // struct ia64_sal_os_state on MCA or INIT stack
467 mov regs=temp1 // save the start of sos
468 st8 [temp1]=r1,16 // os_gp
471 st8 [temp1]=r9,16 // sal_proc
475 st8 [temp1]=r18 // proc_state_param
478 add temp1=SOS(SAL_RA), regs
481 st8 [temp1]=r12,16 // sal_ra
485 st8 [temp1]=r17,16 // pal_min_state
489 st8 [temp1]=r6,16 // prev_IA64_KR_CURRENT_STACK
[all …]
/Linux-v4.19/drivers/acpi/acpica/
Ddbtest.c427 union acpi_object *temp1 = NULL; in acpi_db_test_integer_type() local
442 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp1); in acpi_db_test_integer_type()
449 ACPI_FORMAT_UINT64(temp1->integer.value)); in acpi_db_test_integer_type()
452 if (temp1->integer.value == value_to_write) { in acpi_db_test_integer_type()
479 write_value.integer.value = temp1->integer.value; in acpi_db_test_integer_type()
492 if (temp3->integer.value != temp1->integer.value) { in acpi_db_test_integer_type()
495 ACPI_FORMAT_UINT64(temp1->integer.value)); in acpi_db_test_integer_type()
499 if (temp1) { in acpi_db_test_integer_type()
500 acpi_os_free(temp1); in acpi_db_test_integer_type()
529 union acpi_object *temp1 = NULL; in acpi_db_test_buffer_type() local
[all …]
/Linux-v4.19/drivers/media/usb/dvb-usb/
Daf9005-fe.c73 u8 temp0, temp1; in af9005_read_word_agc() local
77 if ((ret = af9005_read_ofdm_register(d, reghi, &temp1))) in af9005_read_word_agc()
81 *value = ((u16) (temp1 & 0x03) << 8) + (u16) temp0; in af9005_read_word_agc()
84 *value = ((u16) (temp1 & 0x0C) << 6) + (u16) temp0; in af9005_read_word_agc()
87 *value = ((u16) (temp1 & 0x30) << 4) + (u16) temp0; in af9005_read_word_agc()
90 *value = ((u16) (temp1 & 0xC0) << 2) + (u16) temp0; in af9005_read_word_agc()
137 u8 temp, temp0, temp1, temp2; in af9005_get_post_vit_err_cw_count() local
164 &temp1); in af9005_get_post_vit_err_cw_count()
167 loc_abort_count = ((u16) temp1 << 8) + temp0; in af9005_get_post_vit_err_cw_count()
177 &temp1); in af9005_get_post_vit_err_cw_count()
[all …]
/Linux-v4.19/arch/m68k/lib/
Dmemset.c39 size_t temp1; in memset() local
58 : "=a" (ls), "=d" (temp), "=&d" (temp1) in memset()
Dmemcpy.c50 size_t temp1; in memcpy() local
69 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1) in memcpy()
/Linux-v4.19/sound/pci/emu10k1/
Dmemory.c583 int page, nextofs, end_offset, temp, temp1; in snd_emu10k1_synth_bzero() local
593 temp1 = end_offset - offset; in snd_emu10k1_synth_bzero()
594 if (temp1 < temp) in snd_emu10k1_synth_bzero()
595 temp = temp1; in snd_emu10k1_synth_bzero()
613 int page, nextofs, end_offset, temp, temp1; in snd_emu10k1_synth_copy_from_user() local
623 temp1 = end_offset - offset; in snd_emu10k1_synth_copy_from_user()
624 if (temp1 < temp) in snd_emu10k1_synth_copy_from_user()
625 temp = temp1; in snd_emu10k1_synth_copy_from_user()
/Linux-v4.19/drivers/w1/masters/
Dds2482.c447 int temp1; in ds2482_probe() local
473 temp1 = i2c_smbus_read_byte(client); in ds2482_probe()
474 if (temp1 != (DS2482_REG_STS_LL | DS2482_REG_STS_RST)) { in ds2482_probe()
476 "0x%02X - not a DS2482\n", temp1); in ds2482_probe()
/Linux-v4.19/drivers/media/i2c/
Dov5640.c1125 u8 temp1, temp2; in ov5640_get_sysclk() local
1128 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL0, &temp1); in ov5640_get_sysclk()
1131 temp2 = temp1 & 0x0f; in ov5640_get_sysclk()
1135 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL1, &temp1); in ov5640_get_sysclk()
1138 sysdiv = temp1 >> 4; in ov5640_get_sysclk()
1142 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL2, &temp1); in ov5640_get_sysclk()
1145 multiplier = temp1; in ov5640_get_sysclk()
1147 ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL3, &temp1); in ov5640_get_sysclk()
1150 prediv = temp1 & 0x0f; in ov5640_get_sysclk()
1151 pll_rdiv = ((temp1 >> 4) & 0x01) + 1; in ov5640_get_sysclk()
[all …]
/Linux-v4.19/drivers/hwmon/
Dsmm665.c474 SMM665_ATTR(temp1, input, SMM665_MISC16_ADC_DATA_INT_TEMP);
475 SMM665_ATTR(temp1, min, SMM665_MISC16_ADC_DATA_INT_TEMP);
476 SMM665_ATTR(temp1, max, SMM665_MISC16_ADC_DATA_INT_TEMP);
477 SMM665_ATTR(temp1, lcrit, SMM665_MISC16_ADC_DATA_INT_TEMP);
478 SMM665_ATTR(temp1, crit, SMM665_MISC16_ADC_DATA_INT_TEMP);
479 SMM665_ATTR(temp1, crit_alarm, SMM665_FAULT_TEMP);
/Linux-v4.19/drivers/video/fbdev/sis/
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 …]
Dinit301.c712 unsigned short temp1, temp2; in SiS_SaveCRT2Info() local
716 temp1 = (SiS_Pr->SiS_VBInfo & SetInSlaveMode) >> 8; in SiS_SaveCRT2Info()
718 SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x31,temp2,temp1); in SiS_SaveCRT2Info()
730 unsigned short temp,temp1; in SiS_CR36BIOSWord23b() local
735 temp1 = SISGETROMW(0x23b); in SiS_CR36BIOSWord23b()
736 if(temp1 & temp) return true; in SiS_CR36BIOSWord23b()
746 unsigned short temp,temp1; in SiS_CR36BIOSWord23d() local
751 temp1 = SISGETROMW(0x23d); in SiS_CR36BIOSWord23d()
752 if(temp1 & temp) return true; in SiS_CR36BIOSWord23d()
1534 unsigned short temp, temp1, resinfo = 0, romindex = 0; in SiS_SetTVMode() local
[all …]
Dsis_main.c2559 u8 temp1, temp2; in SiS_SenseCh() local
2573 temp1 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x25); in SiS_SenseCh()
2581 if(temp2 != temp1) temp1 = temp2; in SiS_SenseCh()
2583 if((temp1 >= 0x22) && (temp1 <= 0x50)) { in SiS_SenseCh()
2585 temp1 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x0e); in SiS_SenseCh()
2586 if((temp1 & 0x03) != 0x03) { in SiS_SenseCh()
2597 temp1 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x10); in SiS_SenseCh()
2598 if(!(temp1 & 0x08)) test[i] = 0x02; in SiS_SenseCh()
2599 else if(!(temp1 & 0x02)) test[i] = 0x01; in SiS_SenseCh()
2604 if(test[0] == test[1]) temp1 = test[0]; in SiS_SenseCh()
[all …]
/Linux-v4.19/drivers/char/
Dnwflash.c296 int temp, temp1; in erase_block() local
382 if ((temp1 = *(volatile unsigned int *) pWritePtr) != 0xFFFFFFFF) { in erase_block()
384 pWritePtr, temp1); in erase_block()
/Linux-v4.19/drivers/usb/host/
Dehci-hub.c879 u32 temp, temp1, status; in ehci_hub_control() local
953 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
954 ehci_writel(ehci, temp1 & ~HOSTPC_PHCD, in ehci_hub_control()
1116 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1117 status |= ehci_port_speed(ehci, temp1); in ehci_hub_control()
1198 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1199 ehci_writel(ehci, temp1 | HOSTPC_PHCD, in ehci_hub_control()
1201 temp1 = ehci_readl(ehci, hostpc_reg); in ehci_hub_control()
1203 wIndex, (temp1 & HOSTPC_PHCD) ? in ehci_hub_control()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.c424 u16 temp1, temp2; in cmpk_handle_tx_rate_history() local
426 temp1 = ptemp[i] & 0x0000FFFF; in cmpk_handle_tx_rate_history()
428 ptemp[i] = (temp1 << 16) | temp2; in cmpk_handle_tx_rate_history()
/Linux-v4.19/Documentation/hwmon/
Dvt121143 capabilities. It monitors 2 dedicated temperature sensor inputs (temp1 and
60 Reading 1 temp1 Intel thermal diode
116 temp1 and temp3-temp7, scaling depends on the board implementation and needs
122 compute temp1 (@-Offset)/Gain, (@*Gain)+Offset
Dw8379546 5/ 6 | VDSEN14/TR1/TD1 | 21h | in17/temp1
99 2/ 3 | VDSEN14/TR1/TD1 | 21h | in17/temp1
Dw83l786ng31 degC for temp1 and temp2.
/Linux-v4.19/drivers/macintosh/
Dwindfarm_pm72.c310 s32 temp0, power0, temp1, power1, t_max = 0; in cpu_fans_tick_combined() local
330 err = read_one_cpu_vals(1, &temp1, &power1); in cpu_fans_tick_combined()
338 t_max = max(t_max, max(temp0, temp1)); in cpu_fans_tick_combined()
345 temp = max(temp0, temp1); in cpu_fans_tick_combined()
/Linux-v4.19/drivers/staging/xgifb/
Dvb_init.c410 unsigned char temp, temp1, temp2, temp3, j, k; in XGINew_SetDRAMDefaultRegister340() local
446 temp1 = temp & 0x03; in XGINew_SetDRAMDefaultRegister340()
447 temp2 |= temp1; in XGINew_SetDRAMDefaultRegister340()
451 temp1 = temp & 0x0F; in XGINew_SetDRAMDefaultRegister340()
454 xgifb_reg_set(P3d4, 0x45, temp1); /* CR45 */ in XGINew_SetDRAMDefaultRegister340()
1192 unsigned char i, temp = 0, temp1; in XGIInitNew() local
1292 temp1 = xgifb_reg_get(pVBInfo->P3d4, 0x7B); in XGIInitNew()
Dvb_setmode.c1397 unsigned long temp, temp1, temp2, temp3, push3; in XGI_SetLVDSRegs() local
1530 temp1 = (temp << 18) / tempbx; in XGI_SetLVDSRegs()
1535 temp1 += 1; in XGI_SetLVDSRegs()
1537 temp2 = temp1; in XGI_SetLVDSRegs()
1575 temp1 = tempcx << 16; in XGI_SetLVDSRegs()
1577 tempax = (unsigned short)(temp1 / tempbx); in XGI_SetLVDSRegs()
1583 temp1 = pVBInfo->VGAHDE << 16; in XGI_SetLVDSRegs()
1585 temp1 /= temp3; in XGI_SetLVDSRegs()
1587 temp1 -= 1; in XGI_SetLVDSRegs()
1589 temp3 = (temp3 & 0xffff0000) + (temp1 & 0xffff); in XGI_SetLVDSRegs()
[all …]
/Linux-v4.19/drivers/pci/hotplug/
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-v4.19/drivers/media/dvb-frontends/
Dmb86a16.c647 unsigned char temp1, temp2, temp3; in freqerr_chk() local
663 if (mb86a16_read(state, 0x49, &temp1) != 2) in freqerr_chk()
666 afcen = (temp1 & 0x04) >> 2; in freqerr_chk()
668 if (mb86a16_read(state, 0x2a, &temp1) != 2) in freqerr_chk()
670 afcexen = (temp1 & 0x20) >> 5; in freqerr_chk()
696 if (mb86a16_read(state, 0x22, &temp1) != 2) in freqerr_chk()
703 R = (temp1 & 0xe0) >> 5; in freqerr_chk()
704 M = ((temp1 & 0x1f) << 12) + (temp2 << 4) + (temp3 >> 4); in freqerr_chk()
/Linux-v4.19/drivers/thermal/ti-soc-thermal/
Dti-bandgap.c684 u32 temp1, temp2, reg1, reg2; in ti_bandgap_get_trend() local
707 temp1 = ti_bandgap_readl(bgp, reg1); in ti_bandgap_get_trend()
708 temp1 &= tsr->bgap_dtemp_mask; in ti_bandgap_get_trend()
714 ret = ti_bandgap_adc_to_mcelsius(bgp, temp1, &t1); in ti_bandgap_get_trend()

123