Searched refs:STATE0 (Results 1 – 18 of 18) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | btcd.h | 91 #define STATE0(x) ((x) << 0) macro
|
D | rv6xxd.h | 187 # define STATE0(x) ((x) << 0) macro
|
D | rv770d.h | 291 #define STATE0(x) ((x) << 0) macro
|
D | btc_dpm.c | 1778 WREG32_P(MC_ARB_BURST_TIME, STATE0(val), ~STATE0_MASK); in btc_set_arb0_registers() 1822 WREG32_P(MC_ARB_BURST_TIME, STATE0(val), ~STATE0_MASK); in btc_set_ulv_dram_timing()
|
D | nid.h | 765 #define STATE0(x) ((x) << 0) macro
|
D | sid.h | 516 #define STATE0(x) ((x) << 0) macro
|
D | cikd.h | 641 #define STATE0(x) ((x) << 0) macro
|
D | evergreend.h | 277 #define STATE0(x) ((x) << 0) macro
|
D | rv6xx_dpm.c | 810 sqm_ratio = (STATE0(64 * high_clock / pi->hw.sclks[R600_POWER_LEVEL_LOW]) | in rv6xx_program_memory_timing_parameters()
|
D | rv770_dpm.c | 758 STATE0(64 * high_clock / pi->boot_sclk) | in rv770_program_memory_timing_parameters()
|
D | ni_dpm.c | 1541 WREG32_P(MC_ARB_BURST_TIME, STATE0(burst_time), ~STATE0_MASK); in ni_copy_and_switch_arb_sets()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | sid.h | 517 #define STATE0(x) ((x) << 0) macro
|
/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | iceland_smumgr.c | 1602 burstTime = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0); in iceland_populate_memory_timing_parameters()
|
D | polaris10_smumgr.c | 1480 burst_time = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0); in polaris10_populate_memory_timing_parameters()
|
D | ci_smumgr.c | 1640 burstTime = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0); in ci_populate_memory_timing_parameters()
|
D | tonga_smumgr.c | 1477 burstTime = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0); in tonga_populate_memory_timing_parameters()
|
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | smu7_hwmgr.c | 526 burst_time = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0); in smu7_copy_and_switch_arb_sets() 541 PHM_WRITE_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0, burst_time); in smu7_copy_and_switch_arb_sets()
|
/drivers/gpu/drm/amd/pm/powerplay/ |
D | si_dpm.c | 3098 WREG32_P(MC_ARB_BURST_TIME, STATE0(burst_time), ~STATE0_MASK); in ni_copy_and_switch_arb_sets()
|