Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A 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 …]
/OK3568_Linux_fs/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()
105 temp2 |= 1 << dimm_params[i].caslat_x; in compute_cas_latency()
106 temp2 |= 1 << dimm_params[i].caslat_x_minus_1; in compute_cas_latency()
107 temp2 |= 1 << dimm_params[i].caslat_x_minus_2; 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()
132 debug("checking common caslat = %u\n", temp2); in compute_cas_latency()
139 if (dimm_params[i].caslat_x == temp2) { in compute_cas_latency()
[all …]
/OK3568_Linux_fs/kernel/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
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 …]
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()
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()
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()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Ddbtest.c391 union acpi_object *temp2 = NULL; in acpi_db_test_integer_type() local
429 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp2); in acpi_db_test_integer_type()
434 if (temp2->integer.value != value_to_write) { in acpi_db_test_integer_type()
436 ACPI_FORMAT_UINT64(temp2->integer.value), 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
556 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp2); in acpi_db_test_buffer_type()
561 if (memcmp(temp2->buffer.pointer, buffer, byte_length)) { in acpi_db_test_buffer_type()
591 if (temp2) { in acpi_db_test_buffer_type()
[all …]
/OK3568_Linux_fs/kernel/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()
176 err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0; 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()
257 *pre_err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0; in af9005_get_pre_vit_err_bit_count()
532 u8 temp0, temp1, temp2, temp3, buf[4]; in af9005_fe_program_cfoe() local
579 temp2 = (u8) ((NS_coeff1_2048Nu & 0x00FF0000) >> 16); in af9005_fe_program_cfoe()
584 buf[1] = temp2; in af9005_fe_program_cfoe()
614 temp2 = (u8) ((NS_coeff2_2k & 0x003FC000) >> 14); in af9005_fe_program_cfoe()
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Ddcu_sii9022a.c65 u16 temp1, temp2; in dcu_set_dvi_encoder() local
110 temp2 = videomode->vsync_len + videomode->upper_margin + in dcu_set_dvi_encoder()
112 temp = (u8)(temp2 & 0xFF); in dcu_set_dvi_encoder()
114 temp = (u8)(temp2 >> 8); in dcu_set_dvi_encoder()
118 temp3 = temp1 * temp2; in dcu_set_dvi_encoder()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Darmv8_deprecated.c279 #define __user_swpX_asm(data, addr, res, temp, temp2, B) \ argument
301 : "=&r" (res), "+r" (data), "=&r" (temp), "=&r" (temp2) \
309 #define __user_swp_asm(data, addr, res, temp, temp2) \ argument
310 __user_swpX_asm(data, addr, res, temp, temp2, "")
311 #define __user_swpb_asm(data, addr, res, temp, temp2) \ argument
312 __user_swpX_asm(data, addr, res, temp, temp2, "b")
332 unsigned long temp, temp2; in emulate_swpX() local
335 __user_swpb_asm(*data, address, res, temp, temp2); in emulate_swpX()
337 __user_swp_asm(*data, address, res, temp, temp2); in emulate_swpX()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dnxt200x.c822 u16 temp = 0, temp2; in nxt200x_read_snr() local
833 temp2 = 0x7FFF - temp; in nxt200x_read_snr()
836 if (temp2 > 0x7F00) in nxt200x_read_snr()
837 snrdb = 1000*24 + ( 1000*(30-24) * ( temp2 - 0x7F00 ) / ( 0x7FFF - 0x7F00 ) ); in nxt200x_read_snr()
838 else if (temp2 > 0x7EC0) in nxt200x_read_snr()
839 snrdb = 1000*18 + ( 1000*(24-18) * ( temp2 - 0x7EC0 ) / ( 0x7F00 - 0x7EC0 ) ); in nxt200x_read_snr()
840 else if (temp2 > 0x7C00) in nxt200x_read_snr()
841 snrdb = 1000*12 + ( 1000*(18-12) * ( temp2 - 0x7C00 ) / ( 0x7EC0 - 0x7C00 ) ); in nxt200x_read_snr()
843 snrdb = 1000*0 + ( 1000*(12-0) * ( temp2 - 0 ) / ( 0x7C00 - 0 ) ); in nxt200x_read_snr()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/
H A 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/
H A Dhalrf_8822c.c344 u32 iv[SN], qv[SN], im[SN], qm[SN], temp, temp1, temp2; in halrf_mode_8822c() local
534 u32 temp1, temp2, temp3; in halrf_dack_backup_8822c() local
537 temp2 = odm_get_bb_reg(dm, 0x4160, MASKDWORD); in halrf_dack_backup_8822c()
575 odm_set_bb_reg(dm, 0x4160, MASKDWORD, temp2); in halrf_dack_backup_8822c()
616 u32 temp1, temp2, temp3; in halrf_dack_restore_8822c() local
622 temp2 = odm_get_bb_reg(dm, 0x4160, MASKDWORD); in halrf_dack_restore_8822c()
797 odm_set_bb_reg(dm, 0x4160, MASKDWORD, temp2); in halrf_dack_restore_8822c()
1293 u32 temp1, temp2, temp3; in halrf_dack_dbg_8822c() local
1296 temp2 = odm_get_bb_reg(dm, 0x4160, MASKDWORD); in halrf_dack_dbg_8822c()
1360 odm_set_bb_reg(dm, 0x4160, MASKDWORD, temp2); in halrf_dack_dbg_8822c()
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A 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()
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dhash_sha256.c147 temp2 = S2(a) + F0(a,b,c); \
148 d += temp1; h = temp1 + temp2; \
153 uint32_t temp1, temp2, W[64]; in mbedtls_sha256_process() local
H A Dhash_sha512.c197 uint64_t temp1, temp2, W[80]; in mbedtls_sha512_process() local
215 temp2 = S2(a) + F0(a,b,c); \ in mbedtls_sha512_process()
216 d += temp1; h = temp1 + temp2; \ in mbedtls_sha512_process()
/OK3568_Linux_fs/u-boot/lib/
H A Dsha512.c161 uint64_t temp1, temp2, W[80]; in sha512_process() local
179 temp2 = S2(a) + F0(a,b,c); \ in sha512_process()
180 d += temp1; h = temp1 + temp2; \ in sha512_process()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
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 Dw83795.rst58 7/ 8 VDSEN15/TR2/TD2 22h in18/temp2
114 4/ 5 VDSEN15/TR2/TD2 22h in18/temp2
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c868 struct fixed31_32 temp2; in hermite_spline_eetf() local
901 temp2 = dc_fixpt_mul(three, t2); in hermite_spline_eetf()
905 dc_fixpt_sub(temp1, temp2))); in hermite_spline_eetf()
909 dc_fixpt_sub(temp2, temp1))); in hermite_spline_eetf()
912 temp2 = dc_fixpt_sub(dc_fixpt_one, ks); in hermite_spline_eetf()
915 E2 = dc_fixpt_add(E2, dc_fixpt_mul(temp2, in hermite_spline_eetf()
921 temp2 = dc_fixpt_mul(temp1, temp1); in hermite_spline_eetf()
922 temp2 = dc_fixpt_mul(temp2, temp2); in hermite_spline_eetf()
925 E3 = dc_fixpt_add(E2, dc_fixpt_mul(min_lum_pq, temp2)); in hermite_spline_eetf()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_odm.c406 u32 temp1, temp2, temp3; in debug_DACK() local
409 temp2 = odm_get_bb_reg(dm, 0x4160, bMaskDWord); in debug_DACK()
455 odm_set_bb_reg(dm, 0x4160, bMaskDWord, temp2); in debug_DACK()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_odm.c411 u32 temp1, temp2, temp3; in debug_DACK() local
414 temp2 = odm_get_bb_reg(dm, 0x4160, bMaskDWord); in debug_DACK()
460 odm_set_bb_reg(dm, 0x4160, bMaskDWord, temp2); in debug_DACK()

12345