Searched refs:atom_ppm_table (Results 1 – 2 of 2) sorted by relevance
201 ATOM_Tonga_PPM_Table *atom_ppm_table) in get_platform_power_management_table() argument211 = atom_ppm_table->ucPpmDesign; in get_platform_power_management_table()213 = le16_to_cpu(atom_ppm_table->usCpuCoreNumber); in get_platform_power_management_table()215 = le32_to_cpu(atom_ppm_table->ulPlatformTDP); in get_platform_power_management_table()219 = le32_to_cpu(atom_ppm_table->ulPlatformTDC); in get_platform_power_management_table()223 = le32_to_cpu(atom_ppm_table->ulApuTDP); in get_platform_power_management_table()225 = le32_to_cpu(atom_ppm_table->ulDGpuTDP); in get_platform_power_management_table()227 = le32_to_cpu(atom_ppm_table->ulDGpuUlvPower); in get_platform_power_management_table()229 = le32_to_cpu(atom_ppm_table->ulTjmax); in get_platform_power_management_table()249 ATOM_Tonga_PPM_Table *atom_ppm_table; in init_dpm_2_parameters() local[all …]
1517 ATOM_PPLIB_PPM_Table *atom_ppm_table) in get_platform_power_management_table() argument1524 ptr->ppm_design = atom_ppm_table->ucPpmDesign; in get_platform_power_management_table()1526 ptr->platform_tdp = le32_to_cpu(atom_ppm_table->ulPlatformTDP); in get_platform_power_management_table()1528 ptr->platform_tdc = le32_to_cpu(atom_ppm_table->ulPlatformTDC); in get_platform_power_management_table()1530 ptr->apu_tdp = le32_to_cpu(atom_ppm_table->ulApuTDP); in get_platform_power_management_table()1531 ptr->dgpu_tdp = le32_to_cpu(atom_ppm_table->ulDGpuTDP); in get_platform_power_management_table()1532 ptr->dgpu_ulv_power = le32_to_cpu(atom_ppm_table->ulDGpuUlvPower); in get_platform_power_management_table()1533 ptr->tj_max = le32_to_cpu(atom_ppm_table->ulTjmax); in get_platform_power_management_table()1556 ATOM_PPLIB_PPM_Table *atom_ppm_table; in init_dpm2_parameters() local1602 atom_ppm_table = (ATOM_PPLIB_PPM_Table *) in init_dpm2_parameters()[all …]