mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
synclink_gt: add serial bit order control
Add control of hardware serial bit order between LSB first (default/standard) and MSB first. Signed-off-by: Paul Fulghum <paulkf@microgate.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
8a38c2851d
commit
e5590717af
2 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,7 @@
|
|||
#define MGSL_INTERFACE_RTS_EN 0x10
|
||||
#define MGSL_INTERFACE_LL 0x20
|
||||
#define MGSL_INTERFACE_RL 0x40
|
||||
#define MGSL_INTERFACE_MSB_FIRST 0x80
|
||||
|
||||
typedef struct _MGSL_PARAMS
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue