Searched refs:STATE0_MASK (Results 1 – 13 of 13) sorted by relevance
92 #define STATE0_MASK (0x1f << 0) macro
188 # define STATE0_MASK (0xff << 0) macro
1776 val = (arb_registers->mc_arb_burst_time & STATE0_MASK) >> in btc_set_arb0_registers()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()
292 #define STATE0_MASK (0xff << 0) macro
766 #define STATE0_MASK (0x1f << 0) macro
517 #define STATE0_MASK (0x1f << 0) macro
642 #define STATE0_MASK (0x1f << 0) macro
278 #define STATE0_MASK (0x1f << 0) macro
1516 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE0_MASK) >> STATE0_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()
2496 burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK; in ci_populate_memory_timing_parameters()
4289 burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK; in si_populate_memory_timing_parameters()
518 #define STATE0_MASK (0x1f << 0) macro
3088 burst_time = (RREG32(MC_ARB_BURST_TIME) & STATE0_MASK) >> STATE0_SHIFT; in ni_copy_and_switch_arb_sets()3113 WREG32_P(MC_ARB_BURST_TIME, STATE0(burst_time), ~STATE0_MASK); in ni_copy_and_switch_arb_sets()4768 burst_time = RREG32(MC_ARB_BURST_TIME) & STATE0_MASK; in si_populate_memory_timing_parameters()
Completed in 132 milliseconds