Searched refs:DRAM_DCR_IO_WIDTH (Results 1 – 2 of 2) sorted by relevance
107 #define DRAM_DCR_IO_WIDTH(n) (((n) & 0x3) << 1) macro108 #define DRAM_DCR_IO_WIDTH_MASK DRAM_DCR_IO_WIDTH(0x3)
596 reg_val |= DRAM_DCR_IO_WIDTH(para->io_width >> 3); in dramc_init_helper()