Searched refs:MC_ARB_BURST_TIME (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | btcd.h | 90 #define MC_ARB_BURST_TIME 0x2808 macro
|
D | ni_dpm.c | 1516 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE0_MASK) >> STATE0_SHIFT; in ni_copy_and_switch_arb_sets() 1521 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE1_MASK) >> STATE1_SHIFT; in ni_copy_and_switch_arb_sets() 1526 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE2_MASK) >> STATE2_SHIFT; in ni_copy_and_switch_arb_sets() 1531 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE3_MASK) >> STATE3_SHIFT; in ni_copy_and_switch_arb_sets() 1541 WREG32_P(MC_ARB_BURST_TIME, STATE0(burst_time), ~STATE0_MASK); in ni_copy_and_switch_arb_sets() 1546 WREG32_P(MC_ARB_BURST_TIME, STATE1(burst_time), ~STATE1_MASK); in ni_copy_and_switch_arb_sets() 1551 WREG32_P(MC_ARB_BURST_TIME, STATE2(burst_time), ~STATE2_MASK); in ni_copy_and_switch_arb_sets() 1556 WREG32_P(MC_ARB_BURST_TIME, STATE3(burst_time), ~STATE3_MASK); in ni_copy_and_switch_arb_sets()
|
D | btc_dpm.c | 1762 arb_registers->mc_arb_burst_time = RREG32(MC_ARB_BURST_TIME); in btc_read_arb_registers() 1780 WREG32_P(MC_ARB_BURST_TIME, STATE0(val), ~STATE0_MASK); in btc_set_arb0_registers() 1824 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 | 928 u32 mc_arb_burst_time = RREG32(MC_ARB_BURST_TIME); in cypress_program_memory_timing_parameters() 944 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 | 642 #define MC_ARB_BURST_TIME 0x2808 macro
|
D | evergreend.h | 276 #define MC_ARB_BURST_TIME 0x2808 macro
|
D | si_dpm.c | 4360 burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK; in si_populate_memory_timing_parameters()
|
D | ci_dpm.c | 2511 burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK; in ci_populate_memory_timing_parameters()
|