Symbol: MC_ARB_BURST_TIME
sys/dev/drm/amd/amdgpu/si_dpm.c
3091
burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE0_MASK) >> STATE0_SHIFT;
sys/dev/drm/amd/amdgpu/si_dpm.c
3096
burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE1_MASK) >> STATE1_SHIFT;
sys/dev/drm/amd/amdgpu/si_dpm.c
3101
burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE2_MASK) >> STATE2_SHIFT;
sys/dev/drm/amd/amdgpu/si_dpm.c
3106
burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE3_MASK) >> STATE3_SHIFT;
sys/dev/drm/amd/amdgpu/si_dpm.c
3116
WREG32_P(MC_ARB_BURST_TIME, STATE0(burst_time), ~STATE0_MASK);
sys/dev/drm/amd/amdgpu/si_dpm.c
3121
WREG32_P(MC_ARB_BURST_TIME, STATE1(burst_time), ~STATE1_MASK);
sys/dev/drm/amd/amdgpu/si_dpm.c
3126
WREG32_P(MC_ARB_BURST_TIME, STATE2(burst_time), ~STATE2_MASK);
sys/dev/drm/amd/amdgpu/si_dpm.c
3131
WREG32_P(MC_ARB_BURST_TIME, STATE3(burst_time), ~STATE3_MASK);
sys/dev/drm/amd/amdgpu/si_dpm.c
4773
burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
457
burst_time = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
462
burst_time = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE1);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
472
PHM_WRITE_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0, burst_time);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
477
PHM_WRITE_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE1, burst_time);
sys/dev/drm/amd/powerplay/smumgr/ci_smumgr.c
1639
burstTime = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0);
sys/dev/drm/amd/powerplay/smumgr/fiji_smumgr.c
1516
state = PHM_GET_FIELD(burstTime, MC_ARB_BURST_TIME, STATE0);
sys/dev/drm/amd/powerplay/smumgr/fiji_smumgr.c
1517
trrds = PHM_GET_FIELD(burstTime, MC_ARB_BURST_TIME, TRRDS0);
sys/dev/drm/amd/powerplay/smumgr/fiji_smumgr.c
1518
trrdl = PHM_GET_FIELD(burstTime, MC_ARB_BURST_TIME, TRRDL0);
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
1602
burstTime = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0);
sys/dev/drm/amd/powerplay/smumgr/polaris10_smumgr.c
1351
burst_time = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0);
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
1477
burstTime = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0);
sys/dev/drm/radeon/btc_dpm.c
1759
arb_registers->mc_arb_burst_time = RREG32(MC_ARB_BURST_TIME);
sys/dev/drm/radeon/btc_dpm.c
1777
WREG32_P(MC_ARB_BURST_TIME, STATE0(val), ~STATE0_MASK);
sys/dev/drm/radeon/btc_dpm.c
1821
WREG32_P(MC_ARB_BURST_TIME, STATE0(val), ~STATE0_MASK);
sys/dev/drm/radeon/ci_dpm.c
2569
burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK;
sys/dev/drm/radeon/cypress_dpm.c
932
u32 mc_arb_burst_time = RREG32(MC_ARB_BURST_TIME);
sys/dev/drm/radeon/cypress_dpm.c
948
WREG32(MC_ARB_BURST_TIME, mc_arb_burst_time);
sys/dev/drm/radeon/ni_dpm.c
1516
burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE0_MASK) >> STATE0_SHIFT;
sys/dev/drm/radeon/ni_dpm.c
1521
burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE1_MASK) >> STATE1_SHIFT;
sys/dev/drm/radeon/ni_dpm.c
1526
burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE2_MASK) >> STATE2_SHIFT;
sys/dev/drm/radeon/ni_dpm.c
1531
burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE3_MASK) >> STATE3_SHIFT;
sys/dev/drm/radeon/ni_dpm.c
1541
WREG32_P(MC_ARB_BURST_TIME, STATE0(burst_time), ~STATE0_MASK);
sys/dev/drm/radeon/ni_dpm.c
1546
WREG32_P(MC_ARB_BURST_TIME, STATE1(burst_time), ~STATE1_MASK);
sys/dev/drm/radeon/ni_dpm.c
1551
WREG32_P(MC_ARB_BURST_TIME, STATE2(burst_time), ~STATE2_MASK);
sys/dev/drm/radeon/ni_dpm.c
1556
WREG32_P(MC_ARB_BURST_TIME, STATE3(burst_time), ~STATE3_MASK);
sys/dev/drm/radeon/si_dpm.c
4312
burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK;