Go to the documentation of this file.
24 #ifndef __ASM_DB1200_H
25 #define __ASM_DB1200_H
27 #include <linux/types.h>
32 #define BCSR_INT_IDE 0x0001
33 #define BCSR_INT_ETH 0x0002
34 #define BCSR_INT_PC0 0x0004
35 #define BCSR_INT_PC0STSCHG 0x0008
36 #define BCSR_INT_PC1 0x0010
37 #define BCSR_INT_PC1STSCHG 0x0020
38 #define BCSR_INT_DC 0x0040
39 #define BCSR_INT_FLASHBUSY 0x0080
40 #define BCSR_INT_PC0INSERT 0x0100
41 #define BCSR_INT_PC0EJECT 0x0200
42 #define BCSR_INT_PC1INSERT 0x0400
43 #define BCSR_INT_PC1EJECT 0x0800
44 #define BCSR_INT_SD0INSERT 0x1000
45 #define BCSR_INT_SD0EJECT 0x2000
46 #define BCSR_INT_SD1INSERT 0x4000
47 #define BCSR_INT_SD1EJECT 0x8000
49 #define IDE_REG_SHIFT 5
51 #define DB1200_IDE_PHYS_ADDR 0x18800000
52 #define DB1200_IDE_PHYS_LEN (16 << IDE_REG_SHIFT)
53 #define DB1200_ETH_PHYS_ADDR 0x19000300
54 #define DB1200_NAND_PHYS_ADDR 0x20000000
56 #define PB1200_IDE_PHYS_ADDR 0x0C800000
57 #define PB1200_ETH_PHYS_ADDR 0x0D000300
58 #define PB1200_NAND_PHYS_ADDR 0x1C000000