Searched refs:DRAM_BR_SIZE_SET (Results 1 – 2 of 2) sorted by relevance
239 | DRAM_BR_SIZE_SET(size) | DRAM_BR_VLD_MASK; in dram_config_sdram()
247 #define DRAM_BR_SIZE_SET(x) (((uint32_t)(x) << DRAM_BR_SIZE_SHIFT) & DRAM_BR_SIZE_MASK) macro