Home
last modified time | relevance | path

Searched refs:usEngineClockLow (Results 1 – 14 of 14) sorted by relevance

/drivers/gpu/drm/amd/include/
Dpptable.h343 USHORT usEngineClockLow; member
397 USHORT usEngineClockLow; member
413 USHORT usEngineClockLow; member
430 USHORT usEngineClockLow; member
441 USHORT usEngineClockLow; //clockfrequency & 0xFFFF. The unit is in 10khz member
452 USHORT usEngineClockLow; member
/drivers/gpu/drm/radeon/
Dpptable.h316 USHORT usEngineClockLow; member
370 USHORT usEngineClockLow; member
386 USHORT usEngineClockLow; member
403 USHORT usEngineClockLow; member
414 USHORT usEngineClockLow; //clockfrequency & 0xFFFF. The unit is in 10khz member
Dradeon_atombios.c2486 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2495 sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2504 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2517 sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2530 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
Dtrinity_dpm.c1716 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in trinity_parse_pplib_clock_info()
1812 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in trinity_parse_power_table()
Drv770_dpm.c2197 sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in rv7xx_parse_pplib_clock_info()
2206 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in rv7xx_parse_pplib_clock_info()
Dkv_dpm.c2619 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_pplib_clock_info()
2713 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_power_table()
Dsumo_dpm.c1438 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in sumo_parse_pplib_clock_info()
Drv6xx_dpm.c1838 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in rv6xx_parse_pplib_clock_info()
Dci_dpm.c5469 pl->sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in ci_parse_pplib_clock_info()
5613 sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in ci_parse_power_table()
Dsi_dpm.c6728 pl->sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_pplib_clock_info()
6871 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_power_table()
Dni_dpm.c3933 pl->sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in ni_parse_pplib_clock_info()
/drivers/gpu/drm/amd/pm/powerplay/
Dkv_dpm.c2676 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_pplib_clock_info()
2768 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_power_table()
Dsi_dpm.c7146 pl->sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_pplib_clock_info()
7292 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_power_table()
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_hwmgr.c3427 engine_clock = visland_clk_info->ucEngineClockHigh << 16 | visland_clk_info->usEngineClockLow; in smu7_get_pp_table_entry_callback_func_v0()