Lines Matching refs:a
2264 int a = index % 5; /* attribute index */ in it87_in_is_visible() local
2268 a = 0; in it87_in_is_visible()
2274 if (a == 4 && !data->has_beep) in it87_in_is_visible()
2348 int a = index % 7; /* attribute index */ in it87_temp_is_visible() local
2352 a = 0; in it87_temp_is_visible()
2358 if (a == 3) { in it87_temp_is_visible()
2364 if (a == 5 && !has_temp_offset(data)) in it87_temp_is_visible()
2367 if (a == 6 && !data->has_beep) in it87_temp_is_visible()
2447 int a = index % 5; /* attribute index */ in it87_fan_is_visible() local
2451 a = (index - 15) % 4; in it87_fan_is_visible()
2457 if (a == 3) { /* beep */ in it87_fan_is_visible()
2465 if (a == 4 && has_16bit_fans(data)) /* divisor */ in it87_fan_is_visible()
2518 int a = index % 4; /* attribute index */ in it87_pwm_is_visible() local
2524 if (a == 3 && (has_old_autopwm(data) || has_newer_autopwm(data))) in it87_pwm_is_visible()
2528 if (has_pwm_freq2(data) && i == 1 && a == 2) in it87_pwm_is_visible()
2579 int a = index % 11; /* attribute index */ in it87_auto_pwm_is_visible() local
2583 a = (index - 33) % 6 + 4; in it87_auto_pwm_is_visible()
2590 if (a < 4) /* no auto point pwm */ in it87_auto_pwm_is_visible()
2592 if (a == 8) /* no auto_point4 */ in it87_auto_pwm_is_visible()
2596 if (a >= 9) /* no pwm_auto_start, pwm_auto_slope */ in it87_auto_pwm_is_visible()