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.h644 #define STATE1(x) ((x) << 5) macro
Devergreend.h279 #define STATE1(x) ((x) << 5) macro
Drv6xx_dpm.c811 STATE1(64 * high_clock / pi->hw.sclks[R600_POWER_LEVEL_MEDIUM]) | in rv6xx_program_memory_timing_parameters()
Dcypress_dpm.c935 mc_arb_burst_time |= STATE1(cypress_calculate_burst_time(rdev, in cypress_program_memory_timing_parameters()
Drv770_dpm.c759 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.h520 #define STATE1(x) ((x) << 5) macro
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_hwmgr.c531 burst_time = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE1); in smu7_copy_and_switch_arb_sets()
546 PHM_WRITE_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE1, burst_time); in smu7_copy_and_switch_arb_sets()
/drivers/gpu/drm/amd/pm/powerplay/
Dsi_dpm.c3103 WREG32_P(MC_ARB_BURST_TIME, STATE1(burst_time), ~STATE1_MASK); in ni_copy_and_switch_arb_sets()