HomeSort by: relevance | last modified time | path
    Searched defs:vvalue (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu_helper.c 211 uint16_t vvalue; local in function:phm_trim_voltage_table
228 vvalue = vol_table->entries[i].value;
232 if (vvalue == table->entries[j].value) {
239 table->entries[table->count].value = vvalue;
amdgpu_smu_helper.c 211 uint16_t vvalue; local in function:phm_trim_voltage_table
228 vvalue = vol_table->entries[i].value;
232 if (vvalue == table->entries[j].value) {
239 table->entries[table->count].value = vvalue;
amdgpu_vega10_hwmgr.c 1020 uint16_t vvalue; local in function:vega10_trim_voltage_table
1036 vvalue = vol_table->entries[i].value;
1040 if (vvalue == table->entries[j].value) {
1047 table->entries[table->count].value = vvalue;
amdgpu_vega10_hwmgr.c 1020 uint16_t vvalue; local in function:vega10_trim_voltage_table
1036 vvalue = vol_table->entries[i].value;
1040 if (vvalue == table->entries[j].value) {
1047 table->entries[table->count].value = vvalue;

Completed in 31 milliseconds