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