Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dsmm665.c409 SMM665_ATTR(in8, input, SMM665_MISC16_ADC_DATA_F);
421 SMM665_ATTR(in8, min, SMM665_MISC16_ADC_DATA_F);
433 SMM665_ATTR(in8, max, SMM665_MISC16_ADC_DATA_F);
445 SMM665_ATTR(in8, lcrit, SMM665_MISC16_ADC_DATA_F);
457 SMM665_ATTR(in8, crit, SMM665_MISC16_ADC_DATA_F);
469 SMM665_ATTR(in8, crit_alarm, SMM665_FAULT_F);
Dasc7621.c837 PWRITE(in0_min, 0, PRI_LOW, 0x44, 0, 0, 0, in8),
838 PWRITE(in1_min, 1, PRI_LOW, 0x46, 0, 0, 0, in8),
839 PWRITE(in2_min, 2, PRI_LOW, 0x48, 0, 0, 0, in8),
840 PWRITE(in3_min, 3, PRI_LOW, 0x4a, 0, 0, 0, in8),
841 PWRITE(in4_min, 4, PRI_LOW, 0x4c, 0, 0, 0, in8),
843 PWRITE(in0_max, 0, PRI_LOW, 0x45, 0, 0, 0, in8),
844 PWRITE(in1_max, 1, PRI_LOW, 0x47, 0, 0, 0, in8),
845 PWRITE(in2_max, 2, PRI_LOW, 0x49, 0, 0, 0, in8),
846 PWRITE(in3_max, 3, PRI_LOW, 0x4b, 0, 0, 0, in8),
847 PWRITE(in4_max, 4, PRI_LOW, 0x4d, 0, 0, 0, in8),
/Linux-v4.19/Documentation/hwmon/
Dpowr122038 in8 VMON9
Dw8379537 21 | VSEN9 | 18h | in8
Dw83627hf111 74 | VBAT | 51h (bank 5) | in8
Dit87190 2.8 volts with a resolution of 0.0109 volt. The battery voltage in8 does not
197 * in8 (always)
Dw83791d147 in8 (VBAT) : alarms: 0x100000 beep_mask: 0x020000 <== mismatch
Dw83792d91 20 - in8
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-v4.19/include/sound/
Dvx_core.h89 unsigned char (*in8)(struct vx_core *chip, int reg); member
239 return chip->ops->in8(chip, reg); in snd_vx_inb()
/Linux-v4.19/sound/pci/vx222/
Dvx222_ops.c1001 .in8 = vx2_inb,
1021 .in8 = vx2_inb,
/Linux-v4.19/drivers/isdn/hisax/
Dhfc4s8s_l1.c277 u_char in8; in Read_hfc8_stable() local
279 while (((in8 = Read_hfc8(hw, reg)) != ref8)) { in Read_hfc8_stable()
280 ref8 = in8; in Read_hfc8_stable()
282 return in8; in Read_hfc8_stable()
/Linux-v4.19/sound/pcmcia/vx/
Dvxp_ops.c598 .in8 = vxp_inb,