Searched refs:DRAM_MR_BURST_LENGTH (Results 1 – 2 of 2) sorted by relevance
168 #define DRAM_MR_BURST_LENGTH(n) (((n) & 0x7) << 0) macro169 #define DRAM_MR_BURST_LENGTH_MASK DRAM_MR_BURST_LENGTH(0x7)
642 reg_val = DRAM_MR_BURST_LENGTH(0x0); in dramc_init_helper()