Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 – 25 of 75) sorted by relevance

123

/openbmc/linux/arch/ia64/include/asm/
H A Dmca_asm.h93 DATA_VA_TO_PA(temp2); \
101 mov temp2 = psr; \
104 dep temp2 = 0, temp2, PSR_IC, 2; \
106 mov psr.l = temp2; \
127 mov cr.iip = temp2; \
164 mov temp2 = psr; \
166 mov old_psr = temp2; \
168 dep temp2 = 0, temp2, PSR_IC, 2; \
170 mov psr.l = temp2; \
187 mov temp2 = 1; \
[all …]
/openbmc/linux/arch/ia64/kernel/
H A Dmca_asm.S465 add temp2=temp2, ms // struct ia64_sal_os_state+8 on MCA or INIT stack
521 add temp2=PT(B7), regs
559 stf.spill [temp2]=f10
568 add temp2=SW(F3), regs
724 add regs=temp2, regs
727 add temp2=SW(F3), regs
730 ldf.fill f3=[temp2],32
733 ldf.fill f5=[temp2],32
815 ldf.fill f11=[temp2]
991 mov ar.rsc=temp2
[all …]
/openbmc/u-boot/drivers/ddr/fsl/
H A Dlc_common_dimm_params.c82 unsigned int temp1, temp2; in compute_cas_latency() local
104 temp2 = 0; in compute_cas_latency()
119 temp1 &= temp2; in compute_cas_latency()
128 temp2 = 0; in compute_cas_latency()
131 temp2 = __ilog2(temp1); in compute_cas_latency()
142 temp2, i, mclk_ps, in compute_cas_latency()
180 temp1 &= ~(1 << temp2); in compute_cas_latency()
256 unsigned int temp1, temp2; in compute_lowest_common_dimm_parameters() local
401 temp1 = temp2 = 0; in compute_lowest_common_dimm_parameters()
411 temp2 = 1; in compute_lowest_common_dimm_parameters()
[all …]
/openbmc/linux/drivers/char/agp/
H A 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
207 u8 temp2; in intel_820_configure() local
237 u16 temp2; in intel_840_configure() local
265 u8 temp2; in intel_845_configure() local
299 u16 temp2; in intel_850_configure() local
327 u16 temp2; in intel_860_configure() local
355 u16 temp2; in intel_830mp_configure() local
[all …]
H A 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()
451 u32 temp, temp2; in agp_serverworks_probe() local
487 pci_read_config_dword(pdev, SVWRKS_APSIZE + 4, &temp2); in agp_serverworks_probe()
488 if (temp2 != 0) { in agp_serverworks_probe()
500 serverworks_private.mm_addr_ofs + 4, &temp2); in agp_serverworks_probe()
501 if (temp2 != 0) { in agp_serverworks_probe()
H A 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()
/openbmc/qemu/target/tricore/
H A Dtranslate.c332 tcg_gen_or_tl(temp2, temp2, temp3); in gen_swapmsk()
459 tcg_gen_andc_tl(temp2, temp2, temp3); in gen_addsub64_h()
461 tcg_gen_and_tl(temp2, temp2, temp3); in gen_addsub64_h()
1130 TCGv temp, temp2; in gen_madd64_q() local
1863 TCGv temp, temp2; in gen_msub64_q() local
2902 TCGv temp, temp2; in gen_compute_branch() local
3163 TCGv temp, temp2; in decode_src_opc() local
5377 TCGv temp, temp2; in decode_rcr_cond_select() local
7888 tcg_gen_shl_tl(temp2, temp2, temp); in decode_rrrw_extract_insert()
8091 tcg_gen_andi_tl(temp2, temp2, ~(0x1u << bpos)); in decode_32Bit_opc()
[all …]
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc178 TCGv temp1, temp2, zero, one, mone, min;
181 temp2 = tcg_temp_new();
193 tcg_gen_and_tl(temp1, temp1, temp2);
201 tcg_gen_movcond_tl(TCG_COND_EQ, temp2, source2, zero, one, temp2);
203 tcg_gen_div_tl(ret, temp1, temp2);
221 TCGv temp1, temp2, zero, one, max;
224 temp2 = tcg_temp_new();
235 tcg_gen_divu_tl(ret, temp1, temp2);
256 temp2 = tcg_temp_new();
268 tcg_gen_and_tl(temp1, temp1, temp2);
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Ddbtest.c391 union acpi_object *temp2 = NULL; in acpi_db_test_integer_type() local
434 if (temp2->integer.value != value_to_write) { in acpi_db_test_integer_type()
465 if (temp2) { in acpi_db_test_integer_type()
466 acpi_os_free(temp2); in acpi_db_test_integer_type()
493 union acpi_object *temp2 = NULL; in acpi_db_test_buffer_type() local
591 if (temp2) { in acpi_db_test_buffer_type()
592 acpi_os_free(temp2); in acpi_db_test_buffer_type()
619 union acpi_object *temp2 = NULL; in acpi_db_test_string_type() local
656 temp2->string.pointer, value_to_write); in acpi_db_test_string_type()
685 if (temp2) { in acpi_db_test_string_type()
[all …]
/openbmc/u-boot/board/freescale/common/
H A Ddcu_sii9022a.c64 u16 temp1, temp2; in dcu_set_dvi_encoder() local
109 temp2 = videomode->vsync_len + videomode->upper_margin + in dcu_set_dvi_encoder()
111 temp = (u8)(temp2 & 0xFF); in dcu_set_dvi_encoder()
113 temp = (u8)(temp2 >> 8); in dcu_set_dvi_encoder()
117 temp3 = temp1 * temp2; in dcu_set_dvi_encoder()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Daf9005-fe.c128 u8 temp, temp0, temp1, temp2; in af9005_get_post_vit_err_cw_count() local
173 &temp2); in af9005_get_post_vit_err_cw_count()
228 u8 temp, temp0, temp1, temp2; in af9005_get_pre_vit_err_bit_count() local
254 &temp2); in af9005_get_pre_vit_err_bit_count()
584 buf[1] = temp2; in af9005_fe_program_cfoe()
619 buf[1] = temp2; in af9005_fe_program_cfoe()
650 buf[1] = temp2; in af9005_fe_program_cfoe()
681 buf[1] = temp2; in af9005_fe_program_cfoe()
712 buf[1] = temp2; in af9005_fe_program_cfoe()
743 buf[1] = temp2; in af9005_fe_program_cfoe()
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Darmv8_deprecated.c98 #define __user_swpX_asm(data, addr, res, temp, temp2, B) \ argument
115 : "=&r" (res), "+r" (data), "=&r" (temp), "=&r" (temp2) \
122 #define __user_swp_asm(data, addr, res, temp, temp2) \ argument
123 __user_swpX_asm(data, addr, res, temp, temp2, "")
124 #define __user_swpb_asm(data, addr, res, temp, temp2) \ argument
125 __user_swpX_asm(data, addr, res, temp, temp2, "b")
145 unsigned long temp, temp2; in emulate_swpX() local
148 __user_swpb_asm(*data, address, res, temp, temp2); in emulate_swpX()
150 __user_swp_asm(*data, address, res, temp, temp2); in emulate_swpX()
/openbmc/linux/arch/arm/include/asm/
H A Dedac.h19 unsigned int temp, temp2; in edac_atomic_scrub() local
31 : "=&r"(temp), "=&r"(temp2) in edac_atomic_scrub()
/openbmc/linux/arch/loongarch/include/asm/
H A Dstackframe.h41 .macro JUMP_VIRT_ADDR temp1 temp2
43 pcaddi \temp2, 0
44 bstrins.d \temp1, \temp2, (DMW_PABITS - 1), 0
101 .macro set_saved_sp stackp temp temp2
/openbmc/linux/drivers/media/dvb-frontends/
H A Dnxt200x.c807 u16 temp = 0, temp2; in nxt200x_read_snr() local
818 temp2 = 0x7FFF - temp; in nxt200x_read_snr()
821 if (temp2 > 0x7F00) in nxt200x_read_snr()
822 snrdb = 1000*24 + ( 1000*(30-24) * ( temp2 - 0x7F00 ) / ( 0x7FFF - 0x7F00 ) ); in nxt200x_read_snr()
823 else if (temp2 > 0x7EC0) in nxt200x_read_snr()
824 snrdb = 1000*18 + ( 1000*(24-18) * ( temp2 - 0x7EC0 ) / ( 0x7F00 - 0x7EC0 ) ); in nxt200x_read_snr()
825 else if (temp2 > 0x7C00) in nxt200x_read_snr()
826 snrdb = 1000*12 + ( 1000*(18-12) * ( temp2 - 0x7C00 ) / ( 0x7EC0 - 0x7C00 ) ); in nxt200x_read_snr()
828 snrdb = 1000*0 + ( 1000*(12-0) * ( temp2 - 0 ) / ( 0x7C00 - 0 ) ); in nxt200x_read_snr()
/openbmc/openbmc-test-automation/lib/
H A Dgen_robot_plug_in.py122 temp2 = tempfile.NamedTemporaryFile()
123 temp_properties_file_path = temp2.name
/openbmc/linux/drivers/video/fbdev/sis/
H A Dinit.c1014 unsigned char cr5f, temp1, temp2; in SiS_GetSysFlags() local
1036 if((!temp1) || (temp2)) { in SiS_GetSysFlags()
1689 unsigned short temp, temp1, temp2; in SiS_DoLowModeTest() local
1705 if(temp2 != 0x55) return true; in SiS_DoLowModeTest()
1750 temp1 = 0xa0; temp2 = 0x08; in SiS_CloseCRTC()
2231 unsigned short temp1, temp2; in SiS_GetFIFOThresholdIndex300() local
2291 unsigned short temp1, temp2; in SiS_CalcDelay() local
2297 if(temp2 < temp1) temp2 = temp1; in SiS_CalcDelay()
2298 return temp2; in SiS_CalcDelay()
3148 temp2 = 0x03; in SiS_Handle760()
[all …]
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.c384 u16 temp1, temp2; in cmpk_handle_tx_rate_history() local
387 temp2 = ptemp[i] >> 16; in cmpk_handle_tx_rate_history()
388 ptemp[i] = (temp1 << 16) | temp2; in cmpk_handle_tx_rate_history()
/openbmc/linux/sound/pci/ice1712/
H A Dphase.c690 int temp, temp2; in phase28_deemp_put() local
692 temp2 = temp; in phase28_deemp_put()
697 if (temp != temp2) { in phase28_deemp_put()
727 int temp, temp2; in phase28_oversampling_put() local
731 temp2 = temp; in phase28_oversampling_put()
738 if (temp != temp2) { in phase28_oversampling_put()
/openbmc/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.rst58 7/ 8 VDSEN15/TR2/TD2 22h in18/temp2
114 4/ 5 VDSEN15/TR2/TD2 22h in18/temp2
H A Dvt1211.rst51 temp2), 1 dedicated voltage (in5) and 2 fans. Additionally, the chip
69 Reading 3 temp2 Internal thermal diode
125 All temperature channels except temp2 are external. Temp2 is the VT1211
126 internal thermal diode and the driver does all the scaling for temp2 and
H A Dw83l786ng.rst36 degC for temp1 and temp2.
/openbmc/linux/drivers/pci/hotplug/
H A 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()
/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c881 struct fixed31_32 temp2; in hermite_spline_eetf() local
914 temp2 = dc_fixpt_mul(three, t2); in hermite_spline_eetf()
918 dc_fixpt_sub(temp1, temp2))); in hermite_spline_eetf()
922 dc_fixpt_sub(temp2, temp1))); in hermite_spline_eetf()
925 temp2 = dc_fixpt_sub(dc_fixpt_one, ks); in hermite_spline_eetf()
928 E2 = dc_fixpt_add(E2, dc_fixpt_mul(temp2, in hermite_spline_eetf()
934 temp2 = dc_fixpt_mul(temp1, temp1); in hermite_spline_eetf()
935 temp2 = dc_fixpt_mul(temp2, temp2); in hermite_spline_eetf()
938 E3 = dc_fixpt_add(E2, dc_fixpt_mul(min_lum_pq, temp2)); in hermite_spline_eetf()

123