fan_table        6468 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	PP_SIslands_FanTable fan_table = { FDO_MODE_HARDWARE };
fan_table        6501 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.temp_min = cpu_to_be16((50 + adev->pm.dpm.fan.t_min) / 100);
fan_table        6502 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.temp_med = cpu_to_be16((50 + adev->pm.dpm.fan.t_med) / 100);
fan_table        6503 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.temp_max = cpu_to_be16((50 + adev->pm.dpm.fan.t_max) / 100);
fan_table        6504 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.slope1 = cpu_to_be16(slope1);
fan_table        6505 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.slope2 = cpu_to_be16(slope2);
fan_table        6506 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.fdo_min = cpu_to_be16(fdo_min);
fan_table        6507 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.hys_down = cpu_to_be16(adev->pm.dpm.fan.t_hyst);
fan_table        6508 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.hys_up = cpu_to_be16(1);
fan_table        6509 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.hys_slope = cpu_to_be16(1);
fan_table        6510 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.temp_resp_lim = cpu_to_be16(5);
fan_table        6513 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.refresh_period = cpu_to_be32((adev->pm.dpm.fan.cycle_delay *
fan_table        6515 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.fdo_max = cpu_to_be16((u16)duty100);
fan_table        6518 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.temp_src = (uint8_t)tmp;
fan_table        6522 drivers/gpu/drm/amd/amdgpu/si_dpm.c 					  (u8 *)(&fan_table),
fan_table        6523 drivers/gpu/drm/amd/amdgpu/si_dpm.c 					  sizeof(fan_table),
fan_table         888 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	const PPTable_Generic_SubTable_Header *fan_table;
fan_table         924 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	fan_table = (const PPTable_Generic_SubTable_Header *)
fan_table         930 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	PP_ASSERT_WITH_CODE((0 < fan_table->ucRevId),
fan_table         938 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	if (fan_table->ucRevId < 8) {
fan_table         940 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			(ATOM_Tonga_Fan_Table *)fan_table;
fan_table         977 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			(ATOM_Fiji_Fan_Table *)fan_table;
fan_table        2126 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	SMU7_Discrete_FanTable fan_table = { FDO_MODE_HARDWARE };
fan_table        2168 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	fan_table.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
fan_table        2169 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
fan_table        2170 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	fan_table.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
fan_table        2172 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	fan_table.Slope1 = cpu_to_be16(slope1);
fan_table        2173 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	fan_table.Slope2 = cpu_to_be16(slope2);
fan_table        2175 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	fan_table.FdoMin = cpu_to_be16(fdo_min);
fan_table        2177 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	fan_table.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
fan_table        2179 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	fan_table.HystUp = cpu_to_be16(1);
fan_table        2181 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	fan_table.HystSlope = cpu_to_be16(1);
fan_table        2183 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	fan_table.TempRespLim = cpu_to_be16(5);
fan_table        2187 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	fan_table.RefreshPeriod = cpu_to_be32((hwmgr->thermal_controller.advanceFanControlParameters.ulCycleDelay * reference_clock) / 1600);
fan_table        2189 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	fan_table.FdoMax = cpu_to_be16((uint16_t)duty100);
fan_table        2191 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	fan_table.TempSrc = (uint8_t)PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, CG_MULT_THERMAL_CTRL, TEMP_SEL);
fan_table        2193 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	res = ci_copy_bytes_to_smc(hwmgr, ci_data->fan_table_start, (uint8_t *)&fan_table, (uint32_t)sizeof(fan_table), SMC_RAM_END);
fan_table         497 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	struct pp_advance_fan_control_parameters *fan_table =
fan_table         535 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			scale_fan_gain_settings(fan_table->usFanGainEdge));
fan_table         537 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			scale_fan_gain_settings(fan_table->usFanGainHotspot));
fan_table         539 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			scale_fan_gain_settings(fan_table->usFanGainLiquid));
fan_table         541 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			scale_fan_gain_settings(fan_table->usFanGainVrVddc));
fan_table         543 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			scale_fan_gain_settings(fan_table->usFanGainVrMvdd));
fan_table         545 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			scale_fan_gain_settings(fan_table->usFanGainPlx));
fan_table         547 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			scale_fan_gain_settings(fan_table->usFanGainHbm));
fan_table        2137 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	SMU73_Discrete_FanTable fan_table = { FDO_MODE_HARDWARE };
fan_table        2184 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	fan_table.TempMin = cpu_to_be16((50 + hwmgr->
fan_table        2186 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	fan_table.TempMed = cpu_to_be16((50 + hwmgr->
fan_table        2188 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	fan_table.TempMax = cpu_to_be16((50 + hwmgr->
fan_table        2191 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	fan_table.Slope1 = cpu_to_be16(slope1);
fan_table        2192 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	fan_table.Slope2 = cpu_to_be16(slope2);
fan_table        2194 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	fan_table.FdoMin = cpu_to_be16(fdo_min);
fan_table        2196 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	fan_table.HystDown = cpu_to_be16(hwmgr->
fan_table        2199 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	fan_table.HystUp = cpu_to_be16(1);
fan_table        2201 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	fan_table.HystSlope = cpu_to_be16(1);
fan_table        2203 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	fan_table.TempRespLim = cpu_to_be16(5);
fan_table        2207 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	fan_table.RefreshPeriod = cpu_to_be32((hwmgr->
fan_table        2211 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	fan_table.FdoMax = cpu_to_be16((uint16_t)duty100);
fan_table        2213 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	fan_table.TempSrc = (uint8_t)PHM_READ_VFPF_INDIRECT_FIELD(
fan_table        2218 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			(uint8_t *)&fan_table, (uint32_t)sizeof(fan_table),
fan_table        2088 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	SMU71_Discrete_FanTable fan_table = { FDO_MODE_HARDWARE };
fan_table        2130 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	fan_table.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
fan_table        2131 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
fan_table        2132 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	fan_table.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
fan_table        2134 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	fan_table.Slope1 = cpu_to_be16(slope1);
fan_table        2135 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	fan_table.Slope2 = cpu_to_be16(slope2);
fan_table        2137 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	fan_table.FdoMin = cpu_to_be16(fdo_min);
fan_table        2139 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	fan_table.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
fan_table        2141 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	fan_table.HystUp = cpu_to_be16(1);
fan_table        2143 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	fan_table.HystSlope = cpu_to_be16(1);
fan_table        2145 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	fan_table.TempRespLim = cpu_to_be16(5);
fan_table        2149 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	fan_table.RefreshPeriod = cpu_to_be32((hwmgr->thermal_controller.advanceFanControlParameters.ulCycleDelay * reference_clock) / 1600);
fan_table        2151 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	fan_table.FdoMax = cpu_to_be16((uint16_t)duty100);
fan_table        2153 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	fan_table.TempSrc = (uint8_t)PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, CG_MULT_THERMAL_CTRL, TEMP_SEL);
fan_table        2157 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	res = smu7_copy_bytes_to_smc(hwmgr, smu7_data->fan_table_start, (uint8_t *)&fan_table, (uint32_t)sizeof(fan_table), SMC_RAM_END);
fan_table         433 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	struct pp_advance_fan_control_parameters *fan_table =
fan_table         451 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			scale_fan_gain_settings(fan_table->usFanGainEdge));
fan_table         453 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			scale_fan_gain_settings(fan_table->usFanGainHotspot));
fan_table        2068 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	SMU74_Discrete_FanTable fan_table = { FDO_MODE_HARDWARE };
fan_table        2119 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	fan_table.TempMin = cpu_to_be16((50 + hwmgr->
fan_table        2121 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	fan_table.TempMed = cpu_to_be16((50 + hwmgr->
fan_table        2123 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	fan_table.TempMax = cpu_to_be16((50 + hwmgr->
fan_table        2126 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	fan_table.Slope1 = cpu_to_be16(slope1);
fan_table        2127 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	fan_table.Slope2 = cpu_to_be16(slope2);
fan_table        2129 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	fan_table.FdoMin = cpu_to_be16(fdo_min);
fan_table        2131 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	fan_table.HystDown = cpu_to_be16(hwmgr->
fan_table        2134 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	fan_table.HystUp = cpu_to_be16(1);
fan_table        2136 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	fan_table.HystSlope = cpu_to_be16(1);
fan_table        2138 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	fan_table.TempRespLim = cpu_to_be16(5);
fan_table        2142 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	fan_table.RefreshPeriod = cpu_to_be32((hwmgr->
fan_table        2146 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	fan_table.FdoMax = cpu_to_be16((uint16_t)duty100);
fan_table        2148 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	fan_table.TempSrc = (uint8_t)PHM_READ_VFPF_INDIRECT_FIELD(
fan_table        2153 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			(uint8_t *)&fan_table, (uint32_t)sizeof(fan_table),
fan_table        2464 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	SMU72_Discrete_FanTable fan_table = { FDO_MODE_HARDWARE };
fan_table        2515 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
fan_table        2516 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
fan_table        2517 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
fan_table        2519 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.Slope1 = cpu_to_be16(slope1);
fan_table        2520 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.Slope2 = cpu_to_be16(slope2);
fan_table        2522 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.FdoMin = cpu_to_be16(fdo_min);
fan_table        2524 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
fan_table        2526 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.HystUp = cpu_to_be16(1);
fan_table        2528 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.HystSlope = cpu_to_be16(1);
fan_table        2530 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.TempRespLim = cpu_to_be16(5);
fan_table        2534 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.RefreshPeriod = cpu_to_be32((hwmgr->thermal_controller.advanceFanControlParameters.ulCycleDelay * reference_clock) / 1600);
fan_table        2536 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.FdoMax = cpu_to_be16((uint16_t)duty100);
fan_table        2538 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.TempSrc = (uint8_t)PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, CG_MULT_THERMAL_CTRL, TEMP_SEL);
fan_table        2540 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	fan_table.FanControl_GL_Flag = 1;
fan_table        2544 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 					(uint8_t *)&fan_table,
fan_table        2545 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 					(uint32_t)sizeof(fan_table),
fan_table        1451 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 	struct pp_advance_fan_control_parameters *fan_table =
fan_table        1469 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			scale_fan_gain_settings(fan_table->usFanGainEdge));
fan_table        1471 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			scale_fan_gain_settings(fan_table->usFanGainHotspot));
fan_table         960 drivers/gpu/drm/radeon/ci_dpm.c 	SMU7_Discrete_FanTable fan_table = { FDO_MODE_HARDWARE };
fan_table         993 drivers/gpu/drm/radeon/ci_dpm.c 	fan_table.TempMin = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100);
fan_table         994 drivers/gpu/drm/radeon/ci_dpm.c 	fan_table.TempMed = cpu_to_be16((50 + rdev->pm.dpm.fan.t_med) / 100);
fan_table         995 drivers/gpu/drm/radeon/ci_dpm.c 	fan_table.TempMax = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);
fan_table         997 drivers/gpu/drm/radeon/ci_dpm.c 	fan_table.Slope1 = cpu_to_be16(slope1);
fan_table         998 drivers/gpu/drm/radeon/ci_dpm.c 	fan_table.Slope2 = cpu_to_be16(slope2);
fan_table        1000 drivers/gpu/drm/radeon/ci_dpm.c 	fan_table.FdoMin = cpu_to_be16(fdo_min);
fan_table        1002 drivers/gpu/drm/radeon/ci_dpm.c 	fan_table.HystDown = cpu_to_be16(rdev->pm.dpm.fan.t_hyst);
fan_table        1004 drivers/gpu/drm/radeon/ci_dpm.c 	fan_table.HystUp = cpu_to_be16(1);
fan_table        1006 drivers/gpu/drm/radeon/ci_dpm.c 	fan_table.HystSlope = cpu_to_be16(1);
fan_table        1008 drivers/gpu/drm/radeon/ci_dpm.c 	fan_table.TempRespLim = cpu_to_be16(5);
fan_table        1012 drivers/gpu/drm/radeon/ci_dpm.c 	fan_table.RefreshPeriod = cpu_to_be32((rdev->pm.dpm.fan.cycle_delay *
fan_table        1015 drivers/gpu/drm/radeon/ci_dpm.c 	fan_table.FdoMax = cpu_to_be16((u16)duty100);
fan_table        1018 drivers/gpu/drm/radeon/ci_dpm.c 	fan_table.TempSrc = (uint8_t)tmp;
fan_table        1022 drivers/gpu/drm/radeon/ci_dpm.c 				   (u8 *)(&fan_table),
fan_table        1023 drivers/gpu/drm/radeon/ci_dpm.c 				   sizeof(fan_table),
fan_table        6033 drivers/gpu/drm/radeon/si_dpm.c 	PP_SIslands_FanTable fan_table = { FDO_MODE_HARDWARE };
fan_table        6066 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.temp_min = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100);
fan_table        6067 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.temp_med = cpu_to_be16((50 + rdev->pm.dpm.fan.t_med) / 100);
fan_table        6068 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.temp_max = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);
fan_table        6070 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.slope1 = cpu_to_be16(slope1);
fan_table        6071 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.slope2 = cpu_to_be16(slope2);
fan_table        6073 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.fdo_min = cpu_to_be16(fdo_min);
fan_table        6075 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.hys_down = cpu_to_be16(rdev->pm.dpm.fan.t_hyst);
fan_table        6077 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.hys_up = cpu_to_be16(1);
fan_table        6079 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.hys_slope = cpu_to_be16(1);
fan_table        6081 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.temp_resp_lim = cpu_to_be16(5);
fan_table        6085 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.refresh_period = cpu_to_be32((rdev->pm.dpm.fan.cycle_delay *
fan_table        6088 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.fdo_max = cpu_to_be16((u16)duty100);
fan_table        6091 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.temp_src = (uint8_t)tmp;
fan_table        6095 drivers/gpu/drm/radeon/si_dpm.c 				   (u8 *)(&fan_table),
fan_table        6096 drivers/gpu/drm/radeon/si_dpm.c 				   sizeof(fan_table),
fan_table          77 drivers/macintosh/therm_windtunnel.c } fan_table[] = {
fan_table         191 drivers/macintosh/therm_windtunnel.c 	for( i=0; (temp & 0xffff) > fan_table[i].temp ; i++ )
fan_table         194 drivers/macintosh/therm_windtunnel.c 		level = fan_table[i].fan_down_setting;
fan_table         197 drivers/macintosh/therm_windtunnel.c 	for( i=0; (temp & 0xffff) >= fan_table[i+1].temp ; i++ )
fan_table         200 drivers/macintosh/therm_windtunnel.c 		level = fan_table[i].fan_up_setting;