Home
last modified time | relevance | path

Searched refs:PLAT_SDRAM_PHYS0 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-arm/arch-omaha/
Dmemory.h57 #define __virt_to_bus(x) (x - PAGE_OFFSET + PLAT_SDRAM_PHYS0)
59 #define __bus_to_virt(x) (x - PLAT_SDRAM_PHYS0 + PAGE_OFFSET)
Dplatform.h89 #define PLAT_SDRAM_PHYS0 0x0C000000 /* @ 192Mb */ macro