Searched refs:PCIO_BASE (Results 1 – 5 of 5) sorted by relevance
21 #define PCIO_BASE S3C_ADDR(0x02000000) macro23 #define S3C24XX_VA_ISA_WORD (PCIO_BASE)24 #define S3C24XX_VA_ISA_BYTE (PCIO_BASE + 0x01000000)46 #define __io(x) (PCIO_BASE + (x))
17 #define PCIO_BASE 0x7c000000 macro18 #define __io(a) ((void __iomem *)(PCIO_BASE + (a)))
26 #define __io(a) (PCIO_BASE + ((a) << 2))
54 #define PCIO_BASE (IO_BASE + 0x00010000) macro
93 writeb(0xc, PCIO_BASE + (0x3f2 << 2)); in rpc_map_io()
Completed in 6 milliseconds