Lines Matching refs:advanceFanControlParameters

1936 	if ((hwmgr->thermal_controller.advanceFanControlParameters.  in tonga_populate_fuzzy_fan()
1938 (hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity == 0)) in tonga_populate_fuzzy_fan()
1939 hwmgr->thermal_controller.advanceFanControlParameters. in tonga_populate_fuzzy_fan()
1941 advanceFanControlParameters.usDefaultFanOutputSensitivity; in tonga_populate_fuzzy_fan()
1945 advanceFanControlParameters.usFanOutputSensitivity); in tonga_populate_fuzzy_fan()
2487 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin * duty100; in tonga_thermal_setup_fan_table()
2491 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in tonga_thermal_setup_fan_table()
2492 hwmgr->thermal_controller.advanceFanControlParameters.usTMin; in tonga_thermal_setup_fan_table()
2493 t_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usTHigh - in tonga_thermal_setup_fan_table()
2494 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in tonga_thermal_setup_fan_table()
2496 pwm_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed - in tonga_thermal_setup_fan_table()
2497 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin; in tonga_thermal_setup_fan_table()
2498 pwm_diff2 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMHigh - in tonga_thermal_setup_fan_table()
2499 hwmgr->thermal_controller.advanceFanControlParameters.usPWMMed; in tonga_thermal_setup_fan_table()
2504 …fan_table.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin… in tonga_thermal_setup_fan_table()
2505 …fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed… in tonga_thermal_setup_fan_table()
2506 …fan_table.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax… in tonga_thermal_setup_fan_table()
2513 fan_table.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst); in tonga_thermal_setup_fan_table()
2523 …fan_table.RefreshPeriod = cpu_to_be32((hwmgr->thermal_controller.advanceFanControlParameters.ulCyc… in tonga_thermal_setup_fan_table()