Home
last modified time | relevance | path

Searched refs:in8 (Results 1 – 17 of 17) sorted by relevance

/linux-3.4.99/arch/x86/crypto/
Dsalsa20-i586-asm_32.S65 # in8 = *(uint32 *) (x + 32)
75 # j8 = in8
159 # in8 = j8
167 # x8 = in8
810 # in8 = x8
814 # in8 += j8
818 # in8 ^= *(uint32 *) (m + 32)
822 # *(uint32 *) (out + 32) = in8
876 # in8 = j8
880 # in8 += 1
[all …]
Dsalsa20-x86_64-asm_64.S48 # in8 = *(uint64 *) (x + 32)
64 # j8 = in8
741 # in8 = j8
743 # in8 += 1
745 # j8 = in8
768 # in8 = j8
770 # *(uint64 *) (x + 32) = in8
910 # in8 = 0
914 # *(uint64 *) (x + 32) = in8
/linux-3.4.99/drivers/hwmon/
Dsmm665.c412 SMM665_ATTR(in8, input, SMM665_MISC16_ADC_DATA_F);
424 SMM665_ATTR(in8, min, SMM665_MISC16_ADC_DATA_F);
436 SMM665_ATTR(in8, max, SMM665_MISC16_ADC_DATA_F);
448 SMM665_ATTR(in8, lcrit, SMM665_MISC16_ADC_DATA_F);
460 SMM665_ATTR(in8, crit, SMM665_MISC16_ADC_DATA_F);
472 SMM665_ATTR(in8, crit_alarm, SMM665_FAULT_F);
Dasc7621.c838 PWRITE(in0_min, 0, PRI_LOW, 0x44, 0, 0, 0, in8),
839 PWRITE(in1_min, 1, PRI_LOW, 0x46, 0, 0, 0, in8),
840 PWRITE(in2_min, 2, PRI_LOW, 0x48, 0, 0, 0, in8),
841 PWRITE(in3_min, 3, PRI_LOW, 0x4a, 0, 0, 0, in8),
842 PWRITE(in4_min, 4, PRI_LOW, 0x4c, 0, 0, 0, in8),
844 PWRITE(in0_max, 0, PRI_LOW, 0x45, 0, 0, 0, in8),
845 PWRITE(in1_max, 1, PRI_LOW, 0x47, 0, 0, 0, in8),
846 PWRITE(in2_max, 2, PRI_LOW, 0x49, 0, 0, 0, in8),
847 PWRITE(in3_max, 3, PRI_LOW, 0x4b, 0, 0, 0, in8),
848 PWRITE(in4_max, 4, PRI_LOW, 0x4d, 0, 0, 0, in8),
/linux-3.4.99/include/sound/
Dvx_core.h97 unsigned char (*in8)(struct vx_core *chip, int reg); member
248 return chip->ops->in8(chip, reg); in snd_vx_inb()
/linux-3.4.99/Documentation/hwmon/
Dw8379537 21 | VSEN9 | 18h | in8
Dit87132 voltage in8 does not have limit registers.
135 the chip (in7, in8 and optionally in3). The driver handles this transparently
Dw83627hf111 74 | VBAT | 51h (bank 5) | in8
Dw83792d84 20 - in8
Dw83791d147 in8 (VBAT) : alarms: 0x100000 beep_mask: 0x020000 <== mismatch
Df71805f78 in8 VIN8 VSB5V 200K 47K 1.00 0.95 V
Dpc87360139 external. Some of them (in7:Vsb, in8:Vdd and in10:AVdd) are divided by two
Dlm9329 Configures in7 and in8 limit type, where 0 means absolute and non-zero
Dw83781d142 0x020000: in8 (W83782D only)
/linux-3.4.99/sound/pci/vx222/
Dvx222_ops.c995 .in8 = vx2_inb,
1015 .in8 = vx2_inb,
/linux-3.4.99/drivers/isdn/hisax/
Dhfc4s8s_l1.c319 u_char in8; in Read_hfc8_stable() local
321 while (((in8 = Read_hfc8(hw, reg)) != ref8)) { in Read_hfc8_stable()
322 ref8 = in8; in Read_hfc8_stable()
324 return in8; in Read_hfc8_stable()
/linux-3.4.99/sound/pcmcia/vx/
Dvxp_ops.c600 .in8 = vxp_inb,