Searched refs:PWRITE (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/hwmon/ |
| H A D | asc7621.c | 804 #define PWRITE(name, n, pri, rm, rl, m, s, r) \ macro 824 PWRITE(in0_min, 0, PRI_LOW, 0x44, 0, 0, 0, in8), 825 PWRITE(in1_min, 1, PRI_LOW, 0x46, 0, 0, 0, in8), 826 PWRITE(in2_min, 2, PRI_LOW, 0x48, 0, 0, 0, in8), 827 PWRITE(in3_min, 3, PRI_LOW, 0x4a, 0, 0, 0, in8), 828 PWRITE(in4_min, 4, PRI_LOW, 0x4c, 0, 0, 0, in8), 830 PWRITE(in0_max, 0, PRI_LOW, 0x45, 0, 0, 0, in8), 831 PWRITE(in1_max, 1, PRI_LOW, 0x47, 0, 0, 0, in8), 941 PWRITE(pwm1, 0, PRI_HIGH, 0x30, 0, 0, 0, u8), 942 PWRITE(pwm2, 1, PRI_HIGH, 0x31, 0, 0, 0, u8), [all …]
|