Searched refs:VCEClockInfo (Results 1 – 5 of 5) sorted by relevance
1081 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in r600_parse_extended_power_table()1086 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in r600_parse_extended_power_table()1090 VCEClockInfo *vce_clk; in r600_parse_extended_power_table()1104 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()1106 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()1119 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()1121 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in r600_parse_extended_power_table()
539 }VCEClockInfo; typedef543 VCEClockInfo entries[1];
580 }VCEClockInfo; typedef584 VCEClockInfo entries[1];
493 1 + array->ucNumEntries * sizeof(VCEClockInfo)); in amdgpu_parse_extended_power_table()498 1 + (array->ucNumEntries * sizeof (VCEClockInfo)) + in amdgpu_parse_extended_power_table()502 VCEClockInfo *vce_clk; in amdgpu_parse_extended_power_table()516 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()518 (entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()532 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()534 (state_entry->ucVCEClockInfoIndex * sizeof(VCEClockInfo))); in amdgpu_parse_extended_power_table()
96 table_size = sizeof(uint8_t) + p->ucNumEntries * sizeof(VCEClockInfo); in get_vce_clock_info_array_size()1259 const VCEClockInfo *entry = &array->entries[table->entries[i].ucVCEClockInfoIndex]; in get_vce_clock_voltage_limit_table()1705 const VCEClockInfo *vce_clock_info = &vce_clock_info_array->entries[record->ucVCEClockInfoIndex]; in get_vce_state_table_entry()