Lines Matching refs:has_newer_autopwm
468 #define has_newer_autopwm(data) ((data)->features & FEAT_NEWER_AUTOPWM) macro
619 if (has_newer_autopwm(data)) in pwm_to_reg()
627 if (has_newer_autopwm(data)) in pwm_from_reg()
690 if (has_newer_autopwm(data)) { in it87_update_pwm_ctrl()
710 } else if (has_newer_autopwm(data)) { in it87_update_pwm_ctrl()
1170 freq = pwm_freq[index] / (has_newer_autopwm(data) ? 256 : 128); in show_pwm_freq()
1280 } else if (has_newer_autopwm(data)) { in check_trip_points()
1332 if (has_newer_autopwm(data)) { in set_pwm_enable()
1344 if (has_newer_autopwm(data)) { in set_pwm_enable()
1380 if (has_newer_autopwm(data)) { in set_pwm()
1421 val *= has_newer_autopwm(data) ? 256 : 128; in set_pwm_freq()
1536 if (has_newer_autopwm(data)) in set_auto_pwm()
1608 if (has_newer_autopwm(data) && !point) { in set_auto_temp()
1616 if (has_newer_autopwm(data)) in set_auto_temp()
2241 if (a == 3 && (has_old_autopwm(data) || has_newer_autopwm(data))) in it87_pwm_is_visible()
2306 if (has_newer_autopwm(data)) { in it87_auto_pwm_is_visible()
3172 if (has_old_autopwm(data) || has_newer_autopwm(data)) in it87_probe()