| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | btcd.h | 90 #define MC_ARB_BURST_TIME 0x2808 macro
|
| D | ni_dpm.c | 1518 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE0_MASK) >> STATE0_SHIFT; in ni_copy_and_switch_arb_sets() 1523 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE1_MASK) >> STATE1_SHIFT; in ni_copy_and_switch_arb_sets() 1528 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE2_MASK) >> STATE2_SHIFT; in ni_copy_and_switch_arb_sets() 1533 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE3_MASK) >> STATE3_SHIFT; in ni_copy_and_switch_arb_sets() 1543 WREG32_P(MC_ARB_BURST_TIME, STATE0(burst_time), ~STATE0_MASK); in ni_copy_and_switch_arb_sets() 1548 WREG32_P(MC_ARB_BURST_TIME, STATE1(burst_time), ~STATE1_MASK); in ni_copy_and_switch_arb_sets() 1553 WREG32_P(MC_ARB_BURST_TIME, STATE2(burst_time), ~STATE2_MASK); in ni_copy_and_switch_arb_sets() 1558 WREG32_P(MC_ARB_BURST_TIME, STATE3(burst_time), ~STATE3_MASK); in ni_copy_and_switch_arb_sets()
|
| D | btc_dpm.c | 1763 arb_registers->mc_arb_burst_time = RREG32(MC_ARB_BURST_TIME); in btc_read_arb_registers() 1781 WREG32_P(MC_ARB_BURST_TIME, STATE0(val), ~STATE0_MASK); in btc_set_arb0_registers() 1825 WREG32_P(MC_ARB_BURST_TIME, STATE0(val), ~STATE0_MASK); in btc_set_ulv_dram_timing()
|
| D | nid.h | 764 #define MC_ARB_BURST_TIME 0x2808 macro
|
| D | cypress_dpm.c | 929 u32 mc_arb_burst_time = RREG32(MC_ARB_BURST_TIME); in cypress_program_memory_timing_parameters() 945 WREG32(MC_ARB_BURST_TIME, mc_arb_burst_time); in cypress_program_memory_timing_parameters()
|
| D | sid.h | 515 #define MC_ARB_BURST_TIME 0x2808 macro
|
| D | cikd.h | 640 #define MC_ARB_BURST_TIME 0x2808 macro
|
| D | evergreend.h | 276 #define MC_ARB_BURST_TIME 0x2808 macro
|
| D | si_dpm.c | 4310 burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK; in si_populate_memory_timing_parameters()
|
| D | ci_dpm.c | 2535 burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK; in ci_populate_memory_timing_parameters()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | si_dpm.c | 3093 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE0_MASK) >> STATE0_SHIFT; in ni_copy_and_switch_arb_sets() 3098 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE1_MASK) >> STATE1_SHIFT; in ni_copy_and_switch_arb_sets() 3103 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE2_MASK) >> STATE2_SHIFT; in ni_copy_and_switch_arb_sets() 3108 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE3_MASK) >> STATE3_SHIFT; in ni_copy_and_switch_arb_sets() 3118 WREG32_P(MC_ARB_BURST_TIME, STATE0(burst_time), ~STATE0_MASK); in ni_copy_and_switch_arb_sets() 3123 WREG32_P(MC_ARB_BURST_TIME, STATE1(burst_time), ~STATE1_MASK); in ni_copy_and_switch_arb_sets() 3128 WREG32_P(MC_ARB_BURST_TIME, STATE2(burst_time), ~STATE2_MASK); in ni_copy_and_switch_arb_sets() 3133 WREG32_P(MC_ARB_BURST_TIME, STATE3(burst_time), ~STATE3_MASK); in ni_copy_and_switch_arb_sets() 4774 burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK; in si_populate_memory_timing_parameters()
|
| D | sid.h | 517 #define MC_ARB_BURST_TIME 0xA02 macro
|
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/ |
| D | fiji_smumgr.c | 1516 state = PHM_GET_FIELD(burstTime, MC_ARB_BURST_TIME, STATE0); in fiji_populate_memory_timing_parameters() 1517 trrds = PHM_GET_FIELD(burstTime, MC_ARB_BURST_TIME, TRRDS0); in fiji_populate_memory_timing_parameters() 1518 trrdl = PHM_GET_FIELD(burstTime, MC_ARB_BURST_TIME, TRRDL0); in fiji_populate_memory_timing_parameters()
|
| 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 | 1352 burst_time = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0); in polaris10_populate_memory_timing_parameters()
|
| D | ci_smumgr.c | 1639 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()
|
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
| D | smu7_hwmgr.c | 459 burst_time = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0); in smu7_copy_and_switch_arb_sets() 464 burst_time = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE1); in smu7_copy_and_switch_arb_sets() 474 PHM_WRITE_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0, burst_time); in smu7_copy_and_switch_arb_sets() 479 PHM_WRITE_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE1, burst_time); in smu7_copy_and_switch_arb_sets()
|