Go to the documentation of this file.
20 #ifndef __ASM_ARCH_AUTCPU12_H
21 #define __ASM_ARCH_AUTCPU12_H
27 #define AUTCPU12_PHYS_CS8900A CS2_PHYS_BASE
28 #define AUTCPU12_VIRT_CS8900A (0xfe000000)
33 #define AUTCPU12_PHYS_FLASH CS0_PHYS_BASE
36 #define AUTCPU12_LCDINFO_OFFS (0x00010000)
40 #define AUTCPU12_PHYS_VIDEO CS6_PHYS_BASE
41 #define AUTCPU12_VIRT_VIDEO (0xfd000000)
46 #define AUTCPU12_PHYS_CHAR_LCD CS1_PHYS_BASE +0x00000000
48 #define AUTCPU12_PHYS_NVRAM CS1_PHYS_BASE +0x02000000
50 #define AUTCPU12_PHYS_CSAUX1 CS1_PHYS_BASE +0x04000000
52 #define AUTCPU12_PHYS_SMC CS1_PHYS_BASE +0x06000000
54 #define AUTCPU12_PHYS_CAN CS1_PHYS_BASE +0x08000000
56 #define AUTCPU12_PHYS_TOUCH CS1_PHYS_BASE +0x0A000000
58 #define AUTCPU12_PHYS_IO CS1_PHYS_BASE +0x0C000000
60 #define AUTCPU12_PHYS_LPT CS1_PHYS_BASE +0x0E000000
65 #define AUTCPU12_SMC_RDY (1<<2)
66 #define AUTCPU12_SMC_ALE (1<<3)
67 #define AUTCPU12_SMC_CLE (1<<4)
68 #define AUTCPU12_SMC_PORT_OFFSET PBDR
69 #define AUTCPU12_SMC_SELECT_OFFSET 0x10
73 #define AUTCPU12_DPOT_PORT_OFFSET PEDR
74 #define AUTCPU12_DPOT_CS (1<<0)
75 #define AUTCPU12_DPOT_CLK (1<<1)
76 #define AUTCPU12_DPOT_UD (1<<2)