Searched refs:info_v8 (Results 1 – 2 of 2) sorted by relevance
2330 ATOM_INTEGRATED_SYSTEM_INFO_V1_8 *info_v8; in get_integrated_info_v8() local2333 info_v8 = GET_IMAGE(ATOM_INTEGRATED_SYSTEM_INFO_V1_8, in get_integrated_info_v8()2336 if (info_v8 == NULL) in get_integrated_info_v8()2338 info->boot_up_engine_clock = le32_to_cpu(info_v8->ulBootUpEngineClock) * 10; in get_integrated_info_v8()2339 info->dentist_vco_freq = le32_to_cpu(info_v8->ulDentistVCOFreq) * 10; in get_integrated_info_v8()2340 info->boot_up_uma_clock = le32_to_cpu(info_v8->ulBootUpUMAClock) * 10; in get_integrated_info_v8()2345 le32_to_cpu(info_v8->sDISPCLK_Voltage[i]. in get_integrated_info_v8()2348 le32_to_cpu(info_v8->sDISPCLK_Voltage[i].ulVoltageIndex); in get_integrated_info_v8()2352 le32_to_cpu(info_v8->ulBootUpReqDisplayVector); in get_integrated_info_v8()2354 le32_to_cpu(info_v8->ulGPUCapInfo); in get_integrated_info_v8()[all …]
2656 info->boot_up_uma_clock = le32_to_cpu(info_v8->ulBootUpUMAClock) * 10; in get_integrated_info_v11()