Searched refs:PLAT_SDRAM_PHYS0 (Results 1 – 2 of 2) sorted by relevance
57 #define __virt_to_bus(x) (x - PAGE_OFFSET + PLAT_SDRAM_PHYS0)59 #define __bus_to_virt(x) (x - PLAT_SDRAM_PHYS0 + PAGE_OFFSET)
89 #define PLAT_SDRAM_PHYS0 0x0C000000 /* @ 192Mb */ macro