fijitable         637 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		const ATOM_Fiji_PowerTune_Table *fijitable =
fijitable         639 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		tdp_table->usTDP = le16_to_cpu(fijitable->usTDP);
fijitable         640 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		tdp_table->usConfigurableTDP = le16_to_cpu(fijitable->usConfigurableTDP);
fijitable         641 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		tdp_table->usTDC = le16_to_cpu(fijitable->usTDC);
fijitable         642 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		tdp_table->usBatteryPowerLimit = le16_to_cpu(fijitable->usBatteryPowerLimit);
fijitable         643 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		tdp_table->usSmallPowerLimit = le16_to_cpu(fijitable->usSmallPowerLimit);
fijitable         644 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		tdp_table->usLowCACLeakage = le16_to_cpu(fijitable->usLowCACLeakage);
fijitable         645 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		tdp_table->usHighCACLeakage = le16_to_cpu(fijitable->usHighCACLeakage);
fijitable         647 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(fijitable->usMaximumPowerDeliveryLimit);
fijitable         649 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(fijitable->usTjMax);
fijitable         651 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(fijitable->usTjMax); /*Set the initial temp to the same as default */
fijitable         653 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(fijitable->usPowerTuneDataSetID);
fijitable         655 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(fijitable->usSoftwareShutdownTemp);
fijitable         657 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(fijitable->usClockStretchAmount);
fijitable         659 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(fijitable->usTemperatureLimitHotspot);
fijitable         661 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(fijitable->usTemperatureLimitLiquid1);
fijitable         663 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(fijitable->usTemperatureLimitLiquid2);
fijitable         665 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(fijitable->usTemperatureLimitVrVddc);
fijitable         667 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(fijitable->usTemperatureLimitVrMvdd);
fijitable         669 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(fijitable->usTemperatureLimitPlx);
fijitable         671 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			fijitable->ucLiquid1_I2C_address;
fijitable         673 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			fijitable->ucLiquid2_I2C_address;
fijitable         675 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			fijitable->ucLiquid_I2C_Line;
fijitable         676 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		tdp_table->ucVr_I2C_address = fijitable->ucVr_I2C_address;
fijitable         677 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		tdp_table->ucVr_I2C_Line = fijitable->ucVr_I2C_Line;
fijitable         678 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		tdp_table->ucPlx_I2C_address = fijitable->ucPlx_I2C_address;
fijitable         679 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		tdp_table->ucPlx_I2C_Line = fijitable->ucPlx_I2C_Line;