Searched refs:VCEClockInfo (Results 1 – 4 of 4) sorted by relevance
519 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in amdgpu_parse_extended_power_table()524 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in amdgpu_parse_extended_power_table()528 VCEClockInfo *vce_clk; in amdgpu_parse_extended_power_table()542 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()544 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()557 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()559 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
539 }VCEClockInfo; typedef543 VCEClockInfo entries[1];
1078 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in r600_parse_extended_power_table()1083 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in r600_parse_extended_power_table()1087 VCEClockInfo *vce_clk; in r600_parse_extended_power_table()1101 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()1103 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()1116 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()1118 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()
550 }VCEClockInfo; typedef554 VCEClockInfo entries[1];