Home
last modified time | relevance | path

Searched defs:UNCACHED_SDRAM (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/mips/include/asm/
H A Daddrspace.h136 #define UNCACHED_SDRAM(a) (((unsigned long)(a)) | 0x20000000) macro
138 #define UNCACHED_SDRAM(a) CKSEG1ADDR(a) macro