Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/kernel/
Dmca_asm.S413 #define temp3 r7 macro
518 mov temp3=b6
522 st8 [temp1]=temp3,PT(AR_CSD)-PT(B6) // save b6
524 mov temp3=ar.csd
528 st8 [temp1]=temp3,PT(AR_UNAT)-PT(AR_CSD) // save ar.csd
530 mov temp3=ar.unat
533 st8 [temp1]=temp3,PT(AR_RNAT)-PT(AR_UNAT) // save ar.unat
535 mov temp3=ar.rnat
538 st8 [temp1]=temp3,PT(LOADRS)-PT(AR_RNAT) // save ar.rnat
540 mov temp3=ar.bsp
[all …]
/linux-3.4.99/drivers/media/dvb/dvb-usb/
Daf9005-fe.c544 u8 temp0, temp1, temp2, temp3, buf[4]; in af9005_fe_program_cfoe() local
592 temp3 = (u8) ((NS_coeff1_2048Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe()
595 buf[0] = temp3; in af9005_fe_program_cfoe()
627 temp3 = (u8) ((NS_coeff2_2k & 0x01C00000) >> 22); in af9005_fe_program_cfoe()
630 buf[0] = temp3; in af9005_fe_program_cfoe()
658 temp3 = (u8) ((NS_coeff1_8191Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe()
661 buf[0] = temp3; in af9005_fe_program_cfoe()
689 temp3 = (u8) ((NS_coeff1_8192Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe()
692 buf[0] = temp3; in af9005_fe_program_cfoe()
720 temp3 = (u8) ((NS_coeff1_8193Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe()
[all …]
/linux-3.4.99/Documentation/hwmon/
Dthmc5064 temp3 -- 2nd remote only for ADM1022
73 in the temp3 mode), five temperature readings and two fans.
Dw8379548 9/ 10 | VDSEN16/TR3/TD3 | 23h | in19/temp3
101 6/ 7 | VDSEN16/TR3/TD3 | 23h | in19/temp3
Demc210331 as temp3 and temp4. If only one diode is attached to this channel, temp4
Dw83627ehf65 degC for temp1 and and 0.5 degC for temp2 and temp3. For temp4 and higher,
69 Alarms are only supported for temp1, temp2, and temp3.
92 temp3 -> pwm3 (not on 627UHG)
Dasb10057 0x2000 => temp3
Dw83792d47 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when
68 4 - temp3
Dw83791d65 degC for temp1 and 0.5 degC for temp2 and temp3. An alarm is triggered when
151 temp3 : alarms: 0x002000 beep_mask: 0x000002 <== mismatch
Dltc297875 temperatures, and temp3 reports the internal
Dvt121162 UCH1/Reading2 in0 temp3 NTC type thermistor
116 temp1 and temp3-temp7, scaling depends on the board implementation and needs
Dlm8774 - in0+in5 (default) or temp3
Dw83781d132 0x000020: temp2 (+temp3 on W83781D)
140 0x002000: temp3 (W83782D only)
295 would control temp1, bit 3 temp2 and bit 5 temp3.
368 temp3, although it is possible that only the most significant bit matters
Ddme1737126 temp3: Remote diode 2 (3904 type) temperature -127C - +127C
247 4: temp3
Dsysfs-interface270 auto mode. Bitfield, 1 is temp1, 2 is temp2, 4 is temp3 etc...
/linux-3.4.99/drivers/pci/hotplug/
Dcpqphp_nvram.c147 u8 temp1, temp2, temp3, temp4, temp5, temp6; in check_for_compaq_ROM() local
152 temp3 = readb(rom_start + 0xffea + 2); in check_for_compaq_ROM()
158 (temp3 == 'M') && in check_for_compaq_ROM()
Dcpqphp_core.c101 u8 temp1, temp2, temp3, temp4; in detect_SMBIOS_pointer() local
109 temp3 = readb(fp+2); in detect_SMBIOS_pointer()
113 temp3 == 'M' && in detect_SMBIOS_pointer()
Dcpqphp_pci.c57 u8 temp1, temp2, temp3, temp4; in detect_HRT_floating_pointer() local
65 temp3 = readb(fp + SIG2); in detect_HRT_floating_pointer()
69 temp3 == 'R' && in detect_HRT_floating_pointer()
/linux-3.4.99/drivers/staging/xgifb/
Dvb_init.c449 unsigned char temp, temp1, temp2, temp3, i, j, k; in XGINew_SetDRAMDefaultRegister340() local
488 temp3 = 0; in XGINew_SetDRAMDefaultRegister340()
491 xgifb_reg_and_or(P3d4, 0x6E, 0xFC, temp3); in XGINew_SetDRAMDefaultRegister340()
506 temp3 += 0x01; in XGINew_SetDRAMDefaultRegister340()
536 temp3 = temp & 0x80; in XGINew_SetDRAMDefaultRegister340()
539 xgifb_reg_or(P3d4, 0x40, temp3); /* CR40_D[7] */ in XGINew_SetDRAMDefaultRegister340()
Dvb_setmode.c2532 unsigned long temp, temp1, temp2, temp3, push3; in XGI_SetLVDSRegs() local
2762 temp3 = tempax; in XGI_SetLVDSRegs()
2765 temp1 /= temp3; in XGI_SetLVDSRegs()
2766 temp3 = temp3 << 16; in XGI_SetLVDSRegs()
2769 temp3 = (temp3 & 0xffff0000) + (temp1 & 0xffff); in XGI_SetLVDSRegs()
2771 tempax = (unsigned short) (temp3 & 0xff); in XGI_SetLVDSRegs()
2782 tempax |= (unsigned short) ((temp3 >> 8) & 0x07); in XGI_SetLVDSRegs()
2788 temp3 = temp3 >> 16; in XGI_SetLVDSRegs()
2791 temp3 = temp3 >> 1; in XGI_SetLVDSRegs()
2794 (unsigned short) ((temp3 >> 8) & 0xff)); in XGI_SetLVDSRegs()
[all …]
/linux-3.4.99/arch/frv/kernel/
Dgdb-stub.c1395 unsigned long addr, length, loop, dbar, temp, temp2, temp3; in gdbstub() local
1430 temp3 = __debug_frame->pc & ~15; in gdbstub()
1432 if (temp3 == temp + TBR_TT_INTERRUPT_15 || in gdbstub()
1433 temp3 == temp2 + TBR_TT_INTERRUPT_15 in gdbstub()
1446 if (temp3 == temp + TBR_TT_DECREMENT_TIMER || in gdbstub()
1447 temp3 == temp2 + TBR_TT_DECREMENT_TIMER in gdbstub()
/linux-3.4.99/drivers/scsi/
DFlashPoint.c937 unsigned short temp, temp2, temp3, temp4, temp5, temp6; in FlashPoint_ProbeHostAdapter() local
1005 temp3 = 0x0000; in FlashPoint_ProbeHostAdapter()
1025 temp3 >>= 1; in FlashPoint_ProbeHostAdapter()
1041 temp3 |= 0x8000; in FlashPoint_ProbeHostAdapter()
1050 pCardInfo->si_per_targ_no_disc = temp3; in FlashPoint_ProbeHostAdapter()
1149 temp3 = 0; in FlashPoint_ProbeHostAdapter()
1151 temp3 <<= 1; in FlashPoint_ProbeHostAdapter()
1153 temp3 |= 1; in FlashPoint_ProbeHostAdapter()
1159 if (!(temp3 & BIT(7))) in FlashPoint_ProbeHostAdapter()
1161 if (!(temp3 & BIT(6))) in FlashPoint_ProbeHostAdapter()
/linux-3.4.99/drivers/media/dvb/frontends/
Dmb86a16.c657 unsigned char temp1, temp2, temp3; in freqerr_chk() local
710 if (mb86a16_read(state, 0x24, &temp3) != 2) in freqerr_chk()
714 M = ((temp1 & 0x1f) << 12) + (temp2 << 4) + (temp3 >> 4); in freqerr_chk()
/linux-3.4.99/drivers/video/sis/
Dinit.c3131 unsigned char temp1, temp2, temp3; in SiS_Handle760() local
3144 temp3 = SiS_GetRegByte((somebase + 0x85)) & 0xb7; in SiS_Handle760()
3149 temp3 |= 0x08; in SiS_Handle760()
3158 SiS_SetRegByte((somebase + 0x85), temp3); in SiS_Handle760()
/linux-3.4.99/drivers/net/ethernet/nvidia/
Dforcedeth.c1636 u32 temp1, temp2, temp3; in nv_mac_reset() local
1644 temp3 = readl(base + NvRegTransmitPoll); in nv_mac_reset()
1656 writel(temp3, base + NvRegTransmitPoll); in nv_mac_reset()