Searched refs:info_v8 (Results 1 – 2 of 2) sorted by relevance
2232 ATOM_INTEGRATED_SYSTEM_INFO_V1_8 *info_v8; in get_integrated_info_v8() local2235 info_v8 = GET_IMAGE(ATOM_INTEGRATED_SYSTEM_INFO_V1_8, in get_integrated_info_v8()2238 if (info_v8 == NULL) in get_integrated_info_v8()2240 info->boot_up_engine_clock = le32_to_cpu(info_v8->ulBootUpEngineClock) * 10; in get_integrated_info_v8()2241 info->dentist_vco_freq = le32_to_cpu(info_v8->ulDentistVCOFreq) * 10; in get_integrated_info_v8()2242 info->boot_up_uma_clock = le32_to_cpu(info_v8->ulBootUpUMAClock) * 10; in get_integrated_info_v8()2247 le32_to_cpu(info_v8->sDISPCLK_Voltage[i]. in get_integrated_info_v8()2250 le32_to_cpu(info_v8->sDISPCLK_Voltage[i].ulVoltageIndex); in get_integrated_info_v8()2254 le32_to_cpu(info_v8->ulBootUpReqDisplayVector); in get_integrated_info_v8()2256 le32_to_cpu(info_v8->ulGPUCapInfo); in get_integrated_info_v8()[all …]
1676 info->boot_up_uma_clock = le32_to_cpu(info_v8->ulBootUpUMAClock) * 10; in get_integrated_info_v11()