Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
282388bc
Commit
282388bc
authored
Feb 01, 2005
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://bk.arm.linux.org.uk/linux-2.6-serial
into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents
cebd0082
3ffc1cac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
include/linux/serial_reg.h
include/linux/serial_reg.h
+14
-0
No files found.
include/linux/serial_reg.h
View file @
282388bc
...
@@ -307,5 +307,19 @@
...
@@ -307,5 +307,19 @@
#define SERIAL_RSA_BAUD_BASE (921600)
#define SERIAL_RSA_BAUD_BASE (921600)
#define SERIAL_RSA_BAUD_BASE_LO (SERIAL_RSA_BAUD_BASE / 8)
#define SERIAL_RSA_BAUD_BASE_LO (SERIAL_RSA_BAUD_BASE / 8)
/*
* Extra serial register definitions for the internal UARTs
* in TI OMAP processors.
*/
#define UART_OMAP_MDR1 0x08
/* Mode definition register */
#define UART_OMAP_MDR2 0x09
/* Mode definition register 2 */
#define UART_OMAP_SCR 0x10
/* Supplementary control register */
#define UART_OMAP_SSR 0x11
/* Supplementary status register */
#define UART_OMAP_EBLR 0x12
/* BOF length register */
#define UART_OMAP_OSC_12M_SEL 0x13
/* OMAP1510 12MHz osc select */
#define UART_OMAP_MVER 0x14
/* Module version register */
#define UART_OMAP_SYSC 0x15
/* System configuration register */
#define UART_OMAP_SYSS 0x16
/* System status register */
#endif
/* _LINUX_SERIAL_REG_H */
#endif
/* _LINUX_SERIAL_REG_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment