Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-s3c24xx/include/mach/
Dbast-map.h24 #define BAST_IOADDR(x) (S3C2410_ADDR((x) + 0x01300000)) macro
28 #define BAST_VA_CTRL1 BAST_IOADDR(0x00000000) /* 0x01300000 */
31 #define BAST_VA_CTRL2 BAST_IOADDR(0x00100000) /* 0x01400000 */
34 #define BAST_VA_CTRL3 BAST_IOADDR(0x00200000) /* 0x01500000 */
37 #define BAST_VA_CTRL4 BAST_IOADDR(0x00300000) /* 0x01600000 */
43 #define BAST_VA_PC104_IRQREQ BAST_IOADDR(0x00400000)
46 #define BAST_VA_PC104_IRQRAW BAST_IOADDR(0x00500000)
49 #define BAST_VA_PC104_IRQMASK BAST_IOADDR(0x00600000)
52 #define BAST_VA_LCD_RCMD1 BAST_IOADDR(0x00700000)
55 #define BAST_VA_LCD_WCMD1 BAST_IOADDR(0x00800000)
[all …]
Dvr1000-map.h26 #define VR1000_IOADDR(x) BAST_IOADDR(x)