Searched refs:info_v8 (Results 1 – 2 of 2) sorted by relevance
2254 ATOM_INTEGRATED_SYSTEM_INFO_V1_8 *info_v8; in get_integrated_info_v8() local2257 info_v8 = GET_IMAGE(ATOM_INTEGRATED_SYSTEM_INFO_V1_8, in get_integrated_info_v8()2260 if (info_v8 == NULL) in get_integrated_info_v8()2262 info->boot_up_engine_clock = le32_to_cpu(info_v8->ulBootUpEngineClock) * 10; in get_integrated_info_v8()2263 info->dentist_vco_freq = le32_to_cpu(info_v8->ulDentistVCOFreq) * 10; in get_integrated_info_v8()2264 info->boot_up_uma_clock = le32_to_cpu(info_v8->ulBootUpUMAClock) * 10; in get_integrated_info_v8()2269 le32_to_cpu(info_v8->sDISPCLK_Voltage[i]. in get_integrated_info_v8()2272 le32_to_cpu(info_v8->sDISPCLK_Voltage[i].ulVoltageIndex); in get_integrated_info_v8()2276 le32_to_cpu(info_v8->ulBootUpReqDisplayVector); in get_integrated_info_v8()2278 le32_to_cpu(info_v8->ulGPUCapInfo); in get_integrated_info_v8()[all …]
2645 info->boot_up_uma_clock = le32_to_cpu(info_v8->ulBootUpUMAClock) * 10; in get_integrated_info_v11()