Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | EP93XX_AHB_PHYS_BASE 0x80000000 |
#define | EP93XX_AHB_VIRT_BASE 0xfef00000 |
#define | EP93XX_AHB_SIZE 0x00100000 |
#define | EP93XX_AHB_PHYS(x) (EP93XX_AHB_PHYS_BASE + (x)) |
#define | EP93XX_AHB_IOMEM(x) IOMEM(EP93XX_AHB_VIRT_BASE + (x)) |
#define | EP93XX_APB_PHYS_BASE 0x80800000 |
#define | EP93XX_APB_VIRT_BASE 0xfed00000 |
#define | EP93XX_APB_SIZE 0x00200000 |
#define | EP93XX_APB_PHYS(x) (EP93XX_APB_PHYS_BASE + (x)) |
#define | EP93XX_APB_IOMEM(x) IOMEM(EP93XX_APB_VIRT_BASE + (x)) |
#define | EP93XX_UART1_PHYS_BASE EP93XX_APB_PHYS(0x000c0000) |
#define | EP93XX_UART1_BASE EP93XX_APB_IOMEM(0x000c0000) |
#define | EP93XX_UART2_PHYS_BASE EP93XX_APB_PHYS(0x000d0000) |
#define | EP93XX_UART2_BASE EP93XX_APB_IOMEM(0x000d0000) |
#define | EP93XX_UART3_PHYS_BASE EP93XX_APB_PHYS(0x000e0000) |
#define | EP93XX_UART3_BASE EP93XX_APB_IOMEM(0x000e0000) |
#define EP93XX_AHB_IOMEM | ( | x | ) | IOMEM(EP93XX_AHB_VIRT_BASE + (x)) |
Definition at line 22 of file ep93xx-regs.h.
#define EP93XX_AHB_PHYS | ( | x | ) | (EP93XX_AHB_PHYS_BASE + (x)) |
Definition at line 21 of file ep93xx-regs.h.
#define EP93XX_AHB_PHYS_BASE 0x80000000 |
Definition at line 17 of file ep93xx-regs.h.
#define EP93XX_AHB_SIZE 0x00100000 |
Definition at line 19 of file ep93xx-regs.h.
#define EP93XX_AHB_VIRT_BASE 0xfef00000 |
Definition at line 18 of file ep93xx-regs.h.
#define EP93XX_APB_IOMEM | ( | x | ) | IOMEM(EP93XX_APB_VIRT_BASE + (x)) |
Definition at line 29 of file ep93xx-regs.h.
#define EP93XX_APB_PHYS | ( | x | ) | (EP93XX_APB_PHYS_BASE + (x)) |
Definition at line 28 of file ep93xx-regs.h.
#define EP93XX_APB_PHYS_BASE 0x80800000 |
Definition at line 24 of file ep93xx-regs.h.
#define EP93XX_APB_SIZE 0x00200000 |
Definition at line 26 of file ep93xx-regs.h.
#define EP93XX_APB_VIRT_BASE 0xfed00000 |
Definition at line 25 of file ep93xx-regs.h.
#define EP93XX_UART1_BASE EP93XX_APB_IOMEM(0x000c0000) |
Definition at line 33 of file ep93xx-regs.h.
#define EP93XX_UART1_PHYS_BASE EP93XX_APB_PHYS(0x000c0000) |
Definition at line 32 of file ep93xx-regs.h.
#define EP93XX_UART2_BASE EP93XX_APB_IOMEM(0x000d0000) |
Definition at line 36 of file ep93xx-regs.h.
#define EP93XX_UART2_PHYS_BASE EP93XX_APB_PHYS(0x000d0000) |
Definition at line 35 of file ep93xx-regs.h.
#define EP93XX_UART3_BASE EP93XX_APB_IOMEM(0x000e0000) |
Definition at line 39 of file ep93xx-regs.h.
#define EP93XX_UART3_PHYS_BASE EP93XX_APB_PHYS(0x000e0000) |
Definition at line 38 of file ep93xx-regs.h.