Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dbtcd.h94 #define STATE1(x) ((x) << 5) macro
Drv6xxd.h189 # define STATE1(x) ((x) << 8) macro
Drv770d.h293 #define STATE1(x) ((x) << 8) macro
Dnid.h768 #define STATE1(x) ((x) << 5) macro
Dsid.h519 #define STATE1(x) ((x) << 5) macro
Dcikd.h646 #define STATE1(x) ((x) << 5) macro
Devergreend.h279 #define STATE1(x) ((x) << 5) macro
Dcypress_dpm.c932 mc_arb_burst_time |= STATE1(cypress_calculate_burst_time(rdev, in cypress_program_memory_timing_parameters()
Drv6xx_dpm.c812 STATE1(64 * high_clock / pi->hw.sclks[R600_POWER_LEVEL_MEDIUM]) | in rv6xx_program_memory_timing_parameters()
Drv770_dpm.c758 STATE1(64 * high_clock / state->low.sclk) | in rv770_program_memory_timing_parameters()
Dni_dpm.c1546 WREG32_P(MC_ARB_BURST_TIME, STATE1(burst_time), ~STATE1_MASK); in ni_copy_and_switch_arb_sets()
/drivers/gpu/drm/amd/amdgpu/
Dsid.h521 #define STATE1(x) ((x) << 5) macro
Dsi_dpm.c3120 WREG32_P(MC_ARB_BURST_TIME, STATE1(burst_time), ~STATE1_MASK); in ni_copy_and_switch_arb_sets()
/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_hwmgr.c465 burst_time = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE1); in smu7_copy_and_switch_arb_sets()
480 PHM_WRITE_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE1, burst_time); in smu7_copy_and_switch_arb_sets()