Lines Matching defs:index
126 #define W83793_REG_BEEP(index) (0x53 + (index)) argument
127 #define W83793_REG_ALARM(index) (0x4b + (index)) argument
156 #define W83793_REG_FAN(index) (0x23 + 2 * (index)) /* High byte */ argument
157 #define W83793_REG_FAN_MIN(index) (0x90 + 2 * (index)) /* High byte */ argument
169 #define W83793_REG_PWM(index, nr) (((nr) == 0 ? 0xb3 : \ argument
173 #define W83793_REG_TEMP_FAN_MAP(index) (0x201 + (index)) argument
174 #define W83793_REG_TEMP_TOL(index) (0x208 + (index)) argument
175 #define W83793_REG_TEMP_CRUISE(index) (0x210 + (index)) argument
176 #define W83793_REG_PWM_STOP_TIME(index) (0x228 + (index)) argument
177 #define W83793_REG_SF2_TEMP(index, nr) (0x230 + ((index) << 4) + (nr)) argument
178 #define W83793_REG_SF2_PWM(index, nr) (0x238 + ((index) << 4) + (nr)) argument
330 int index = sensor_attr->index; in show_vid() local
353 int index = sensor_attr->index >> 3; in show_alarm_beep() local
374 int index = sensor_attr->index >> 3; in store_beep() local
472 int index = sensor_attr->index; in show_fan() local
491 int index = sensor_attr->index; in store_fan_min() local
514 int index = sensor_attr->index; in show_pwm() local
533 int index = sensor_attr->index; in store_pwm() local
562 int index = sensor_attr->index; in show_temp() local
580 int index = sensor_attr->index; in store_temp() local
616 int index = sensor_attr->index; in show_temp_mode() local
642 int index = sensor_attr->index; in store_temp_mode() local
776 int index = sensor_attr->index; in show_sf_ctrl() local
801 int index = sensor_attr->index; in store_sf_ctrl() local
858 int index = sensor_attr->index; in show_sf2_pwm() local
873 int index = sensor_attr->index; in store_sf2_pwm() local
892 int index = sensor_attr->index; in show_sf2_temp() local
908 int index = sensor_attr->index; in store_sf2_temp() local
928 int index = sensor_attr->index; in show_in() local
948 int index = sensor_attr->index; in store_in() local
982 #define SENSOR_ATTR_IN(index) \ argument
995 #define SENSOR_ATTR_FAN(index) \ argument
1005 #define SENSOR_ATTR_PWM(index) \ argument
1015 #define SENSOR_ATTR_TEMP(index) \ argument