temp1              83 arch/ia64/include/asm/mca_asm.h #define  PHYSICAL_MODE_ENTER(temp1, temp2, start_addr, old_psr)				\
temp1              95 arch/ia64/include/asm/mca_asm.h 	mov	temp1 = ar.rnat;							\
temp1              99 arch/ia64/include/asm/mca_asm.h 	mov	ar.rnat = temp1;							\
temp1             100 arch/ia64/include/asm/mca_asm.h 	mov	temp1 = psr;								\
temp1             109 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = 0, temp1, 32, 32;						\
temp1             111 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = 0, temp1, PSR_IT, 1;						\
temp1             113 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = 0, temp1, PSR_DT, 1;						\
temp1             115 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = 0, temp1, PSR_RT, 1;						\
temp1             117 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = 0, temp1, PSR_I, 1;						\
temp1             119 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = 0, temp1, PSR_IC, 1;						\
temp1             121 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = -1, temp1, PSR_MC, 1;						\
temp1             123 arch/ia64/include/asm/mca_asm.h 	mov	cr.ipsr = temp1;							\
temp1             163 arch/ia64/include/asm/mca_asm.h #define VIRTUAL_MODE_ENTER(temp1, temp2, start_addr, old_psr)	\
temp1             177 arch/ia64/include/asm/mca_asm.h 	DATA_PA_TO_VA(temp2,temp1);				\
temp1             179 arch/ia64/include/asm/mca_asm.h 	mov	temp1 = ar.rnat;				\
temp1             183 arch/ia64/include/asm/mca_asm.h 	mov	ar.rnat = temp1;				\
temp1             185 arch/ia64/include/asm/mca_asm.h 	mov	temp1 = old_psr;				\
temp1             189 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = temp2, temp1, PSR_IC, 1;		\
temp1             191 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = temp2, temp1, PSR_IT, 1;		\
temp1             193 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = temp2, temp1, PSR_DT, 1;		\
temp1             195 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = temp2, temp1, PSR_RT, 1;		\
temp1             197 arch/ia64/include/asm/mca_asm.h 	dep	temp1 = temp2, temp1, PSR_BN, 1;		\
temp1             200 arch/ia64/include/asm/mca_asm.h 	mov     cr.ipsr = temp1;				\
temp1             206 arch/ia64/include/asm/mca_asm.h 	DATA_PA_TO_VA(sp, temp1);				\
temp1              50 arch/m68k/lib/memcpy.c 		size_t temp1;
temp1              69 arch/m68k/lib/memcpy.c 			: "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1)
temp1              39 arch/m68k/lib/memset.c 		size_t temp1;
temp1              58 arch/m68k/lib/memset.c 			: "=a" (ls), "=d" (temp), "=&d" (temp1)
temp1             390 drivers/acpi/acpica/dbtest.c 	union acpi_object *temp1 = NULL;
temp1             405 drivers/acpi/acpica/dbtest.c 	status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp1);
temp1             412 drivers/acpi/acpica/dbtest.c 		       ACPI_FORMAT_UINT64(temp1->integer.value));
temp1             415 drivers/acpi/acpica/dbtest.c 	if (temp1->integer.value == value_to_write) {
temp1             442 drivers/acpi/acpica/dbtest.c 	write_value.integer.value = temp1->integer.value;
temp1             455 drivers/acpi/acpica/dbtest.c 	if (temp3->integer.value != temp1->integer.value) {
temp1             458 drivers/acpi/acpica/dbtest.c 			       ACPI_FORMAT_UINT64(temp1->integer.value));
temp1             462 drivers/acpi/acpica/dbtest.c 	if (temp1) {
temp1             463 drivers/acpi/acpica/dbtest.c 		acpi_os_free(temp1);
temp1             492 drivers/acpi/acpica/dbtest.c 	union acpi_object *temp1 = NULL;
temp1             517 drivers/acpi/acpica/dbtest.c 	status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp1);
temp1             525 drivers/acpi/acpica/dbtest.c 		       temp1->buffer.length);
temp1             527 drivers/acpi/acpica/dbtest.c 		acpi_os_printf(" %2.2X", temp1->buffer.pointer[i]);
temp1             568 drivers/acpi/acpica/dbtest.c 	write_value.buffer.pointer = temp1->buffer.pointer;
temp1             582 drivers/acpi/acpica/dbtest.c 	if (memcmp(temp1->buffer.pointer, temp3->buffer.pointer, byte_length)) {
temp1             588 drivers/acpi/acpica/dbtest.c 	if (temp1) {
temp1             589 drivers/acpi/acpica/dbtest.c 		acpi_os_free(temp1);
temp1             618 drivers/acpi/acpica/dbtest.c 	union acpi_object *temp1 = NULL;
temp1             627 drivers/acpi/acpica/dbtest.c 	status = acpi_db_read_from_object(node, ACPI_TYPE_STRING, &temp1);
temp1             633 drivers/acpi/acpica/dbtest.c 		       (temp1->string.length * 8), temp1->string.length,
temp1             634 drivers/acpi/acpica/dbtest.c 		       temp1->string.pointer);
temp1             661 drivers/acpi/acpica/dbtest.c 	write_value.string.length = strlen(temp1->string.pointer);
temp1             662 drivers/acpi/acpica/dbtest.c 	write_value.string.pointer = temp1->string.pointer;
temp1             676 drivers/acpi/acpica/dbtest.c 	if (strcmp(temp1->string.pointer, temp3->string.pointer)) {
temp1             678 drivers/acpi/acpica/dbtest.c 			       temp3->string.pointer, temp1->string.pointer);
temp1             682 drivers/acpi/acpica/dbtest.c 	if (temp1) {
temp1             683 drivers/acpi/acpica/dbtest.c 		acpi_os_free(temp1);
temp1             708 drivers/acpi/acpica/dbtest.c 	union acpi_object *temp1 = NULL;
temp1             713 drivers/acpi/acpica/dbtest.c 	status = acpi_db_read_from_object(node, ACPI_TYPE_PACKAGE, &temp1);
temp1             718 drivers/acpi/acpica/dbtest.c 	acpi_os_printf(" %.2X Elements", temp1->package.count);
temp1             719 drivers/acpi/acpica/dbtest.c 	acpi_os_free(temp1);
temp1             297 drivers/char/nwflash.c 	int temp, temp1;
temp1             383 drivers/char/nwflash.c 		if ((temp1 = *(volatile unsigned int *) pWritePtr) != 0xFFFFFFFF) {
temp1             385 drivers/char/nwflash.c 			       pWritePtr, temp1);
temp1            5749 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	uint32_t temp, temp1, data, data1;
temp1            5756 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		temp1 = data1 =	RREG32(mmRLC_CGTT_MGCG_OVERRIDE);
temp1            5758 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		if (temp1 != data1)
temp1            5780 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 			temp1 = data1 =	RREG32(mmRLC_CGTT_MGCG_OVERRIDE);
temp1            5783 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 			if (temp1 != data1)
temp1            5801 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		temp1 = data1 =	RREG32(mmRLC_CGTT_MGCG_OVERRIDE);
temp1            5804 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		if (temp1 != data1)
temp1             824 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct fixed31_32 temp1;
temp1             857 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		temp1 = dc_fixpt_mul(two, t3);
temp1             862 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				dc_fixpt_sub(temp1, temp2)));
temp1             866 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				dc_fixpt_sub(temp2, temp1)));
temp1             868 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		temp1 = dc_fixpt_mul(two, t2);
temp1             873 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				dc_fixpt_add(t, dc_fixpt_sub(t3, temp1))));
temp1             877 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	temp1 = dc_fixpt_sub(dc_fixpt_one, E2);
temp1             878 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	temp2 = dc_fixpt_mul(temp1, temp1);
temp1             471 drivers/hwmon/smm665.c SMM665_ATTR(temp1, input, SMM665_MISC16_ADC_DATA_INT_TEMP);
temp1             472 drivers/hwmon/smm665.c SMM665_ATTR(temp1, min, SMM665_MISC16_ADC_DATA_INT_TEMP);
temp1             473 drivers/hwmon/smm665.c SMM665_ATTR(temp1, max, SMM665_MISC16_ADC_DATA_INT_TEMP);
temp1             474 drivers/hwmon/smm665.c SMM665_ATTR(temp1, lcrit, SMM665_MISC16_ADC_DATA_INT_TEMP);
temp1             475 drivers/hwmon/smm665.c SMM665_ATTR(temp1, crit, SMM665_MISC16_ADC_DATA_INT_TEMP);
temp1             476 drivers/hwmon/smm665.c SMM665_ATTR(temp1, crit_alarm, SMM665_FAULT_TEMP);
temp1             291 drivers/hwmon/w83791d.c 	s8 temp1[3];		/* current, over, thyst */
temp1             928 drivers/hwmon/w83791d.c 	return sprintf(buf, "%d\n", TEMP1_FROM_REG(data->temp1[attr->index]));
temp1             946 drivers/hwmon/w83791d.c 	data->temp1[nr] = TEMP1_TO_REG(val);
temp1             947 drivers/hwmon/w83791d.c 	w83791d_write(client, W83791D_REG_TEMP1[nr], data->temp1[nr]);
temp1            1570 drivers/hwmon/w83791d.c 			data->temp1[i] = w83791d_read(client,
temp1            1645 drivers/hwmon/w83791d.c 		dev_dbg(dev, "temp1[%d] is: 0x%02x\n", i, (u8) data->temp1[i]);
temp1             276 drivers/hwmon/w83792d.c 	u8 temp1[3];		/* current, over, thyst */
temp1             497 drivers/hwmon/w83792d.c 	return sprintf(buf, "%d\n", TEMP1_FROM_REG(data->temp1[nr]));
temp1             515 drivers/hwmon/w83792d.c 	data->temp1[nr] = TEMP1_TO_REG(val);
temp1             517 drivers/hwmon/w83792d.c 		data->temp1[nr]);
temp1            1531 drivers/hwmon/w83792d.c 			data->temp1[i] = w83792d_read_value(client,
temp1            1632 drivers/hwmon/w83792d.c 		dev_dbg(dev, "temp1[%d] is: 0x%x\n", i, data->temp1[i]);
temp1             723 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	u64 qp_ctx, temp, temp1;
temp1             751 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	get_64bit_val(cqe, 16, &temp1);
temp1             752 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	info->op_ret_val = (u32)RS_64(temp1, I40IW_CCQ_OPRETVAL);
temp1             753 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	get_64bit_val(cqp->sq_base[wqe_idx].elem, 24, &temp1);
temp1             754 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	info->op_code = (u8)RS_64(temp1, I40IW_CQPSQ_OPCODE);
temp1             457 drivers/input/touchscreen/ad7877.c SHOW(temp1)
temp1             448 drivers/input/touchscreen/ads7846.c SHOW(temp1, temp1, null_adjust)		/* temp2_input */
temp1             309 drivers/macintosh/windfarm_pm72.c 	s32 temp0, power0, temp1, power1, t_max = 0;
temp1             329 drivers/macintosh/windfarm_pm72.c 	err = read_one_cpu_vals(1, &temp1, &power1);
temp1             337 drivers/macintosh/windfarm_pm72.c 	t_max = max(t_max, max(temp0, temp1));
temp1             344 drivers/macintosh/windfarm_pm72.c 	temp = max(temp0, temp1);
temp1             635 drivers/media/dvb-frontends/mb86a16.c 	unsigned char temp1, temp2, temp3;
temp1             651 drivers/media/dvb-frontends/mb86a16.c 	if (mb86a16_read(state, 0x49, &temp1) != 2)
temp1             654 drivers/media/dvb-frontends/mb86a16.c 	afcen = (temp1 & 0x04) >> 2;
temp1             656 drivers/media/dvb-frontends/mb86a16.c 		if (mb86a16_read(state, 0x2a, &temp1) != 2)
temp1             658 drivers/media/dvb-frontends/mb86a16.c 		afcexen = (temp1 & 0x20) >> 5;
temp1             684 drivers/media/dvb-frontends/mb86a16.c 	if (mb86a16_read(state, 0x22, &temp1) != 2)
temp1             691 drivers/media/dvb-frontends/mb86a16.c 	R = (temp1 & 0xe0) >> 5;
temp1             692 drivers/media/dvb-frontends/mb86a16.c 	M = ((temp1 & 0x1f) << 12) + (temp2 << 4) + (temp3 >> 4);
temp1            1331 drivers/media/i2c/ov5640.c 	u8 temp1, temp2;
temp1            1334 drivers/media/i2c/ov5640.c 	ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL0, &temp1);
temp1            1337 drivers/media/i2c/ov5640.c 	temp2 = temp1 & 0x0f;
temp1            1341 drivers/media/i2c/ov5640.c 	ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL1, &temp1);
temp1            1344 drivers/media/i2c/ov5640.c 	sysdiv = temp1 >> 4;
temp1            1348 drivers/media/i2c/ov5640.c 	ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL2, &temp1);
temp1            1351 drivers/media/i2c/ov5640.c 	multiplier = temp1;
temp1            1353 drivers/media/i2c/ov5640.c 	ret = ov5640_read_reg(sensor, OV5640_REG_SC_PLL_CTRL3, &temp1);
temp1            1356 drivers/media/i2c/ov5640.c 	prediv = temp1 & 0x0f;
temp1            1357 drivers/media/i2c/ov5640.c 	pll_rdiv = ((temp1 >> 4) & 0x01) + 1;
temp1            1359 drivers/media/i2c/ov5640.c 	ret = ov5640_read_reg(sensor, OV5640_REG_SYS_ROOT_DIVIDER, &temp1);
temp1            1362 drivers/media/i2c/ov5640.c 	temp2 = temp1 & 0x03;
temp1            1420 drivers/media/i2c/ov5640.c 	u8 temp, temp1;
temp1            1429 drivers/media/i2c/ov5640.c 				      &temp1);
temp1            1432 drivers/media/i2c/ov5640.c 		if (temp1 & 0x04) {
temp1            1442 drivers/media/i2c/ov5640.c 				      &temp1);
temp1            1446 drivers/media/i2c/ov5640.c 		if (temp1 & 0x01) {
temp1            3107 drivers/media/pci/ddbridge/ddbridge-core.c 	__ATTR_MRO(temp1, ctemp_show),
temp1              64 drivers/media/usb/dvb-usb/af9005-fe.c 	u8 temp0, temp1;
temp1              68 drivers/media/usb/dvb-usb/af9005-fe.c 	if ((ret = af9005_read_ofdm_register(d, reghi, &temp1)))
temp1              72 drivers/media/usb/dvb-usb/af9005-fe.c 		*value = ((u16) (temp1 & 0x03) << 8) + (u16) temp0;
temp1              75 drivers/media/usb/dvb-usb/af9005-fe.c 		*value = ((u16) (temp1 & 0x0C) << 6) + (u16) temp0;
temp1              78 drivers/media/usb/dvb-usb/af9005-fe.c 		*value = ((u16) (temp1 & 0x30) << 4) + (u16) temp0;
temp1              81 drivers/media/usb/dvb-usb/af9005-fe.c 		*value = ((u16) (temp1 & 0xC0) << 2) + (u16) temp0;
temp1             128 drivers/media/usb/dvb-usb/af9005-fe.c 	u8 temp, temp0, temp1, temp2;
temp1             155 drivers/media/usb/dvb-usb/af9005-fe.c 				      &temp1);
temp1             158 drivers/media/usb/dvb-usb/af9005-fe.c 	loc_abort_count = ((u16) temp1 << 8) + temp0;
temp1             168 drivers/media/usb/dvb-usb/af9005-fe.c 				      &temp1);
temp1             176 drivers/media/usb/dvb-usb/af9005-fe.c 	err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0;
temp1             187 drivers/media/usb/dvb-usb/af9005-fe.c 				      &temp1);
temp1             190 drivers/media/usb/dvb-usb/af9005-fe.c 	cw_count = ((u32) temp1 << 8) + temp0;
temp1             228 drivers/media/usb/dvb-usb/af9005-fe.c 	u8 temp, temp0, temp1, temp2;
temp1             249 drivers/media/usb/dvb-usb/af9005-fe.c 				      &temp1);
temp1             257 drivers/media/usb/dvb-usb/af9005-fe.c 	*pre_err_count = ((u32) temp2 << 16) + ((u32) temp1 << 8) + temp0;
temp1             266 drivers/media/usb/dvb-usb/af9005-fe.c 				      &temp1);
temp1             269 drivers/media/usb/dvb-usb/af9005-fe.c 	super_frame_count = ((u32) temp1 << 8) + temp0;
temp1             532 drivers/media/usb/dvb-usb/af9005-fe.c 	u8 temp0, temp1, temp2, temp3, buf[4];
temp1             578 drivers/media/usb/dvb-usb/af9005-fe.c 	temp1 = (u8) ((NS_coeff1_2048Nu & 0x0000FF00) >> 8);
temp1             585 drivers/media/usb/dvb-usb/af9005-fe.c 	buf[2] = temp1;
temp1             613 drivers/media/usb/dvb-usb/af9005-fe.c 	temp1 = (u8) ((NS_coeff2_2k & 0x00003FC0) >> 6);
temp1             620 drivers/media/usb/dvb-usb/af9005-fe.c 	buf[2] = temp1;
temp1             644 drivers/media/usb/dvb-usb/af9005-fe.c 	temp1 = (u8) ((NS_coeff1_8191Nu & 0x0000FF00) >> 8);
temp1             651 drivers/media/usb/dvb-usb/af9005-fe.c 	buf[2] = temp1;
temp1             675 drivers/media/usb/dvb-usb/af9005-fe.c 	temp1 = (u8) ((NS_coeff1_8192Nu & 0x0000FF00) >> 8);
temp1             682 drivers/media/usb/dvb-usb/af9005-fe.c 	buf[2] = temp1;
temp1             706 drivers/media/usb/dvb-usb/af9005-fe.c 	temp1 = (u8) ((NS_coeff1_8193Nu & 0x0000FF00) >> 8);
temp1             713 drivers/media/usb/dvb-usb/af9005-fe.c 	buf[2] = temp1;
temp1             737 drivers/media/usb/dvb-usb/af9005-fe.c 	temp1 = (u8) ((NS_coeff2_8k & 0x00003FC0) >> 6);
temp1             744 drivers/media/usb/dvb-usb/af9005-fe.c 	buf[2] = temp1;
temp1             808 drivers/media/usb/dvb-usb/af9005-fe.c 	u8 temp, temp0 = 0, temp1 = 0, temp2 = 0;
temp1             972 drivers/media/usb/dvb-usb/af9005-fe.c 			temp1 = script[i].val;
temp1             988 drivers/media/usb/dvb-usb/af9005-fe.c 	    ((u32) temp2 << 16) + ((u32) temp1 << 8) + (u32) temp0;
temp1            1096 drivers/media/usb/dvb-usb/af9005-fe.c 	u8 temp, temp0, temp1, temp2;
temp1            1118 drivers/media/usb/dvb-usb/af9005-fe.c 	temp1 = (u8) ((state->original_fcw & 0x0000ff00) >> 8);
temp1            1123 drivers/media/usb/dvb-usb/af9005-fe.c 	ret = af9005_write_ofdm_register(state->d, 0xae19, temp1);
temp1            6743 drivers/net/ethernet/neterion/s2io.c 				  struct sk_buff **skb, u64 *temp0, u64 *temp1,
temp1            6788 drivers/net/ethernet/neterion/s2io.c 			rxdp3->Buffer1_ptr = *temp1;
temp1            6820 drivers/net/ethernet/neterion/s2io.c 			rxdp3->Buffer1_ptr = *temp1 =
temp1            1637 drivers/net/ethernet/nvidia/forcedeth.c 	u32 temp1, temp2, temp3;
temp1            1643 drivers/net/ethernet/nvidia/forcedeth.c 	temp1 = readl(base + NvRegMacAddrA);
temp1            1655 drivers/net/ethernet/nvidia/forcedeth.c 	writel(temp1, base + NvRegMacAddrA);
temp1             907 drivers/net/wireless/ath/ath6kl/htc_mbox.c 				int temp1 = 0, temp2 = 0;
temp1             912 drivers/net/wireless/ath/ath6kl/htc_mbox.c 							     &temp1, &temp2);
temp1             913 drivers/net/wireless/ath/ath6kl/htc_mbox.c 					bundle_sent += temp1;
temp1            4263 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 	int temp1, temp2, temp_diff;
temp1            4278 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 			temp1 = LCNPHY_TEMPSENSE(temp_new);
temp1            4280 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 			temp_diff = temp1 - temp2;
temp1            4388 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 	s16 temp, temp1, temp2, qQ, qQ1, qQ2, shift;
temp1            4404 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 		qm_log10((s32) (bbmult), 0, &temp1, &qQ1);
temp1            4411 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 			temp1 = qm_shr16(temp1, qQ1 - qQ2);
temp1            4414 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 		temp = qm_sub16(temp1, temp2);
temp1              87 drivers/pci/hotplug/cpqphp_core.c 	u8 temp1, temp2, temp3, temp4;
temp1              93 drivers/pci/hotplug/cpqphp_core.c 		temp1 = readb(fp);
temp1              97 drivers/pci/hotplug/cpqphp_core.c 		if (temp1 == '_' &&
temp1             132 drivers/pci/hotplug/cpqphp_nvram.c 	u8 temp1, temp2, temp3, temp4, temp5, temp6;
temp1             135 drivers/pci/hotplug/cpqphp_nvram.c 	temp1 = readb(rom_start + 0xffea + 0);
temp1             141 drivers/pci/hotplug/cpqphp_nvram.c 	if ((temp1 == 'C') &&
temp1              43 drivers/pci/hotplug/cpqphp_pci.c 	u8 temp1, temp2, temp3, temp4;
temp1              49 drivers/pci/hotplug/cpqphp_pci.c 		temp1 = readb(fp + SIG0);
temp1              53 drivers/pci/hotplug/cpqphp_pci.c 		if (temp1 == '$' &&
temp1             447 drivers/platform/x86/hdaps.c static DEVICE_ATTR(temp1, 0444, hdaps_temp1_show, NULL);
temp1             611 drivers/scsi/qla2xxx/qla_nx.c 		unsigned int temp1;
temp1             624 drivers/scsi/qla2xxx/qla_nx.c 		temp1 = ((window & 0x1FF) << 7) |
temp1             626 drivers/scsi/qla2xxx/qla_nx.c 		if (win_read != temp1) {
temp1             629 drivers/scsi/qla2xxx/qla_nx.c 			    __func__, temp1, win_read);
temp1             631 drivers/scsi/qla4xxx/ql4_nx.c 		unsigned int temp1;
temp1             644 drivers/scsi/qla4xxx/ql4_nx.c 		temp1 = ((window & 0x1FF) << 7) |
temp1             646 drivers/scsi/qla4xxx/ql4_nx.c 		if (win_read != temp1) {
temp1             648 drivers/scsi/qla4xxx/ql4_nx.c 			    " OCMwin (0x%x)\n", __func__, temp1, win_read);
temp1             424 drivers/staging/rtl8192u/r819xU_cmdpkt.c 		u16	 temp1, temp2;
temp1             426 drivers/staging/rtl8192u/r819xU_cmdpkt.c 		temp1 = ptemp[i] & 0x0000FFFF;
temp1             428 drivers/staging/rtl8192u/r819xU_cmdpkt.c 		ptemp[i] = (temp1 << 16) | temp2;
temp1             670 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	u32 temp1, temp2, reg1, reg2;
temp1             693 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	temp1 = ti_bandgap_readl(bgp, reg1);
temp1             694 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	temp1 &= tsr->bgap_dtemp_mask;
temp1             700 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	ret = ti_bandgap_adc_to_mcelsius(bgp, temp1, &t1);
temp1             879 drivers/usb/host/ehci-hub.c 	u32		temp, temp1, status;
temp1             953 drivers/usb/host/ehci-hub.c 				temp1 = ehci_readl(ehci, hostpc_reg);
temp1             954 drivers/usb/host/ehci-hub.c 				ehci_writel(ehci, temp1 & ~HOSTPC_PHCD,
temp1            1116 drivers/usb/host/ehci-hub.c 				temp1 = ehci_readl(ehci, hostpc_reg);
temp1            1117 drivers/usb/host/ehci-hub.c 				status |= ehci_port_speed(ehci, temp1);
temp1            1198 drivers/usb/host/ehci-hub.c 				temp1 = ehci_readl(ehci, hostpc_reg);
temp1            1199 drivers/usb/host/ehci-hub.c 				ehci_writel(ehci, temp1 | HOSTPC_PHCD,
temp1            1201 drivers/usb/host/ehci-hub.c 				temp1 = ehci_readl(ehci, hostpc_reg);
temp1            1203 drivers/usb/host/ehci-hub.c 					wIndex, (temp1 & HOSTPC_PHCD) ?
temp1            1467 drivers/usb/host/fotg210-hcd.c 	u32 temp, temp1, status;
temp1            1565 drivers/usb/host/fotg210-hcd.c 		temp1 = fotg210_readl(fotg210, &fotg210->regs->otgisr);
temp1            1566 drivers/usb/host/fotg210-hcd.c 		if (temp1 & OTGISR_OVC)
temp1            1677 drivers/usb/host/fotg210-hcd.c 		temp1 = fotg210_readl(fotg210, &fotg210->regs->otgisr);
temp1            1678 drivers/usb/host/fotg210-hcd.c 		if (temp1 & OTGISR_OVC)
temp1            1228 drivers/video/fbdev/pm3fb.c 	unsigned long	tempBypass, i, temp1, temp2;
temp1            1263 drivers/video/fbdev/pm3fb.c 		temp1 = fb_readl((screen_mem + (i * 1048576)));
temp1            1266 drivers/video/fbdev/pm3fb.c 		if (temp1 == (i * 0x00345678))
temp1            1285 drivers/video/fbdev/pm3fb.c 			temp1 =
temp1            1290 drivers/video/fbdev/pm3fb.c 			if ((temp1 == (i * 0x00345678)) && (temp2 == 0))
temp1            1014 drivers/video/fbdev/sis/init.c    unsigned char cr5f, temp1, temp2;
temp1            1033 drivers/video/fbdev/sis/init.c       temp1 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x5c) & 0xf8;
temp1            1036 drivers/video/fbdev/sis/init.c       if((!temp1) || (temp2)) {
temp1            1052 drivers/video/fbdev/sis/init.c 	       temp1 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x5c) & 0xf8;
temp1            1053 drivers/video/fbdev/sis/init.c 	       switch(temp1) {
temp1            1689 drivers/video/fbdev/sis/init.c    unsigned short temp, temp1, temp2;
temp1            1695 drivers/video/fbdev/sis/init.c    temp1 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x00);
temp1            1698 drivers/video/fbdev/sis/init.c    SiS_SetReg(SiS_Pr->SiS_P3d4,0x00,temp1);
temp1            1746 drivers/video/fbdev/sis/init.c    unsigned short temp1 = 0, temp2 = 0;
temp1            1750 drivers/video/fbdev/sis/init.c          temp1 = 0xa0; temp2 = 0x08;
temp1            1752 drivers/video/fbdev/sis/init.c       SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x51,0x1f,temp1);
temp1            2231 drivers/video/fbdev/sis/init.c    unsigned short temp1, temp2;
temp1            2236 drivers/video/fbdev/sis/init.c    temp1 = temp2 = (SiS_GetReg(SiS_Pr->SiS_P3c4,0x18) & 0x62) >> 1;
temp1            2237 drivers/video/fbdev/sis/init.c    (*idx2) = (unsigned short)(ThTiming[((temp2 >> 3) | temp1) & 0x07]);
temp1            2291 drivers/video/fbdev/sis/init.c    unsigned short temp1, temp2;
temp1            2294 drivers/video/fbdev/sis/init.c    temp1 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 1);
temp1            2295 drivers/video/fbdev/sis/init.c    if(temp1 < 4) temp1 = 4;
temp1            2296 drivers/video/fbdev/sis/init.c    temp1 -= 4;
temp1            2297 drivers/video/fbdev/sis/init.c    if(temp2 < temp1) temp2 = temp1;
temp1            3133 drivers/video/fbdev/sis/init.c    unsigned char temp1, temp2, temp3;
temp1            3149 drivers/video/fbdev/sis/init.c       temp1 = 0x21;
temp1            3153 drivers/video/fbdev/sis/init.c       temp1 = 0x25;
temp1            3157 drivers/video/fbdev/sis/init.c    sisfb_write_nbridge_pci_byte(SiS_Pr, 0x7e, temp1);
temp1             712 drivers/video/fbdev/sis/init301.c    unsigned short temp1, temp2;
temp1             716 drivers/video/fbdev/sis/init301.c    temp1 = (SiS_Pr->SiS_VBInfo & SetInSlaveMode) >> 8;
temp1             718 drivers/video/fbdev/sis/init301.c    SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x31,temp2,temp1);
temp1             730 drivers/video/fbdev/sis/init301.c    unsigned short temp,temp1;
temp1             735 drivers/video/fbdev/sis/init301.c 	 temp1 = SISGETROMW(0x23b);
temp1             736 drivers/video/fbdev/sis/init301.c 	 if(temp1 & temp) return true;
temp1             746 drivers/video/fbdev/sis/init301.c    unsigned short temp,temp1;
temp1             751 drivers/video/fbdev/sis/init301.c 	 temp1 = SISGETROMW(0x23d);
temp1             752 drivers/video/fbdev/sis/init301.c 	 if(temp1 & temp) return true;
temp1            1532 drivers/video/fbdev/sis/init301.c    unsigned short temp, temp1, resinfo = 0, romindex = 0;
temp1            1568 drivers/video/fbdev/sis/init301.c 	    temp1 = SiS_GetReg(SiS_Pr->SiS_P3d4,temp);
temp1            1570 drivers/video/fbdev/sis/init301.c 	       if(temp1 & EnablePALM) {		/* 0x40 */
temp1            1573 drivers/video/fbdev/sis/init301.c 	       } else if(temp1 & EnablePALN) {	/* 0x80 */
temp1            1577 drivers/video/fbdev/sis/init301.c 	       if(temp1 & EnableNTSCJ) {	/* 0x40 */
temp1            1627 drivers/video/fbdev/sis/init301.c       temp1 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x35);
temp1            1628 drivers/video/fbdev/sis/init301.c       if(temp1 & 0x01) {
temp1            1630 drivers/video/fbdev/sis/init301.c 	 if(temp1 & 0x08) {
temp1            1632 drivers/video/fbdev/sis/init301.c 	 } else if(temp1 & 0x04) {
temp1            1639 drivers/video/fbdev/sis/init301.c 	 if(temp1 & 0x02) {
temp1            1645 drivers/video/fbdev/sis/init301.c 	    if((temp1 & 0x10) || (SiS_Pr->SiS_CHOverScan == 1)) {
temp1            1652 drivers/video/fbdev/sis/init301.c 	    temp1 &= 0xe0;
temp1            1653 drivers/video/fbdev/sis/init301.c 	    if(temp1 == 0x00)      SiS_Pr->SiS_TVMode |= TVSetYPbPr525i;
temp1            1654 drivers/video/fbdev/sis/init301.c 	    else if(temp1 == 0x20) SiS_Pr->SiS_TVMode |= TVSetYPbPr525p;
temp1            1655 drivers/video/fbdev/sis/init301.c 	    else if(temp1 == 0x40) SiS_Pr->SiS_TVMode |= TVSetYPbPr750p;
temp1            1663 drivers/video/fbdev/sis/init301.c 	       temp1 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x39);
temp1            1664 drivers/video/fbdev/sis/init301.c 	       if(temp1 & 0x02) {
temp1            3337 drivers/video/fbdev/sis/init301.c   unsigned short temp1=0, modeflag=0, tempcx=0;
temp1            3349 drivers/video/fbdev/sis/init301.c      temp1 = SiS_Pr->SiS_StandTable[index].CRTC[7];
temp1            3366 drivers/video/fbdev/sis/init301.c      temp1  = SiS_Pr->SiS_CRT1Table[index].CR[7];
temp1            3372 drivers/video/fbdev/sis/init301.c   if(temp1 & 0x01) tempbx |= 0x0100;
temp1            3373 drivers/video/fbdev/sis/init301.c   if(temp1 & 0x20) tempbx |= 0x0200;
temp1            4561 drivers/video/fbdev/sis/init301.c   unsigned short temp1, pushax=0;
temp1            5074 drivers/video/fbdev/sis/init301.c        temp1 = SiS_GetReg(SiS_Pr->SiS_Part1Port,0x2E);
temp1            5075 drivers/video/fbdev/sis/init301.c        if(!(temp1 & 0x80)) {
temp1            7572 drivers/video/fbdev/sis/init301.c    unsigned short temp, temp1, temp2;
temp1            7574 drivers/video/fbdev/sis/init301.c    temp1 = SiS_GetReg(SiS_Pr->SiS_Part2Port,0x1f);
temp1            7576 drivers/video/fbdev/sis/init301.c    temp = (unsigned short)((int)((temp1 | ((temp2 & 0xf0) << 4))) + shift);
temp1            7582 drivers/video/fbdev/sis/init301.c    temp1 = SiS_GetReg(SiS_Pr->SiS_Part2Port,0x43);
temp1            7584 drivers/video/fbdev/sis/init301.c    temp = (unsigned short)((int)((temp1 | ((temp2 & 0xf0) << 4))) + shift);
temp1            7593 drivers/video/fbdev/sis/init301.c    unsigned short temp, temp1;
temp1            7619 drivers/video/fbdev/sis/init301.c          temp1 = 0;
temp1            7620 drivers/video/fbdev/sis/init301.c 	 if(SiS_Pr->SiS_TVMode & TVAspect43) temp1 = 4;
temp1            7621 drivers/video/fbdev/sis/init301.c 	 SiS_SetRegANDOR(SiS_Pr->SiS_Part4Port,0x0f,0xfb,temp1);
temp1            7629 drivers/video/fbdev/sis/init301.c          temp1 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x3b) & 0x03;
temp1            7630 drivers/video/fbdev/sis/init301.c 	 if(temp1 == 0x01) temp |= 0x01;
temp1            7631 drivers/video/fbdev/sis/init301.c 	 if(temp1 == 0x03) temp |= 0x04;  /* ? why not 0x10? */
temp1            8521 drivers/video/fbdev/sis/init301.c   unsigned char temp, temp1;
temp1            8523 drivers/video/fbdev/sis/init301.c   temp1 = SiS_GetCH701x(SiS_Pr,0x49);
temp1            8532 drivers/video/fbdev/sis/init301.c   SiS_SetCH701x(SiS_Pr,0x49,temp1);
temp1            8686 drivers/video/fbdev/sis/init301.c      unsigned short temp,temp1;
temp1            8702 drivers/video/fbdev/sis/init301.c         temp1 = 0;
temp1            8707 drivers/video/fbdev/sis/init301.c 	   temp1 = 1;
temp1            8720 drivers/video/fbdev/sis/init301.c            if(!temp1)
temp1            10258 drivers/video/fbdev/sis/init301.c   unsigned short index,temp,temp1,romptr=0;
temp1            10269 drivers/video/fbdev/sis/init301.c   temp1 = temp;
temp1            10273 drivers/video/fbdev/sis/init301.c         temp1 = GetOEMTVPtr661(SiS_Pr);
temp1            10274 drivers/video/fbdev/sis/init301.c         temp1 >>= 1;
temp1            10287 drivers/video/fbdev/sis/init301.c      temp1 <<= 1;
temp1            10288 drivers/video/fbdev/sis/init301.c      temp = ROMAddr[romptr + temp1 + index];
temp1            10301 drivers/video/fbdev/sis/init301.c   unsigned short index,temp,temp1,romptr=0;
temp1            10303 drivers/video/fbdev/sis/init301.c   temp = temp1 = GetTVPtrIndex(SiS_Pr) >> 1; 	/* 0: NTSC/YPbPr, 1: PAL, 2: HiTV */
temp1            10316 drivers/video/fbdev/sis/init301.c 	temp1 = GetOEMTVPtr661(SiS_Pr);
temp1            10317 drivers/video/fbdev/sis/init301.c         temp1 >>= 1;
temp1            10326 drivers/video/fbdev/sis/init301.c      temp1 <<= 1;
temp1            10327 drivers/video/fbdev/sis/init301.c      temp = ROMAddr[romptr + temp1 + index];
temp1            10663 drivers/video/fbdev/sis/init301.c    unsigned short romptr, temp1, temp2;
temp1            10679 drivers/video/fbdev/sis/init301.c             temp1 = (ROMAddr[romptr] & 0x03) | 0x0c;
temp1            10682 drivers/video/fbdev/sis/init301.c 	      temp1 &= 0xfc;
temp1            10685 drivers/video/fbdev/sis/init301.c 	    SiS_SetRegANDOR(SiS_Pr->SiS_Part4Port,0x24,temp2,temp1);
temp1            10688 drivers/video/fbdev/sis/init301.c             temp1 = (ROMAddr[romptr + 1] & 0x80) >> 1;
temp1            10689 drivers/video/fbdev/sis/init301.c             SiS_SetRegANDOR(SiS_Pr->SiS_Part4Port,0x0d,0xbf,temp1);
temp1            2545 drivers/video/fbdev/sis/sis_main.c     u8 temp1, temp2;
temp1            2559 drivers/video/fbdev/sis/sis_main.c        temp1 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x25);
temp1            2567 drivers/video/fbdev/sis/sis_main.c        if(temp2 != temp1) temp1 = temp2;
temp1            2569 drivers/video/fbdev/sis/sis_main.c        if((temp1 >= 0x22) && (temp1 <= 0x50)) {
temp1            2571 drivers/video/fbdev/sis/sis_main.c 	   temp1 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x0e);
temp1            2572 drivers/video/fbdev/sis/sis_main.c 	   if((temp1 & 0x03) != 0x03) {
temp1            2583 drivers/video/fbdev/sis/sis_main.c 	       temp1 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x10);
temp1            2584 drivers/video/fbdev/sis/sis_main.c 	       if(!(temp1 & 0x08))       test[i] = 0x02;
temp1            2585 drivers/video/fbdev/sis/sis_main.c 	       else if(!(temp1 & 0x02))  test[i] = 0x01;
temp1            2590 drivers/video/fbdev/sis/sis_main.c 	   if(test[0] == test[1])      temp1 = test[0];
temp1            2591 drivers/video/fbdev/sis/sis_main.c 	   else if(test[0] == test[2]) temp1 = test[0];
temp1            2592 drivers/video/fbdev/sis/sis_main.c 	   else if(test[1] == test[2]) temp1 = test[1];
temp1            2596 drivers/video/fbdev/sis/sis_main.c 		temp1 = test[2];
temp1            2598 drivers/video/fbdev/sis/sis_main.c 	   if(temp1 == 0x02) {
temp1            2603 drivers/video/fbdev/sis/sis_main.c 	   } else if (temp1 == 0x01) {
temp1            2612 drivers/video/fbdev/sis/sis_main.c        } else if(temp1 == 0) {
temp1            2624 drivers/video/fbdev/sis/sis_main.c 	temp1 = SiS_GetCH701x(&ivideo->SiS_Pr, 0x49);
temp1            2635 drivers/video/fbdev/sis/sis_main.c 	SiS_SetCH701x(&ivideo->SiS_Pr, 0x49, temp1);
temp1            2636 drivers/video/fbdev/sis/sis_main.c 	temp1 = 0;
temp1            2637 drivers/video/fbdev/sis/sis_main.c 	if(temp2 & 0x02) temp1 |= 0x01;
temp1            2638 drivers/video/fbdev/sis/sis_main.c 	if(temp2 & 0x10) temp1 |= 0x01;
temp1            2639 drivers/video/fbdev/sis/sis_main.c 	if(temp2 & 0x04) temp1 |= 0x02;
temp1            2640 drivers/video/fbdev/sis/sis_main.c 	if( (temp1 & 0x01) && (temp1 & 0x02) ) temp1 = 0x04;
temp1            2641 drivers/video/fbdev/sis/sis_main.c 	switch(temp1) {
temp1             450 drivers/w1/masters/ds2482.c 	int temp1;
temp1             476 drivers/w1/masters/ds2482.c 	temp1 = i2c_smbus_read_byte(client);
temp1             477 drivers/w1/masters/ds2482.c 	if (temp1 != (DS2482_REG_STS_LL | DS2482_REG_STS_RST)) {
temp1             479 drivers/w1/masters/ds2482.c 			 "0x%02X - not a DS2482\n", temp1);
temp1             568 sound/pci/emu10k1/memory.c 	int page, nextofs, end_offset, temp, temp1;
temp1             578 sound/pci/emu10k1/memory.c 		temp1 = end_offset - offset;
temp1             579 sound/pci/emu10k1/memory.c 		if (temp1 < temp)
temp1             580 sound/pci/emu10k1/memory.c 			temp = temp1;
temp1             598 sound/pci/emu10k1/memory.c 	int page, nextofs, end_offset, temp, temp1;
temp1             608 sound/pci/emu10k1/memory.c 		temp1 = end_offset - offset;
temp1             609 sound/pci/emu10k1/memory.c 		if (temp1 < temp)
temp1             610 sound/pci/emu10k1/memory.c 			temp = temp1;