Searched refs:atom_ppm_table (Results 1 – 2 of 2) sorted by relevance
210 ATOM_Tonga_PPM_Table *atom_ppm_table) in get_platform_power_management_table() argument220 = atom_ppm_table->ucPpmDesign; in get_platform_power_management_table()222 = le16_to_cpu(atom_ppm_table->usCpuCoreNumber); in get_platform_power_management_table()224 = le32_to_cpu(atom_ppm_table->ulPlatformTDP); in get_platform_power_management_table()226 = le32_to_cpu(atom_ppm_table->ulSmallACPlatformTDP); in get_platform_power_management_table()228 = le32_to_cpu(atom_ppm_table->ulPlatformTDC); in get_platform_power_management_table()230 = le32_to_cpu(atom_ppm_table->ulSmallACPlatformTDC); in get_platform_power_management_table()232 = le32_to_cpu(atom_ppm_table->ulApuTDP); in get_platform_power_management_table()234 = le32_to_cpu(atom_ppm_table->ulDGpuTDP); in get_platform_power_management_table()236 = le32_to_cpu(atom_ppm_table->ulDGpuUlvPower); in get_platform_power_management_table()[all …]
1412 ATOM_PPLIB_PPM_Table *atom_ppm_table) in get_platform_power_management_table() argument1419 ptr->ppm_design = atom_ppm_table->ucPpmDesign; in get_platform_power_management_table()1420 ptr->cpu_core_number = le16_to_cpu(atom_ppm_table->usCpuCoreNumber); in get_platform_power_management_table()1421 ptr->platform_tdp = le32_to_cpu(atom_ppm_table->ulPlatformTDP); in get_platform_power_management_table()1422 ptr->small_ac_platform_tdp = le32_to_cpu(atom_ppm_table->ulSmallACPlatformTDP); in get_platform_power_management_table()1423 ptr->platform_tdc = le32_to_cpu(atom_ppm_table->ulPlatformTDC); in get_platform_power_management_table()1424 ptr->small_ac_platform_tdc = le32_to_cpu(atom_ppm_table->ulSmallACPlatformTDC); in get_platform_power_management_table()1425 ptr->apu_tdp = le32_to_cpu(atom_ppm_table->ulApuTDP); in get_platform_power_management_table()1426 ptr->dgpu_tdp = le32_to_cpu(atom_ppm_table->ulDGpuTDP); in get_platform_power_management_table()1427 ptr->dgpu_ulv_power = le32_to_cpu(atom_ppm_table->ulDGpuUlvPower); in get_platform_power_management_table()[all …]