Searched refs:info_v8 (Results 1 – 2 of 2) sorted by relevance
3407 ATOM_INTEGRATED_SYSTEM_INFO_V1_8 *info_v8; in get_integrated_info_v8() local3410 info_v8 = GET_IMAGE(ATOM_INTEGRATED_SYSTEM_INFO_V1_8, in get_integrated_info_v8()3413 if (info_v8 == NULL) in get_integrated_info_v8()3415 info->boot_up_engine_clock = le32_to_cpu(info_v8->ulBootUpEngineClock) * 10; in get_integrated_info_v8()3416 info->dentist_vco_freq = le32_to_cpu(info_v8->ulDentistVCOFreq) * 10; in get_integrated_info_v8()3417 info->boot_up_uma_clock = le32_to_cpu(info_v8->ulBootUpUMAClock) * 10; in get_integrated_info_v8()3422 le32_to_cpu(info_v8->sDISPCLK_Voltage[i]. in get_integrated_info_v8()3425 le32_to_cpu(info_v8->sDISPCLK_Voltage[i].ulVoltageIndex); in get_integrated_info_v8()3429 le32_to_cpu(info_v8->ulBootUpReqDisplayVector); in get_integrated_info_v8()3431 le32_to_cpu(info_v8->ulGPUCapInfo); in get_integrated_info_v8()[all …]
1723 info->boot_up_uma_clock = le32_to_cpu(info_v8->ulBootUpUMAClock) * 10; in get_integrated_info_v11()