Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Dpptable.h345 USHORT usEngineClockLow; member
399 USHORT usEngineClockLow; member
415 USHORT usEngineClockLow; member
432 USHORT usEngineClockLow; member
443 USHORT usEngineClockLow; //clockfrequency & 0xFFFF. The unit is in 10khz member
454 USHORT usEngineClockLow; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dpptable.h318 USHORT usEngineClockLow; member
372 USHORT usEngineClockLow; member
388 USHORT usEngineClockLow; member
405 USHORT usEngineClockLow; member
416 USHORT usEngineClockLow; //clockfrequency & 0xFFFF. The unit is in 10khz member
H A Dradeon_atombios.c2481 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2490 sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2499 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2512 sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2525 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
H A Dradeon_trinity_dpm.c1721 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in trinity_parse_pplib_clock_info()
1815 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in trinity_parse_power_table()
H A Dradeon_rv770_dpm.c2202 sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in rv7xx_parse_pplib_clock_info()
2211 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in rv7xx_parse_pplib_clock_info()
H A Dradeon_kv_dpm.c2626 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_pplib_clock_info()
2720 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_power_table()
H A Dradeon_sumo_dpm.c1443 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in sumo_parse_pplib_clock_info()
H A Dradeon_rv6xx_dpm.c1843 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in rv6xx_parse_pplib_clock_info()
H A Dradeon_si_dpm.c6749 pl->sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_pplib_clock_info()
6892 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_power_table()
H A Dradeon_ci_dpm.c5490 pl->sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in ci_parse_pplib_clock_info()
5630 sclk = le16_to_cpu(clock_info->ci.usEngineClockLow); in ci_parse_power_table()
H A Dradeon_ni_dpm.c3935 pl->sclk = le16_to_cpu(clock_info->evergreen.usEngineClockLow); in ni_parse_pplib_clock_info()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_kv_dpm.c2694 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_pplib_clock_info()
2788 sclk = le16_to_cpu(clock_info->sumo.usEngineClockLow); in kv_parse_power_table()
H A Damdgpu_si_dpm.c7151 pl->sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_pplib_clock_info()
7299 sclk = le16_to_cpu(clock_info->si.usEngineClockLow); in si_parse_power_table()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_smu7_hwmgr.c3336 engine_clock = visland_clk_info->ucEngineClockHigh << 16 | visland_clk_info->usEngineClockLow; in smu7_get_pp_table_entry_callback_func_v0()