temp2              19 arch/arm/include/asm/edac.h 	unsigned int temp, temp2;
temp2              31 arch/arm/include/asm/edac.h 			: "=&r"(temp), "=&r"(temp2)
temp2             278 arch/arm64/kernel/armv8_deprecated.c #define __user_swpX_asm(data, addr, res, temp, temp2, B)	\
temp2             300 arch/arm64/kernel/armv8_deprecated.c 	: "=&r" (res), "+r" (data), "=&r" (temp), "=&r" (temp2)	\
temp2             308 arch/arm64/kernel/armv8_deprecated.c #define __user_swp_asm(data, addr, res, temp, temp2) \
temp2             309 arch/arm64/kernel/armv8_deprecated.c 	__user_swpX_asm(data, addr, res, temp, temp2, "")
temp2             310 arch/arm64/kernel/armv8_deprecated.c #define __user_swpb_asm(data, addr, res, temp, temp2) \
temp2             311 arch/arm64/kernel/armv8_deprecated.c 	__user_swpX_asm(data, addr, res, temp, temp2, "b")
temp2             331 arch/arm64/kernel/armv8_deprecated.c 		unsigned long temp, temp2;
temp2             334 arch/arm64/kernel/armv8_deprecated.c 			__user_swpb_asm(*data, address, res, temp, temp2);
temp2             336 arch/arm64/kernel/armv8_deprecated.c 			__user_swp_asm(*data, address, res, temp, temp2);
temp2              83 arch/ia64/include/asm/mca_asm.h #define  PHYSICAL_MODE_ENTER(temp1, temp2, start_addr, old_psr)				\
temp2              91 arch/ia64/include/asm/mca_asm.h 	mov	temp2 = ar.bspstore;							\
temp2              93 arch/ia64/include/asm/mca_asm.h 	DATA_VA_TO_PA(temp2);								\
temp2              97 arch/ia64/include/asm/mca_asm.h 	mov	ar.bspstore = temp2;							\
temp2             101 arch/ia64/include/asm/mca_asm.h 	mov	temp2 = psr;								\
temp2             104 arch/ia64/include/asm/mca_asm.h 	dep	temp2 = 0, temp2, PSR_IC, 2;						\
temp2             106 arch/ia64/include/asm/mca_asm.h 	mov	psr.l = temp2;								\
temp2             125 arch/ia64/include/asm/mca_asm.h 	LOAD_PHYSICAL(p0, temp2, start_addr);						\
temp2             127 arch/ia64/include/asm/mca_asm.h 	mov	cr.iip = temp2;								\
temp2             163 arch/ia64/include/asm/mca_asm.h #define VIRTUAL_MODE_ENTER(temp1, temp2, start_addr, old_psr)	\
temp2             164 arch/ia64/include/asm/mca_asm.h 	mov	temp2 = psr;					\
temp2             166 arch/ia64/include/asm/mca_asm.h 	mov	old_psr = temp2;				\
temp2             168 arch/ia64/include/asm/mca_asm.h 	dep	temp2 = 0, temp2, PSR_IC, 2;			\
temp2             170 arch/ia64/include/asm/mca_asm.h 	mov	psr.l = temp2;					\
temp2             175 arch/ia64/include/asm/mca_asm.h 	mov	temp2 = ar.bspstore;				\
temp2             177 arch/ia64/include/asm/mca_asm.h 	DATA_PA_TO_VA(temp2,temp1);				\
temp2             181 arch/ia64/include/asm/mca_asm.h 	mov	ar.bspstore = temp2;				\
temp2             187 arch/ia64/include/asm/mca_asm.h 	mov	temp2 = 1;					\
temp2             189 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = temp2, temp1, PSR_IC, 1;		\
temp2             191 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = temp2, temp1, PSR_IT, 1;		\
temp2             193 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = temp2, temp1, PSR_DT, 1;		\
temp2             195 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = temp2, temp1, PSR_RT, 1;		\
temp2             197 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = temp2, temp1, PSR_BN, 1;		\
temp2             201 arch/ia64/include/asm/mca_asm.h 	movl	temp2 = start_addr;				\
temp2             203 arch/ia64/include/asm/mca_asm.h 	mov	cr.iip = temp2;					\
temp2             142 arch/mips/include/asm/stackframe.h 		.macro	set_saved_sp stackp temp temp2
temp2             189 arch/mips/include/asm/stackframe.h 		.macro	set_saved_sp stackp temp temp2
temp2             391 drivers/acpi/acpica/dbtest.c 	union acpi_object *temp2 = NULL;
temp2             429 drivers/acpi/acpica/dbtest.c 	status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp2);
temp2             434 drivers/acpi/acpica/dbtest.c 	if (temp2->integer.value != value_to_write) {
temp2             436 drivers/acpi/acpica/dbtest.c 			       ACPI_FORMAT_UINT64(temp2->integer.value),
temp2             465 drivers/acpi/acpica/dbtest.c 	if (temp2) {
temp2             466 drivers/acpi/acpica/dbtest.c 		acpi_os_free(temp2);
temp2             493 drivers/acpi/acpica/dbtest.c 	union acpi_object *temp2 = NULL;
temp2             556 drivers/acpi/acpica/dbtest.c 	status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp2);
temp2             561 drivers/acpi/acpica/dbtest.c 	if (memcmp(temp2->buffer.pointer, buffer, byte_length)) {
temp2             591 drivers/acpi/acpica/dbtest.c 	if (temp2) {
temp2             592 drivers/acpi/acpica/dbtest.c 		acpi_os_free(temp2);
temp2             619 drivers/acpi/acpica/dbtest.c 	union acpi_object *temp2 = NULL;
temp2             649 drivers/acpi/acpica/dbtest.c 	status = acpi_db_read_from_object(node, ACPI_TYPE_STRING, &temp2);
temp2             654 drivers/acpi/acpica/dbtest.c 	if (strcmp(temp2->string.pointer, value_to_write)) {
temp2             656 drivers/acpi/acpica/dbtest.c 			       temp2->string.pointer, value_to_write);
temp2             685 drivers/acpi/acpica/dbtest.c 	if (temp2) {
temp2             686 drivers/acpi/acpica/dbtest.c 		acpi_os_free(temp2);
temp2             131 drivers/char/agp/efficeon-agp.c 	u16 temp2;
temp2             150 drivers/char/agp/efficeon-agp.c 	pci_read_config_word(agp_bridge->dev, INTEL_NBXCFG, &temp2);
temp2             152 drivers/char/agp/efficeon-agp.c 			      (temp2 & ~(1 << 10)) | (1 << 9) | (1 << 11));
temp2             118 drivers/char/agp/intel-agp.c 	u16 temp2;
temp2             137 drivers/char/agp/intel-agp.c 	pci_read_config_word(agp_bridge->dev, INTEL_NBXCFG, &temp2);
temp2             139 drivers/char/agp/intel-agp.c 			(temp2 & ~(1 << 10)) | (1 << 9));
temp2             148 drivers/char/agp/intel-agp.c 	u8 temp2;
temp2             178 drivers/char/agp/intel-agp.c 	pci_read_config_byte(agp_bridge->dev, INTEL_815_APCONT, &temp2);
temp2             179 drivers/char/agp/intel-agp.c 	pci_write_config_byte(agp_bridge->dev, INTEL_815_APCONT, temp2 | (1 << 1));
temp2             207 drivers/char/agp/intel-agp.c 	u8 temp2;
temp2             228 drivers/char/agp/intel-agp.c 	pci_read_config_byte(agp_bridge->dev, INTEL_I820_RDCR, &temp2);
temp2             229 drivers/char/agp/intel-agp.c 	pci_write_config_byte(agp_bridge->dev, INTEL_I820_RDCR, temp2 | (1 << 1));
temp2             237 drivers/char/agp/intel-agp.c 	u16 temp2;
temp2             256 drivers/char/agp/intel-agp.c 	pci_read_config_word(agp_bridge->dev, INTEL_I840_MCHCFG, &temp2);
temp2             257 drivers/char/agp/intel-agp.c 	pci_write_config_word(agp_bridge->dev, INTEL_I840_MCHCFG, temp2 | (1 << 9));
temp2             265 drivers/char/agp/intel-agp.c 	u8 temp2;
temp2             290 drivers/char/agp/intel-agp.c 	pci_read_config_byte(agp_bridge->dev, INTEL_I845_AGPM, &temp2);
temp2             291 drivers/char/agp/intel-agp.c 	pci_write_config_byte(agp_bridge->dev, INTEL_I845_AGPM, temp2 | (1 << 1));
temp2             299 drivers/char/agp/intel-agp.c 	u16 temp2;
temp2             318 drivers/char/agp/intel-agp.c 	pci_read_config_word(agp_bridge->dev, INTEL_I850_MCHCFG, &temp2);
temp2             319 drivers/char/agp/intel-agp.c 	pci_write_config_word(agp_bridge->dev, INTEL_I850_MCHCFG, temp2 | (1 << 9));
temp2             327 drivers/char/agp/intel-agp.c 	u16 temp2;
temp2             346 drivers/char/agp/intel-agp.c 	pci_read_config_word(agp_bridge->dev, INTEL_I860_MCHCFG, &temp2);
temp2             347 drivers/char/agp/intel-agp.c 	pci_write_config_word(agp_bridge->dev, INTEL_I860_MCHCFG, temp2 | (1 << 9));
temp2             355 drivers/char/agp/intel-agp.c 	u16 temp2;
temp2             374 drivers/char/agp/intel-agp.c 	pci_read_config_word(agp_bridge->dev, INTEL_NBXCFG, &temp2);
temp2             375 drivers/char/agp/intel-agp.c 	pci_write_config_word(agp_bridge->dev, INTEL_NBXCFG, temp2 | (1 << 9));
temp2             383 drivers/char/agp/intel-agp.c 	u16 temp2;
temp2             402 drivers/char/agp/intel-agp.c 	pci_read_config_word(agp_bridge->dev, INTEL_I7505_MCHCFG, &temp2);
temp2             403 drivers/char/agp/intel-agp.c 	pci_write_config_word(agp_bridge->dev, INTEL_I7505_MCHCFG, temp2 | (1 << 9));
temp2             205 drivers/char/agp/sworks-agp.c 	u32 temp2;
temp2             212 drivers/char/agp/sworks-agp.c 	pci_read_config_dword(agp_bridge->dev,serverworks_private.gart_addr_ofs,&temp2);
temp2             214 drivers/char/agp/sworks-agp.c 	temp2 &= SVWRKS_SIZE_MASK;
temp2             217 drivers/char/agp/sworks-agp.c 		if (temp2 == values[i].size_value) {
temp2             454 drivers/char/agp/sworks-agp.c 	u32 temp, temp2;
temp2             490 drivers/char/agp/sworks-agp.c 		pci_read_config_dword(pdev, SVWRKS_APSIZE + 4, &temp2);
temp2             491 drivers/char/agp/sworks-agp.c 		if (temp2 != 0) {
temp2             503 drivers/char/agp/sworks-agp.c 				serverworks_private.mm_addr_ofs + 4, &temp2);
temp2             504 drivers/char/agp/sworks-agp.c 		if (temp2 != 0) {
temp2             825 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 temp2;
temp2             858 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		temp2 = dc_fixpt_mul(three, t2);
temp2             862 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				dc_fixpt_sub(temp1, temp2)));
temp2             866 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				dc_fixpt_sub(temp2, temp1)));
temp2             869 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		temp2 = dc_fixpt_sub(dc_fixpt_one, ks);
temp2             872 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		E2 = dc_fixpt_add(E2, dc_fixpt_mul(temp2,
temp2             878 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	temp2 = dc_fixpt_mul(temp1, temp1);
temp2             879 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	temp2 = dc_fixpt_mul(temp2, temp2);
temp2             882 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	E3 =  dc_fixpt_add(E2, dc_fixpt_mul(min_lum_pq, temp2));
temp2             458 drivers/input/touchscreen/ad7877.c SHOW(temp2)
temp2            2689 drivers/isdn/hardware/mISDN/hfcmulti.c 	u_char			e1_syncsta, temp, temp2;
temp2            2775 drivers/isdn/hardware/mISDN/hfcmulti.c 				while (temp != (temp2 =
temp2            2780 drivers/isdn/hardware/mISDN/hfcmulti.c 						    __func__, temp, temp2);
temp2            2781 drivers/isdn/hardware/mISDN/hfcmulti.c 					temp = temp2; /* repeat */
temp2             635 drivers/media/dvb-frontends/mb86a16.c 	unsigned char temp1, temp2, temp3;
temp2             686 drivers/media/dvb-frontends/mb86a16.c 	if (mb86a16_read(state, 0x23, &temp2) != 2)
temp2             692 drivers/media/dvb-frontends/mb86a16.c 	M = ((temp1 & 0x1f) << 12) + (temp2 << 4) + (temp3 >> 4);
temp2             822 drivers/media/dvb-frontends/nxt200x.c 	u16 temp = 0, temp2;
temp2             833 drivers/media/dvb-frontends/nxt200x.c 	temp2 = 0x7FFF - temp;
temp2             836 drivers/media/dvb-frontends/nxt200x.c 	if (temp2 > 0x7F00)
temp2             837 drivers/media/dvb-frontends/nxt200x.c 		snrdb = 1000*24 + ( 1000*(30-24) * ( temp2 - 0x7F00 ) / ( 0x7FFF - 0x7F00 ) );
temp2             838 drivers/media/dvb-frontends/nxt200x.c 	else if (temp2 > 0x7EC0)
temp2             839 drivers/media/dvb-frontends/nxt200x.c 		snrdb = 1000*18 + ( 1000*(24-18) * ( temp2 - 0x7EC0 ) / ( 0x7F00 - 0x7EC0 ) );
temp2             840 drivers/media/dvb-frontends/nxt200x.c 	else if (temp2 > 0x7C00)
temp2             841 drivers/media/dvb-frontends/nxt200x.c 		snrdb = 1000*12 + ( 1000*(18-12) * ( temp2 - 0x7C00 ) / ( 0x7EC0 - 0x7C00 ) );
temp2             843 drivers/media/dvb-frontends/nxt200x.c 		snrdb = 1000*0 + ( 1000*(12-0) * ( temp2 - 0 ) / ( 0x7C00 - 0 ) );
temp2            1331 drivers/media/i2c/ov5640.c 	u8 temp1, temp2;
temp2            1337 drivers/media/i2c/ov5640.c 	temp2 = temp1 & 0x0f;
temp2            1338 drivers/media/i2c/ov5640.c 	if (temp2 == 8 || temp2 == 10)
temp2            1339 drivers/media/i2c/ov5640.c 		bit_div2x = temp2 / 2;
temp2            1362 drivers/media/i2c/ov5640.c 	temp2 = temp1 & 0x03;
temp2            1363 drivers/media/i2c/ov5640.c 	sclk_rdiv = sclk_rdiv_map[temp2];
temp2            2809 drivers/media/pci/ddbridge/ddbridge-core.c 	int temp, temp2;
temp2            2822 drivers/media/pci/ddbridge/ddbridge-core.c 		temp2 = (tmp[0] << 3) | (tmp[1] >> 5);
temp2            2823 drivers/media/pci/ddbridge/ddbridge-core.c 		temp2 *= 125;
temp2            2824 drivers/media/pci/ddbridge/ddbridge-core.c 		return sprintf(buf, "%d %d\n", temp, temp2);
temp2            3108 drivers/media/pci/ddbridge/ddbridge-core.c 	__ATTR_MRO(temp2, ctemp_show),
temp2            3248 drivers/media/pci/ddbridge/ddbridge-core.c 	u32 temp, temp2, pwm;
temp2            3258 drivers/media/pci/ddbridge/ddbridge-core.c 	temp2  = (ddblreadl(link, TEMPMON_SENSOR1) >> 8) & 0xFF;
temp2            3259 drivers/media/pci/ddbridge/ddbridge-core.c 	if (temp2 & 0x80)
temp2            3260 drivers/media/pci/ddbridge/ddbridge-core.c 		temp2 = 0;
temp2            3261 drivers/media/pci/ddbridge/ddbridge-core.c 	if (temp2 > temp)
temp2            3262 drivers/media/pci/ddbridge/ddbridge-core.c 		temp = temp2;
temp2             128 drivers/media/usb/dvb-usb/af9005-fe.c 	u8 temp, temp0, temp1, temp2;
temp2             173 drivers/media/usb/dvb-usb/af9005-fe.c 				      &temp2);
temp2             176 drivers/media/usb/dvb-usb/af9005-fe.c 	err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0;
temp2             228 drivers/media/usb/dvb-usb/af9005-fe.c 	u8 temp, temp0, temp1, temp2;
temp2             254 drivers/media/usb/dvb-usb/af9005-fe.c 				      &temp2);
temp2             257 drivers/media/usb/dvb-usb/af9005-fe.c 	*pre_err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0;
temp2             532 drivers/media/usb/dvb-usb/af9005-fe.c 	u8 temp0, temp1, temp2, temp3, buf[4];
temp2             579 drivers/media/usb/dvb-usb/af9005-fe.c 	temp2 = (u8) ((NS_coeff1_2048Nu & 0x00FF0000) >> 16);
temp2             584 drivers/media/usb/dvb-usb/af9005-fe.c 	buf[1] = temp2;
temp2             614 drivers/media/usb/dvb-usb/af9005-fe.c 	temp2 = (u8) ((NS_coeff2_2k & 0x003FC000) >> 14);
temp2             619 drivers/media/usb/dvb-usb/af9005-fe.c 	buf[1] = temp2;
temp2             645 drivers/media/usb/dvb-usb/af9005-fe.c 	temp2 = (u8) ((NS_coeff1_8191Nu & 0x00FFC000) >> 16);
temp2             650 drivers/media/usb/dvb-usb/af9005-fe.c 	buf[1] = temp2;
temp2             676 drivers/media/usb/dvb-usb/af9005-fe.c 	temp2 = (u8) ((NS_coeff1_8192Nu & 0x00FFC000) >> 16);
temp2             681 drivers/media/usb/dvb-usb/af9005-fe.c 	buf[1] = temp2;
temp2             707 drivers/media/usb/dvb-usb/af9005-fe.c 	temp2 = (u8) ((NS_coeff1_8193Nu & 0x00FFC000) >> 16);
temp2             712 drivers/media/usb/dvb-usb/af9005-fe.c 	buf[1] = temp2;
temp2             738 drivers/media/usb/dvb-usb/af9005-fe.c 	temp2 = (u8) ((NS_coeff2_8k & 0x003FC000) >> 14);
temp2             743 drivers/media/usb/dvb-usb/af9005-fe.c 	buf[1] = temp2;
temp2             808 drivers/media/usb/dvb-usb/af9005-fe.c 	u8 temp, temp0 = 0, temp1 = 0, temp2 = 0;
temp2             970 drivers/media/usb/dvb-usb/af9005-fe.c 			temp2 = script[i].val;
temp2             988 drivers/media/usb/dvb-usb/af9005-fe.c 	    ((u32) temp2 << 16) + ((u32) temp1 << 8) + (u32) temp0;
temp2            1096 drivers/media/usb/dvb-usb/af9005-fe.c 	u8 temp, temp0, temp1, temp2;
temp2            1119 drivers/media/usb/dvb-usb/af9005-fe.c 	temp2 = (u8) ((state->original_fcw & 0x00ff0000) >> 16);
temp2            1126 drivers/media/usb/dvb-usb/af9005-fe.c 	ret = af9005_write_ofdm_register(state->d, 0xae18, temp2);
temp2            6744 drivers/net/ethernet/neterion/s2io.c 				  u64 *temp2, int size)
temp2            6786 drivers/net/ethernet/neterion/s2io.c 			rxdp3->Buffer2_ptr = *temp2;
temp2            6800 drivers/net/ethernet/neterion/s2io.c 			rxdp3->Buffer2_ptr = *temp2 =
temp2            1637 drivers/net/ethernet/nvidia/forcedeth.c 	u32 temp1, temp2, temp3;
temp2            1644 drivers/net/ethernet/nvidia/forcedeth.c 	temp2 = readl(base + NvRegMacAddrB);
temp2            1656 drivers/net/ethernet/nvidia/forcedeth.c 	writel(temp2, base + NvRegMacAddrB);
temp2             907 drivers/net/wireless/ath/ath6kl/htc_mbox.c 				int temp1 = 0, temp2 = 0;
temp2             912 drivers/net/wireless/ath/ath6kl/htc_mbox.c 							     &temp1, &temp2);
temp2             914 drivers/net/wireless/ath/ath6kl/htc_mbox.c 					n_pkts_bundle += temp2;
temp2            4263 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 	int temp1, temp2, temp_diff;
temp2            4279 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 			temp2 = LCNPHY_TEMPSENSE(pi_lcn->lcnphy_cal_temper);
temp2            4280 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 			temp_diff = temp1 - temp2;
temp2            4388 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 	s16 temp, temp1, temp2, qQ, qQ1, qQ2, shift;
temp2            4405 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 		qm_log10((s32) (1 << 6), 0, &temp2, &qQ2);
temp2            4408 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 			temp2 = qm_shr16(temp2, qQ2 - qQ1);
temp2            4414 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 		temp = qm_sub16(temp1, temp2);
temp2              87 drivers/pci/hotplug/cpqphp_core.c 	u8 temp1, temp2, temp3, temp4;
temp2              94 drivers/pci/hotplug/cpqphp_core.c 		temp2 = readb(fp+1);
temp2              98 drivers/pci/hotplug/cpqphp_core.c 		    temp2 == 'S' &&
temp2             132 drivers/pci/hotplug/cpqphp_nvram.c 	u8 temp1, temp2, temp3, temp4, temp5, temp6;
temp2             136 drivers/pci/hotplug/cpqphp_nvram.c 	temp2 = readb(rom_start + 0xffea + 1);
temp2             142 drivers/pci/hotplug/cpqphp_nvram.c 	    (temp2 == 'O') &&
temp2              43 drivers/pci/hotplug/cpqphp_pci.c 	u8 temp1, temp2, temp3, temp4;
temp2              50 drivers/pci/hotplug/cpqphp_pci.c 		temp2 = readb(fp + SIG1);
temp2              54 drivers/pci/hotplug/cpqphp_pci.c 		    temp2 == 'H' &&
temp2             448 drivers/platform/x86/hdaps.c static DEVICE_ATTR(temp2, 0444, hdaps_temp2_show, NULL);
temp2             943 drivers/scsi/FlashPoint.c 	unsigned short temp, temp2, temp3, temp4, temp5, temp6;
temp2            1010 drivers/scsi/FlashPoint.c 	temp2 = 0x0000;
temp2            1030 drivers/scsi/FlashPoint.c 			temp2 >>= 1;
temp2            1041 drivers/scsi/FlashPoint.c 				temp2 |= 0x8000;	/* Fall through */
temp2            1055 drivers/scsi/FlashPoint.c 	pCardInfo->si_per_targ_init_sync = temp2;
temp2            1152 drivers/scsi/FlashPoint.c 		temp2 = RD_HARPOON(ioport + hp_xfer_pad);
temp2            1154 drivers/scsi/FlashPoint.c 		WR_HARPOON(ioport + hp_xfer_pad, (temp2 | BIT(4)));
temp2            1160 drivers/scsi/FlashPoint.c 			WR_HARPOON(ioport + hp_xfer_pad, (temp2 & ~BIT(4)));
temp2            1161 drivers/scsi/FlashPoint.c 			WR_HARPOON(ioport + hp_xfer_pad, (temp2 | BIT(4)));
temp2            1164 drivers/scsi/FlashPoint.c 		WR_HARPOON(ioport + hp_xfer_pad, temp2);
temp2             424 drivers/staging/rtl8192u/r819xU_cmdpkt.c 		u16	 temp1, temp2;
temp2             427 drivers/staging/rtl8192u/r819xU_cmdpkt.c 		temp2 = ptemp[i] >> 16;
temp2             428 drivers/staging/rtl8192u/r819xU_cmdpkt.c 		ptemp[i] = (temp1 << 16) | temp2;
temp2             670 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	u32 temp1, temp2, reg1, reg2;
temp2             696 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	temp2 = ti_bandgap_readl(bgp, reg2);
temp2             697 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	temp2 &= tsr->bgap_dtemp_mask;
temp2             704 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	ret = ti_bandgap_adc_to_mcelsius(bgp, temp2, &t2);
temp2            1228 drivers/video/fbdev/pm3fb.c 	unsigned long	tempBypass, i, temp1, temp2;
temp2            1287 drivers/video/fbdev/pm3fb.c 			temp2 =
temp2            1290 drivers/video/fbdev/pm3fb.c 			if ((temp1 == (i * 0x00345678)) && (temp2 == 0))
temp2            1014 drivers/video/fbdev/sis/init.c    unsigned char cr5f, temp1, temp2;
temp2            1035 drivers/video/fbdev/sis/init.c       temp2 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x5c) & 0xf8;
temp2            1036 drivers/video/fbdev/sis/init.c       if((!temp1) || (temp2)) {
temp2            1689 drivers/video/fbdev/sis/init.c    unsigned short temp, temp1, temp2;
temp2            1697 drivers/video/fbdev/sis/init.c    temp2 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x00);
temp2            1702 drivers/video/fbdev/sis/init.c       if(temp2 == 0x55) return false;
temp2            1705 drivers/video/fbdev/sis/init.c       if(temp2 != 0x55) return true;
temp2            1746 drivers/video/fbdev/sis/init.c    unsigned short temp1 = 0, temp2 = 0;
temp2            1750 drivers/video/fbdev/sis/init.c          temp1 = 0xa0; temp2 = 0x08;
temp2            1753 drivers/video/fbdev/sis/init.c       SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x56,0xe7,temp2);
temp2            2231 drivers/video/fbdev/sis/init.c    unsigned short temp1, temp2;
temp2            2236 drivers/video/fbdev/sis/init.c    temp1 = temp2 = (SiS_GetReg(SiS_Pr->SiS_P3c4,0x18) & 0x62) >> 1;
temp2            2237 drivers/video/fbdev/sis/init.c    (*idx2) = (unsigned short)(ThTiming[((temp2 >> 3) | temp1) & 0x07]);
temp2            2291 drivers/video/fbdev/sis/init.c    unsigned short temp1, temp2;
temp2            2293 drivers/video/fbdev/sis/init.c    temp2 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 0);
temp2            2297 drivers/video/fbdev/sis/init.c    if(temp2 < temp1) temp2 = temp1;
temp2            2298 drivers/video/fbdev/sis/init.c    return temp2;
temp2            3133 drivers/video/fbdev/sis/init.c    unsigned char temp1, temp2, temp3;
temp2            3150 drivers/video/fbdev/sis/init.c       temp2 = 0x03;
temp2            3154 drivers/video/fbdev/sis/init.c       temp2 = 0x0b;
temp2            3158 drivers/video/fbdev/sis/init.c    sisfb_write_nbridge_pci_byte(SiS_Pr, 0x8d, temp2);
temp2             712 drivers/video/fbdev/sis/init301.c    unsigned short temp1, temp2;
temp2             717 drivers/video/fbdev/sis/init301.c    temp2 = ~(SetInSlaveMode >> 8);
temp2             718 drivers/video/fbdev/sis/init301.c    SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x31,temp2,temp1);
temp2            7572 drivers/video/fbdev/sis/init301.c    unsigned short temp, temp1, temp2;
temp2            7575 drivers/video/fbdev/sis/init301.c    temp2 = SiS_GetReg(SiS_Pr->SiS_Part2Port,0x20);
temp2            7576 drivers/video/fbdev/sis/init301.c    temp = (unsigned short)((int)((temp1 | ((temp2 & 0xf0) << 4))) + shift);
temp2            7583 drivers/video/fbdev/sis/init301.c    temp2 = SiS_GetReg(SiS_Pr->SiS_Part2Port,0x42);
temp2            7584 drivers/video/fbdev/sis/init301.c    temp = (unsigned short)((int)((temp1 | ((temp2 & 0xf0) << 4))) + shift);
temp2            10663 drivers/video/fbdev/sis/init301.c    unsigned short romptr, temp1, temp2;
temp2            10680 drivers/video/fbdev/sis/init301.c 	    temp2 = 0xfc;
temp2            10683 drivers/video/fbdev/sis/init301.c 	      temp2 = 0xf3;
temp2            10685 drivers/video/fbdev/sis/init301.c 	    SiS_SetRegANDOR(SiS_Pr->SiS_Part4Port,0x24,temp2,temp1);
temp2            2545 drivers/video/fbdev/sis/sis_main.c     u8 temp1, temp2;
temp2            2561 drivers/video/fbdev/sis/sis_main.c        temp2 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x0e);
temp2            2562 drivers/video/fbdev/sis/sis_main.c        if(((temp2 & 0x07) == 0x01) || (temp2 & 0x04)) {
temp2            2566 drivers/video/fbdev/sis/sis_main.c        temp2 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x25);
temp2            2567 drivers/video/fbdev/sis/sis_main.c        if(temp2 != temp1) temp1 = temp2;
temp2            2627 drivers/video/fbdev/sis/sis_main.c 	temp2 = SiS_GetCH701x(&ivideo->SiS_Pr, 0x20);
temp2            2628 drivers/video/fbdev/sis/sis_main.c 	temp2 |= 0x01;
temp2            2629 drivers/video/fbdev/sis/sis_main.c 	SiS_SetCH701x(&ivideo->SiS_Pr, 0x20, temp2);
temp2            2631 drivers/video/fbdev/sis/sis_main.c 	temp2 ^= 0x01;
temp2            2632 drivers/video/fbdev/sis/sis_main.c 	SiS_SetCH701x(&ivideo->SiS_Pr, 0x20, temp2);
temp2            2634 drivers/video/fbdev/sis/sis_main.c 	temp2 = SiS_GetCH701x(&ivideo->SiS_Pr, 0x20);
temp2            2637 drivers/video/fbdev/sis/sis_main.c 	if(temp2 & 0x02) temp1 |= 0x01;
temp2            2638 drivers/video/fbdev/sis/sis_main.c 	if(temp2 & 0x10) temp1 |= 0x01;
temp2            2639 drivers/video/fbdev/sis/sis_main.c 	if(temp2 & 0x04) temp1 |= 0x02;
temp2            1992 sound/pci/asihpi/hpi6205.c 	u32 temp2;
temp2            2020 sound/pci/asihpi/hpi6205.c 		temp2 = wait_dsp_ack(phw, operation, HPI6205_TIMEOUT);
temp2            2022 sound/pci/asihpi/hpi6205.c 			HPI6205_TIMEOUT - temp2, this_copy);
temp2            2024 sound/pci/asihpi/hpi6205.c 		if (!temp2) {
temp2            1339 sound/pci/ice1712/aureon.c 	int temp, temp2;
temp2            1340 sound/pci/ice1712/aureon.c 	temp2 = temp = wm_get(ice, WM_DAC_CTRL2);
temp2            1345 sound/pci/ice1712/aureon.c 	if (temp != temp2) {
temp2            1371 sound/pci/ice1712/aureon.c 	int temp, temp2;
temp2            1374 sound/pci/ice1712/aureon.c 	temp2 = temp = wm_get(ice, WM_MASTER);
temp2            1381 sound/pci/ice1712/aureon.c 	if (temp != temp2) {
temp2             690 sound/pci/ice1712/phase.c 	int temp, temp2;
temp2             692 sound/pci/ice1712/phase.c 	temp2 = temp;
temp2             697 sound/pci/ice1712/phase.c 	if (temp != temp2) {
temp2             727 sound/pci/ice1712/phase.c 	int temp, temp2;
temp2             731 sound/pci/ice1712/phase.c 	temp2 = temp;
temp2             738 sound/pci/ice1712/phase.c 	if (temp != temp2) {