Lines Matching refs:burst_time
3086 u32 burst_time; in ni_copy_and_switch_arb_sets() local
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()
4763 u32 burst_time; in si_populate_memory_timing_parameters() local
4774 burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK; in si_populate_memory_timing_parameters()
4778 arb_regs->mc_arb_burst_time = (u8)burst_time; in si_populate_memory_timing_parameters()