vce_clock_info   1604 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 	const VCEClockInfo *vce_clock_info = &vce_clock_info_array->entries[record->ucVCEClockInfoIndex];
vce_clock_info   1610 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 	vce_state->evclk = ((uint32_t)vce_clock_info->ucEVClkHigh << 16) | le16_to_cpu(vce_clock_info->usEVClkLow);
vce_clock_info   1611 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 	vce_state->ecclk = ((uint32_t)vce_clock_info->ucECClkHigh << 16) | le16_to_cpu(vce_clock_info->usECClkLow);