tonga_table       421 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		const ATOM_Tonga_SCLK_Dependency_Table *tonga_table =
tonga_table       425 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		PP_ASSERT_WITH_CODE((0 != tonga_table->ucNumEntries),
tonga_table       429 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			* tonga_table->ucNumEntries;
tonga_table       436 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		sclk_table->count = (uint32_t)tonga_table->ucNumEntries;
tonga_table       438 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		for (i = 0; i < tonga_table->ucNumEntries; i++) {
tonga_table       441 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 						entries, tonga_table, i);
tonga_table       610 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		const ATOM_Tonga_PowerTune_Table *tonga_table =
tonga_table       612 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		tdp_table->usTDP = le16_to_cpu(tonga_table->usTDP);
tonga_table       614 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(tonga_table->usConfigurableTDP);
tonga_table       615 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		tdp_table->usTDC = le16_to_cpu(tonga_table->usTDC);
tonga_table       617 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(tonga_table->usBatteryPowerLimit);
tonga_table       619 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(tonga_table->usSmallPowerLimit);
tonga_table       621 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(tonga_table->usLowCACLeakage);
tonga_table       623 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(tonga_table->usHighCACLeakage);
tonga_table       625 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(tonga_table->usMaximumPowerDeliveryLimit);
tonga_table       627 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(tonga_table->usTjMax);
tonga_table       629 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(tonga_table->usTjMax); /*Set the initial temp to the same as default */
tonga_table       631 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(tonga_table->usPowerTuneDataSetID);
tonga_table       633 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(tonga_table->usSoftwareShutdownTemp);
tonga_table       635 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 			le16_to_cpu(tonga_table->usClockStretchAmount);