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
cf82fb44
Commit
cf82fb44
authored
Jun 30, 2003
by
Greg Ungerer
Committed by
Anton Blanchard
Jun 30, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] fix broken MARK parity define for ColdFire UART
Fix broken definition of MARK parity for ColdFire UART.
parent
8f0ee50e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/asm-m68knommu/mcfuart.h
include/asm-m68knommu/mcfuart.h
+1
-1
No files found.
include/asm-m68knommu/mcfuart.h
View file @
cf82fb44
...
...
@@ -84,7 +84,7 @@
#define MCFUART_MR1_PARITYEVEN 0x00
/* Even parity */
#define MCFUART_MR1_PARITYODD 0x04
/* Odd parity */
#define MCFUART_MR1_PARITYSPACE 0x08
/* Space parity */
#define MCFUART_MR1_PARITYMARK 0x0
6
/* Mark parity */
#define MCFUART_MR1_PARITYMARK 0x0
c
/* Mark parity */
#define MCFUART_MR1_CS5 0x00
/* 5 bits per char */
#define MCFUART_MR1_CS6 0x01
/* 6 bits per char */
...
...
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