Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 – 25 of 53) 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
91 mov temp2 = ar.bspstore; \
93 DATA_VA_TO_PA(temp2); \
97 mov ar.bspstore = temp2; \
101 mov temp2 = psr; \
104 dep temp2 = 0, temp2, PSR_IC, 2; \
106 mov psr.l = temp2; \
125 LOAD_PHYSICAL(p0, temp2, start_addr); \
127 mov cr.iip = temp2; \
163 #define VIRTUAL_MODE_ENTER(temp1, temp2, start_addr, old_psr) \ argument
[all …]
/Linux-v4.19/arch/ia64/kernel/
Dmca_asm.S413 #define temp2 r3 /* careful, it overlaps with input registers */ macro
462 GET_IA64_MCA_DATA(temp2)
464 add temp1=temp2, regs // struct ia64_sal_os_state on MCA or INIT stack
465 add temp2=temp2, ms // struct ia64_sal_os_state+8 on MCA or INIT stack
469 st8 [temp2]=r8,16 // pal_proc
472 st8 [temp2]=r11,16 // rv_rc
476 st8 [temp2]=r19 // monarch
479 add temp2=SOS(SAL_GP), regs
482 st8 [temp2]=r10,16 // sal_gp
486 st8 [temp2]=r6,16 // prev_IA64_KR_CURRENT
[all …]
/Linux-v4.19/drivers/char/agp/
Dintel-agp.c118 u16 temp2; in intel_configure() local
137 pci_read_config_word(agp_bridge->dev, INTEL_NBXCFG, &temp2); in intel_configure()
139 (temp2 & ~(1 << 10)) | (1 << 9)); in intel_configure()
148 u8 temp2; in intel_815_configure() local
178 pci_read_config_byte(agp_bridge->dev, INTEL_815_APCONT, &temp2); in intel_815_configure()
179 pci_write_config_byte(agp_bridge->dev, INTEL_815_APCONT, temp2 | (1 << 1)); in intel_815_configure()
207 u8 temp2; in intel_820_configure() local
228 pci_read_config_byte(agp_bridge->dev, INTEL_I820_RDCR, &temp2); in intel_820_configure()
229 pci_write_config_byte(agp_bridge->dev, INTEL_I820_RDCR, temp2 | (1 << 1)); in intel_820_configure()
237 u16 temp2; in intel_840_configure() local
[all …]
Dsworks-agp.c205 u32 temp2; in serverworks_fetch_size() local
212 pci_read_config_dword(agp_bridge->dev,serverworks_private.gart_addr_ofs,&temp2); in serverworks_fetch_size()
214 temp2 &= SVWRKS_SIZE_MASK; in serverworks_fetch_size()
217 if (temp2 == values[i].size_value) { in serverworks_fetch_size()
454 u32 temp, temp2; in agp_serverworks_probe() local
490 pci_read_config_dword(pdev, SVWRKS_APSIZE + 4, &temp2); in agp_serverworks_probe()
491 if (temp2 != 0) { in agp_serverworks_probe()
503 serverworks_private.mm_addr_ofs + 4, &temp2); in agp_serverworks_probe()
504 if (temp2 != 0) { in agp_serverworks_probe()
Defficeon-agp.c131 u16 temp2; in efficeon_configure() local
150 pci_read_config_word(agp_bridge->dev, INTEL_NBXCFG, &temp2); in efficeon_configure()
152 (temp2 & ~(1 << 10)) | (1 << 9) | (1 << 11)); in efficeon_configure()
/Linux-v4.19/drivers/acpi/acpica/
Ddbtest.c428 union acpi_object *temp2 = NULL; in acpi_db_test_integer_type() local
466 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp2); in acpi_db_test_integer_type()
471 if (temp2->integer.value != value_to_write) { in acpi_db_test_integer_type()
473 ACPI_FORMAT_UINT64(temp2->integer.value), in acpi_db_test_integer_type()
502 if (temp2) { in acpi_db_test_integer_type()
503 acpi_os_free(temp2); in acpi_db_test_integer_type()
530 union acpi_object *temp2 = NULL; in acpi_db_test_buffer_type() local
592 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp2); in acpi_db_test_buffer_type()
597 if (memcmp(temp2->buffer.pointer, buffer, byte_length)) { in acpi_db_test_buffer_type()
627 if (temp2) { in acpi_db_test_buffer_type()
[all …]
/Linux-v4.19/drivers/media/usb/dvb-usb/
Daf9005-fe.c137 u8 temp, temp0, temp1, temp2; in af9005_get_post_vit_err_cw_count() local
182 &temp2); in af9005_get_post_vit_err_cw_count()
185 err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0; in af9005_get_post_vit_err_cw_count()
237 u8 temp, temp0, temp1, temp2; in af9005_get_pre_vit_err_bit_count() local
263 &temp2); in af9005_get_pre_vit_err_bit_count()
266 *pre_err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0; in af9005_get_pre_vit_err_bit_count()
541 u8 temp0, temp1, temp2, temp3, buf[4]; in af9005_fe_program_cfoe() local
588 temp2 = (u8) ((NS_coeff1_2048Nu & 0x00FF0000) >> 16); in af9005_fe_program_cfoe()
593 buf[1] = temp2; in af9005_fe_program_cfoe()
623 temp2 = (u8) ((NS_coeff2_2k & 0x003FC000) >> 14); in af9005_fe_program_cfoe()
[all …]
/Linux-v4.19/arch/arm64/kernel/
Darmv8_deprecated.c276 #define __user_swpX_asm(data, addr, res, temp, temp2, B) \ argument
298 : "=&r" (res), "+r" (data), "=&r" (temp), "=&r" (temp2) \
306 #define __user_swp_asm(data, addr, res, temp, temp2) \ argument
307 __user_swpX_asm(data, addr, res, temp, temp2, "")
308 #define __user_swpb_asm(data, addr, res, temp, temp2) \ argument
309 __user_swpX_asm(data, addr, res, temp, temp2, "b")
329 unsigned long temp, temp2; in emulate_swpX() local
332 __user_swpb_asm(*data, address, res, temp, temp2); in emulate_swpX()
334 __user_swp_asm(*data, address, res, temp, temp2); in emulate_swpX()
/Linux-v4.19/arch/arm/include/asm/
Dedac.h30 unsigned int temp, temp2; in edac_atomic_scrub() local
42 : "=&r"(temp), "=&r"(temp2) in edac_atomic_scrub()
/Linux-v4.19/drivers/staging/xgifb/
Dvb_init.c392 static void XGI_SetDRAM_Helper(unsigned long P3d4, u8 seed, u8 temp2, u8 reg, in XGI_SetDRAM_Helper() argument
398 temp2 |= (((seed >> (2 * j)) & 0x03) << shift_factor); in XGI_SetDRAM_Helper()
399 xgifb_reg_set(P3d4, reg, temp2); in XGI_SetDRAM_Helper()
401 temp2 &= mask1; in XGI_SetDRAM_Helper()
402 temp2 += mask2; in XGI_SetDRAM_Helper()
410 unsigned char temp, temp1, temp2, temp3, j, k; in XGINew_SetDRAMDefaultRegister340() local
441 temp2 = 0x80; in XGINew_SetDRAMDefaultRegister340()
443 XGI_SetDRAM_Helper(P3d4, 0, temp2, 0x89, 0, 0xF0, 0x10); in XGINew_SetDRAMDefaultRegister340()
447 temp2 |= temp1; in XGINew_SetDRAMDefaultRegister340()
448 xgifb_reg_set(P3d4, 0x89, temp2); in XGINew_SetDRAMDefaultRegister340()
[all …]
Dvb_setmode.c749 unsigned short temp, ah, al, temp2, i, DisplayUnit; in XGI_SetCRT1Offset() local
756 temp2 = XGI330_RefIndex[RefreshRateTableIndex].Ext_InfoFlag; in XGI_SetCRT1Offset()
757 temp2 &= InterlaceMode; in XGI_SetCRT1Offset()
759 if (temp2) in XGI_SetCRT1Offset()
762 temp2 = pVBInfo->ModeType - ModeEGA; in XGI_SetCRT1Offset()
764 switch (temp2) { in XGI_SetCRT1Offset()
766 temp2 = 1; in XGI_SetCRT1Offset()
769 temp2 = 2; in XGI_SetCRT1Offset()
772 temp2 = 4; in XGI_SetCRT1Offset()
775 temp2 = 4; in XGI_SetCRT1Offset()
[all …]
/Linux-v4.19/drivers/media/dvb-frontends/
Dnxt200x.c832 u16 temp = 0, temp2; in nxt200x_read_snr() local
843 temp2 = 0x7FFF - temp; in nxt200x_read_snr()
846 if (temp2 > 0x7F00) in nxt200x_read_snr()
847 snrdb = 1000*24 + ( 1000*(30-24) * ( temp2 - 0x7F00 ) / ( 0x7FFF - 0x7F00 ) ); in nxt200x_read_snr()
848 else if (temp2 > 0x7EC0) in nxt200x_read_snr()
849 snrdb = 1000*18 + ( 1000*(24-18) * ( temp2 - 0x7EC0 ) / ( 0x7F00 - 0x7EC0 ) ); in nxt200x_read_snr()
850 else if (temp2 > 0x7C00) in nxt200x_read_snr()
851 snrdb = 1000*12 + ( 1000*(18-12) * ( temp2 - 0x7C00 ) / ( 0x7EC0 - 0x7C00 ) ); in nxt200x_read_snr()
853 snrdb = 1000*0 + ( 1000*(12-0) * ( temp2 - 0 ) / ( 0x7C00 - 0 ) ); in nxt200x_read_snr()
/Linux-v4.19/drivers/video/fbdev/sis/
Dinit.c1014 unsigned char cr5f, temp1, temp2; in SiS_GetSysFlags() local
1035 temp2 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x5c) & 0xf8; in SiS_GetSysFlags()
1036 if((!temp1) || (temp2)) { in SiS_GetSysFlags()
1689 unsigned short temp, temp1, temp2; in SiS_DoLowModeTest() local
1697 temp2 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x00); in SiS_DoLowModeTest()
1702 if(temp2 == 0x55) return false; in SiS_DoLowModeTest()
1705 if(temp2 != 0x55) return true; in SiS_DoLowModeTest()
1746 unsigned short temp1 = 0, temp2 = 0; in SiS_CloseCRTC()
1750 temp1 = 0xa0; temp2 = 0x08; in SiS_CloseCRTC()
1753 SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x56,0xe7,temp2); in SiS_CloseCRTC()
[all …]
/Linux-v4.19/sound/pci/ice1712/
Dphase.c704 int temp, temp2; in phase28_deemp_put() local
706 temp2 = temp; in phase28_deemp_put()
711 if (temp != temp2) { in phase28_deemp_put()
741 int temp, temp2; in phase28_oversampling_put() local
745 temp2 = temp; in phase28_oversampling_put()
752 if (temp != temp2) { in phase28_oversampling_put()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.c424 u16 temp1, temp2; in cmpk_handle_tx_rate_history() local
427 temp2 = ptemp[i] >> 16; in cmpk_handle_tx_rate_history()
428 ptemp[i] = (temp1 << 16) | temp2; in cmpk_handle_tx_rate_history()
/Linux-v4.19/Documentation/hwmon/
Dvt121144 temp2), 1 dedicated voltage (in5) and 2 fans. Additionally, the chip
61 Reading 3 temp2 Internal thermal diode
113 All temperature channels except temp2 are external. Temp2 is the VT1211
114 internal thermal diode and the driver does all the scaling for temp2 and
Dw8379547 7/ 8 | VDSEN15/TR2/TD2 | 22h | in18/temp2
100 4/ 5 | VDSEN15/TR2/TD2 | 22h | in18/temp2
Dw83l786ng31 degC for temp1 and temp2.
Dw83627ehf65 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.
91 temp2 -> pwm2
Dasb10049 0x0020 => temp2
Dw83791d65 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when
150 temp2 : alarms: 0x000020 beep_mask: 0x000020
/Linux-v4.19/drivers/pci/hotplug/
Dcpqphp_nvram.c132 u8 temp1, temp2, temp3, temp4, temp5, temp6; in check_for_compaq_ROM() local
136 temp2 = readb(rom_start + 0xffea + 1); in check_for_compaq_ROM()
142 (temp2 == 'O') && in check_for_compaq_ROM()
/Linux-v4.19/drivers/thermal/ti-soc-thermal/
Dti-bandgap.c684 u32 temp1, temp2, reg1, reg2; in ti_bandgap_get_trend() local
710 temp2 = ti_bandgap_readl(bgp, reg2); in ti_bandgap_get_trend()
711 temp2 &= tsr->bgap_dtemp_mask; in ti_bandgap_get_trend()
718 ret = ti_bandgap_adc_to_mcelsius(bgp, temp2, &t2); in ti_bandgap_get_trend()
/Linux-v4.19/drivers/media/i2c/
Dov5640.c1125 u8 temp1, temp2; in ov5640_get_sysclk() local
1131 temp2 = temp1 & 0x0f; in ov5640_get_sysclk()
1132 if (temp2 == 8 || temp2 == 10) in ov5640_get_sysclk()
1133 bit_div2x = temp2 / 2; in ov5640_get_sysclk()
1156 temp2 = temp1 & 0x03; in ov5640_get_sysclk()
1157 sclk_rdiv = sclk_rdiv_map[temp2]; in ov5640_get_sysclk()
/Linux-v4.19/arch/mips/include/asm/
Dstackframe.h142 .macro set_saved_sp stackp temp temp2
189 .macro set_saved_sp stackp temp temp2

123