Searched refs:temp2 (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/arch/arm/include/asm/
H A Dedac.h19 unsigned int temp, temp2; local
31 : "=&r"(temp), "=&r"(temp2)
/linux-master/drivers/ras/amd/atl/
H A Dinternal.h246 u64 temp1, temp2; local
260 temp2 = data & GENMASK_ULL(63, bit_num);
261 temp2 <<= num_bits;
263 return temp1 | temp2;
275 u64 temp1, temp2; local
285 temp2 = GENMASK_ULL(63, high_bit + 1) & data;
286 temp2 >>= high_bit - low_bit + 1;
288 return temp1 | temp2;
/linux-master/drivers/char/agp/
H A Dintel-agp.c118 u16 temp2; local
137 pci_read_config_word(agp_bridge->dev, INTEL_NBXCFG, &temp2);
139 (temp2 & ~(1 << 10)) | (1 << 9));
148 u8 temp2; local
178 pci_read_config_byte(agp_bridge->dev, INTEL_815_APCONT, &temp2);
179 pci_write_config_byte(agp_bridge->dev, INTEL_815_APCONT, temp2 | (1 << 1));
207 u8 temp2; local
228 pci_read_config_byte(agp_bridge->dev, INTEL_I820_RDCR, &temp2);
229 pci_write_config_byte(agp_bridge->dev, INTEL_I820_RDCR, temp2 | (1 << 1));
237 u16 temp2; local
265 u8 temp2; local
299 u16 temp2; local
327 u16 temp2; local
355 u16 temp2; local
383 u16 temp2; local
[all...]
H A Dsworks-agp.c205 u32 temp2; local
212 pci_read_config_dword(agp_bridge->dev,serverworks_private.gart_addr_ofs,&temp2);
214 temp2 &= SVWRKS_SIZE_MASK;
217 if (temp2 == values[i].size_value) {
451 u32 temp, temp2; local
487 pci_read_config_dword(pdev, SVWRKS_APSIZE + 4, &temp2);
488 if (temp2 != 0) {
500 serverworks_private.mm_addr_ofs + 4, &temp2);
501 if (temp2 != 0) {
H A Defficeon-agp.c131 u16 temp2; local
150 pci_read_config_word(agp_bridge->dev, INTEL_NBXCFG, &temp2);
152 (temp2 & ~(1 << 10)) | (1 << 9) | (1 << 11));
/linux-master/drivers/acpi/acpica/
H A Ddbtest.c391 union acpi_object *temp2 = NULL; local
429 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp2);
434 if (temp2->integer.value != value_to_write) {
436 ACPI_FORMAT_UINT64(temp2->integer.value),
465 if (temp2) {
466 acpi_os_free(temp2);
493 union acpi_object *temp2 = NULL; local
556 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp2);
561 if (memcmp(temp2->buffer.pointer, buffer, byte_length)) {
591 if (temp2) {
619 union acpi_object *temp2 = NULL; local
[all...]
/linux-master/arch/arm64/kernel/
H A Darmv8_deprecated.c96 #define __user_swpX_asm(data, addr, res, temp, temp2, B) \
113 : "=&r" (res), "+r" (data), "=&r" (temp), "=&r" (temp2) \
120 #define __user_swp_asm(data, addr, res, temp, temp2) \
121 __user_swpX_asm(data, addr, res, temp, temp2, "")
122 #define __user_swpb_asm(data, addr, res, temp, temp2) \
123 __user_swpX_asm(data, addr, res, temp, temp2, "b")
143 unsigned long temp, temp2; local
146 __user_swpb_asm(*data, address, res, temp, temp2);
148 __user_swp_asm(*data, address, res, temp, temp2);
/linux-master/drivers/media/usb/dvb-usb/
H A Daf9005-fe.c128 u8 temp, temp0, temp1, temp2; local
173 &temp2);
176 err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0;
228 u8 temp, temp0, temp1, temp2; local
254 &temp2);
257 *pre_err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0;
532 u8 temp0, temp1, temp2, temp3, buf[4]; local
579 temp2 = (u8) ((NS_coeff1_2048Nu & 0x00FF0000) >> 16);
584 buf[1] = temp2;
614 temp2
808 u8 temp, temp0 = 0, temp1 = 0, temp2 = 0; local
1096 u8 temp, temp0, temp1, temp2; local
[all...]
/linux-master/arch/loongarch/include/asm/
H A Dstackframe.h42 .macro JUMP_VIRT_ADDR temp1 temp2
44 pcaddi \temp2, 0 variable
45 or \temp1, \temp1, \temp2
102 .macro set_saved_sp stackp temp temp2
/linux-master/drivers/media/dvb-frontends/
H A Dnxt200x.c807 u16 temp = 0, temp2; local
818 temp2 = 0x7FFF - temp;
821 if (temp2 > 0x7F00)
822 snrdb = 1000*24 + ( 1000*(30-24) * ( temp2 - 0x7F00 ) / ( 0x7FFF - 0x7F00 ) );
823 else if (temp2 > 0x7EC0)
824 snrdb = 1000*18 + ( 1000*(24-18) * ( temp2 - 0x7EC0 ) / ( 0x7F00 - 0x7EC0 ) );
825 else if (temp2 > 0x7C00)
826 snrdb = 1000*12 + ( 1000*(18-12) * ( temp2 - 0x7C00 ) / ( 0x7EC0 - 0x7C00 ) );
828 snrdb = 1000*0 + ( 1000*(12-0) * ( temp2 - 0 ) / ( 0x7C00 - 0 ) );
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_nvram.c132 u8 temp1, temp2, temp3, temp4, temp5, temp6; local
136 temp2 = readb(rom_start + 0xffea + 1);
142 (temp2 == 'O') &&
H A Dcpqphp_core.c87 u8 temp1, temp2, temp3, temp4; local
94 temp2 = readb(fp+1);
98 temp2 == 'S' &&
H A Dcpqphp_pci.c43 u8 temp1, temp2, temp3, temp4; local
50 temp2 = readb(fp + SIG1);
54 temp2 == 'H' &&
/linux-master/sound/pci/ice1712/
H A Dphase.c690 int temp, temp2; local
692 temp2 = temp;
697 if (temp != temp2) {
727 int temp, temp2; local
731 temp2 = temp;
738 if (temp != temp2) {
H A Daureon.c1339 int temp, temp2; local
1340 temp2 = temp = wm_get(ice, WM_DAC_CTRL2);
1345 if (temp != temp2) {
1371 int temp, temp2; local
1374 temp2 = temp = wm_get(ice, WM_MASTER);
1381 if (temp != temp2) {
/linux-master/drivers/video/fbdev/sis/
H A Dinit.c1014 unsigned char cr5f, temp1, temp2; local
1035 temp2 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x5c) & 0xf8;
1036 if((!temp1) || (temp2)) {
1689 unsigned short temp, temp1, temp2; local
1697 temp2 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x00);
1702 if(temp2 == 0x55) return false;
1705 if(temp2 != 0x55) return true;
1746 unsigned short temp1 = 0, temp2 = 0;
1750 temp1 = 0xa0; temp2 = 0x08;
1753 SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x56,0xe7,temp2);
2231 unsigned short temp1, temp2; local
2291 unsigned short temp1, temp2; local
3131 unsigned char temp1, temp2, temp3; local
[all...]
H A Dsis_main.c2528 u8 temp1, temp2; local
2544 temp2 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x0e);
2545 if(((temp2 & 0x07) == 0x01) || (temp2 & 0x04)) {
2549 temp2 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x25);
2550 if(temp2 != temp1) temp1 = temp2;
2610 temp2 = SiS_GetCH701x(&ivideo->SiS_Pr, 0x20);
2611 temp2 |= 0x01;
2612 SiS_SetCH701x(&ivideo->SiS_Pr, 0x20, temp2);
[all...]
/linux-master/arch/mips/include/asm/
H A Dstackframe.h142 .macro set_saved_sp stackp temp temp2
189 .macro set_saved_sp stackp temp temp2
/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c983 struct fixed31_32 temp2; local
1016 temp2 = dc_fixpt_mul(three, t2);
1020 dc_fixpt_sub(temp1, temp2)));
1024 dc_fixpt_sub(temp2, temp1)));
1027 temp2 = dc_fixpt_sub(dc_fixpt_one, ks);
1030 E2 = dc_fixpt_add(E2, dc_fixpt_mul(temp2,
1036 temp2 = dc_fixpt_mul(temp1, temp1);
1037 temp2 = dc_fixpt_mul(temp2, temp2);
[all...]
/linux-master/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.c685 u32 temp1, temp2, reg1, reg2; local
711 temp2 = ti_bandgap_readl(bgp, reg2);
712 temp2 &= tsr->bgap_dtemp_mask;
719 ret = ti_bandgap_adc_to_mcelsius(bgp, temp2, &t2);
/linux-master/arch/parisc/kernel/
H A Dunaligned.c139 unsigned long val = 0, temp1, temp2; local
157 : "+r" (val), "+r" (ret), "=&r" (temp1), "=&r" (temp2)
/linux-master/drivers/gpu/drm/bridge/
H A Dlontium-lt9611.c274 unsigned int temp, temp2; local
281 ret = regmap_read(lt9611->regmap, reg + 1, &temp2);
285 return (temp + temp2);
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-core.c2801 int temp, temp2; local
2814 temp2 = (tmp[0] << 3) | (tmp[1] >> 5);
2815 temp2 *= 125;
2816 return sprintf(buf, "%d %d\n", temp, temp2);
3100 __ATTR_MRO(temp2, ctemp_show),
3239 u32 temp, temp2, pwm; local
3249 temp2 = (ddblreadl(link, TEMPMON_SENSOR1) >> 8) & 0xFF;
3250 if (temp2 & 0x80)
3251 temp2 = 0;
3252 if (temp2 > tem
[all...]
/linux-master/drivers/platform/x86/
H A Dhdaps.c447 static DEVICE_ATTR(temp2, 0444, hdaps_temp2_show, NULL);
/linux-master/drivers/media/i2c/
H A Dov5640.c1865 u8 temp1, temp2; local
1871 temp2 = temp1 & 0x0f;
1872 if (temp2 == 8 || temp2 == 10)
1873 bit_div2x = temp2 / 2;
1896 temp2 = temp1 & 0x03;
1897 sclk_rdiv = sclk_rdiv_map[temp2];

Completed in 266 milliseconds

12