Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/include/
H A 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
/openbmc/linux/drivers/gpu/drm/radeon/
H A 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
H A Dradeon_atombios.c2488 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2497 sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2506 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2519 sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2532 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
H A Dtrinity_dpm.c1672 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in trinity_parse_pplib_clock_info()
1768 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in trinity_parse_power_table()
H A Dkv_dpm.c2416 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_pplib_clock_info()
2510 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_power_table()
H A Drv770_dpm.c2199 sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in rv7xx_parse_pplib_clock_info()
2208 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in rv7xx_parse_pplib_clock_info()
H A Dsumo_dpm.c1438 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in sumo_parse_pplib_clock_info()
H A Drv6xx_dpm.c1838 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in rv6xx_parse_pplib_clock_info()
H A Dci_dpm.c5445 pl->sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in ci_parse_pplib_clock_info()
5589 sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in ci_parse_power_table()
H A Dsi_dpm.c6726 pl->sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_pplib_clock_info()
6869 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_power_table()
H A Dni_dpm.c3934 pl->sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in ni_parse_pplib_clock_info()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c2680 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_pplib_clock_info()
2772 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_power_table()
H A Dsi_dpm.c7193 pl->sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_pplib_clock_info()
7339 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_power_table()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c3802 engine_clock = visland_clk_info->ucEngineClockHigh << 16 | visland_clk_info->usEngineClockLow; in smu7_get_pp_table_entry_callback_func_v0()