Home
last modified time | relevance | path

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

/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.c2484 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2493 sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2502 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2515 sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2528 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
H A Dtrinity_dpm.c1668 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in trinity_parse_pplib_clock_info()
1764 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in trinity_parse_power_table()
H A Dkv_dpm.c2415 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_pplib_clock_info()
2509 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.c1436 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.c5440 pl->sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in ci_parse_pplib_clock_info()
5584 sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in ci_parse_power_table()
H A Dsi_dpm.c6682 pl->sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_pplib_clock_info()
6825 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_power_table()
H A Dni_dpm.c3931 pl->sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in ni_parse_pplib_clock_info()
/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.c7191 pl->sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_pplib_clock_info()
7337 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_power_table()
/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()