Home
last modified time | relevance | path

Searched refs:ucSclkHigh (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/radeon/
Dpptable.h482 UCHAR ucSclkHigh; member
523 UCHAR ucSclkHigh; member
Dr600_dpm.c975 (clk_v->entries[0].ucSclkHigh << 16); in r600_parse_extended_power_table()
1004 le16_to_cpu(entry->usSclkLow) | (entry->ucSclkHigh << 16); in r600_parse_extended_power_table()
/linux-5.19.10/drivers/gpu/drm/amd/include/
Dpptable.h523 UCHAR ucSclkHigh; member
564 UCHAR ucSclkHigh; member
/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/
Dlegacy_dpm.c321 (clk_v->entries[0].ucSclkHigh << 16); in amdgpu_parse_extended_power_table()
350 le16_to_cpu(entry->usSclkLow) | (entry->ucSclkHigh << 16); in amdgpu_parse_extended_power_table()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dprocesspptables.c430 limits->sclk = ((unsigned long)table->entries[0].ucSclkHigh << 16) | in get_clock_voltage_limit()
1637 table->entries[i].Sclk = ((unsigned long)ptable->entries[i].ucSclkHigh << 16) in init_phase_shedding_table()