Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-s5p64x0/include/mach/
Dmap.h83 #define S5P6450_PA_UART(x) ((x < 5) ? (0xEC800000 + ((x) * S3C_UART_OFFSET)) : (0xEC000000)) macro
85 #define S5P_PA_UART0 S5P6450_PA_UART(0)
86 #define S5P_PA_UART1 S5P6450_PA_UART(1)
87 #define S5P_PA_UART2 S5P6450_PA_UART(2)
88 #define S5P_PA_UART3 S5P6450_PA_UART(3)
89 #define S5P_PA_UART4 S5P6450_PA_UART(4)
90 #define S5P_PA_UART5 S5P6450_PA_UART(5)
/linux-3.4.99/arch/arm/mach-s5p64x0/
Dcommon.c135 .pfn = __phys_to_pfn(S5P6450_PA_UART(0)),
140 .pfn = __phys_to_pfn(S5P6450_PA_UART(5)),