Searched refs:DRAM_BR_BASE_MASK (Results 1 – 1 of 1) sorted by relevance
214 #define DRAM_BR_BASE_MASK (0xFFFFF000UL) macro216 #define DRAM_BR_BASE_SET(x) (((uint32_t)(x) << DRAM_BR_BASE_SHIFT) & DRAM_BR_BASE_MASK)217 #define DRAM_BR_BASE_GET(x) (((uint32_t)(x) & DRAM_BR_BASE_MASK) >> DRAM_BR_BASE_SHIFT)