Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-ep93xx/
H A Dsoc.h52 #define EP93XX_ETHERNET_PHYS_BASE EP93XX_AHB_PHYS(0x00010000)
55 #define EP93XX_USB_PHYS_BASE EP93XX_AHB_PHYS(0x00020000)
58 #define EP93XX_RASTER_PHYS_BASE EP93XX_AHB_PHYS(0x00030000)
69 #define EP93XX_IDE_PHYS_BASE EP93XX_AHB_PHYS(0x000a0000)
H A Dep93xx-regs.h18 #define EP93XX_AHB_PHYS(x) (EP93XX_AHB_PHYS_BASE + (x)) macro