ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-arm / arch-lh7a40x / serial.h
1 /* include/asm-arm/arch-lh7a40x/serial.h
2  *
3  *  Copyright (C) 2004 Coastal Environmental Systems
4  *
5  *  This program is free software; you can redistribute it and/or
6  *  modify it under the terms of the GNU General Public License
7  *  version 2 as published by the Free Software Foundation.
8  *
9  */
10
11 #ifndef __ASM_ARCH_SERIAL_H
12 #define __ASM_ARCH_SERIAL_H
13
14 #include <asm/arch/registers.h>
15
16 #define UART_R_DATA     (0x00)
17 #define UART_R_FCON     (0x04)
18 #define UART_R_BRCON    (0x08)
19 #define UART_R_CON      (0x0c)
20 #define UART_R_STATUS   (0x10)
21 #define UART_R_RAWISR   (0x14)
22 #define UART_R_INTEN    (0x18)
23 #define UART_R_ISR      (0x1c)
24
25 #endif  /* _ASM_ARCH_SERIAL_H */