atom_ppm_table 205 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c ATOM_Tonga_PPM_Table *atom_ppm_table) atom_ppm_table 215 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c = atom_ppm_table->ucPpmDesign; atom_ppm_table 217 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c = le16_to_cpu(atom_ppm_table->usCpuCoreNumber); atom_ppm_table 219 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c = le32_to_cpu(atom_ppm_table->ulPlatformTDP); atom_ppm_table 221 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c = le32_to_cpu(atom_ppm_table->ulSmallACPlatformTDP); atom_ppm_table 223 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c = le32_to_cpu(atom_ppm_table->ulPlatformTDC); atom_ppm_table 225 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c = le32_to_cpu(atom_ppm_table->ulSmallACPlatformTDC); atom_ppm_table 227 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c = le32_to_cpu(atom_ppm_table->ulApuTDP); atom_ppm_table 229 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c = le32_to_cpu(atom_ppm_table->ulDGpuTDP); atom_ppm_table 231 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c = le32_to_cpu(atom_ppm_table->ulDGpuUlvPower); atom_ppm_table 233 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c = le32_to_cpu(atom_ppm_table->ulTjmax); atom_ppm_table 253 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c ATOM_Tonga_PPM_Table *atom_ppm_table; atom_ppm_table 301 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c atom_ppm_table = (ATOM_Tonga_PPM_Table *) atom_ppm_table 305 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c if (get_platform_power_management_table(hwmgr, atom_ppm_table) == 0) { atom_ppm_table 1433 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c ATOM_PPLIB_PPM_Table *atom_ppm_table) atom_ppm_table 1440 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c ptr->ppm_design = atom_ppm_table->ucPpmDesign; atom_ppm_table 1441 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c ptr->cpu_core_number = le16_to_cpu(atom_ppm_table->usCpuCoreNumber); atom_ppm_table 1442 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c ptr->platform_tdp = le32_to_cpu(atom_ppm_table->ulPlatformTDP); atom_ppm_table 1443 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c ptr->small_ac_platform_tdp = le32_to_cpu(atom_ppm_table->ulSmallACPlatformTDP); atom_ppm_table 1444 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c ptr->platform_tdc = le32_to_cpu(atom_ppm_table->ulPlatformTDC); atom_ppm_table 1445 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c ptr->small_ac_platform_tdc = le32_to_cpu(atom_ppm_table->ulSmallACPlatformTDC); atom_ppm_table 1446 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c ptr->apu_tdp = le32_to_cpu(atom_ppm_table->ulApuTDP); atom_ppm_table 1447 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c ptr->dgpu_tdp = le32_to_cpu(atom_ppm_table->ulDGpuTDP); atom_ppm_table 1448 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c ptr->dgpu_ulv_power = le32_to_cpu(atom_ppm_table->ulDGpuUlvPower); atom_ppm_table 1449 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c ptr->tj_max = le32_to_cpu(atom_ppm_table->ulTjmax); atom_ppm_table 1472 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c ATOM_PPLIB_PPM_Table *atom_ppm_table; atom_ppm_table 1518 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c atom_ppm_table = (ATOM_PPLIB_PPM_Table *) atom_ppm_table 1520 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c if (0 == get_platform_power_management_table(hwmgr, atom_ppm_table))