File tree Expand file tree Collapse file tree 3 files changed +19
-18
lines changed Expand file tree Collapse file tree 3 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 34
34
#define PCI_DEVICE_ID_EXAR_XR17V4358 0x4358
35
35
#define PCI_DEVICE_ID_EXAR_XR17V8358 0x8358
36
36
37
+ #define UART_EXAR_8XMODE 0x88 /* 8X sampling rate select */
38
+
39
+ #define UART_EXAR_FCTR 0x08 /* Feature Control Register */
40
+ #define UART_FCTR_EXAR_IRDA 0x10 /* IrDa data encode select */
41
+ #define UART_FCTR_EXAR_485 0x20 /* Auto 485 half duplex dir ctl */
42
+ #define UART_FCTR_EXAR_TRGA 0x00 /* FIFO trigger table A */
43
+ #define UART_FCTR_EXAR_TRGB 0x60 /* FIFO trigger table B */
44
+ #define UART_FCTR_EXAR_TRGC 0x80 /* FIFO trigger table C */
45
+ #define UART_FCTR_EXAR_TRGD 0xc0 /* FIFO trigger table D programmable */
46
+
47
+ #define UART_EXAR_TXTRG 0x0a /* Tx FIFO trigger level write-only */
48
+ #define UART_EXAR_RXTRG 0x0b /* Rx FIFO trigger level write-only */
49
+
37
50
#define UART_EXAR_MPIOINT_7_0 0x8f /* MPIOINT[7:0] */
38
51
#define UART_EXAR_MPIOLVL_7_0 0x90 /* MPIOLVL[7:0] */
39
52
#define UART_EXAR_MPIO3T_7_0 0x91 /* MPIO3T[7:0] */
Original file line number Diff line number Diff line change 44
44
45
45
#include "8250.h"
46
46
47
+ /*
48
+ * These are definitions for the Exar XR17V35X and XR17(C|D)15X
49
+ */
50
+ #define UART_EXAR_SLEEP 0x8b /* Sleep mode */
51
+ #define UART_EXAR_DVID 0x8d /* Device identification */
52
+
47
53
/*
48
54
* Debugging.
49
55
*/
Original file line number Diff line number Diff line change 366
366
#define UART_OMAP_MDR1_CIR_MODE 0x06 /* CIR mode */
367
367
#define UART_OMAP_MDR1_DISABLE 0x07 /* Disable (default state) */
368
368
369
- /*
370
- * These are definitions for the Exar XR17V35X and XR17(C|D)15X
371
- */
372
- #define UART_EXAR_8XMODE 0x88 /* 8X sampling rate select */
373
- #define UART_EXAR_SLEEP 0x8b /* Sleep mode */
374
- #define UART_EXAR_DVID 0x8d /* Device identification */
375
-
376
- #define UART_EXAR_FCTR 0x08 /* Feature Control Register */
377
- #define UART_FCTR_EXAR_IRDA 0x10 /* IrDa data encode select */
378
- #define UART_FCTR_EXAR_485 0x20 /* Auto 485 half duplex dir ctl */
379
- #define UART_FCTR_EXAR_TRGA 0x00 /* FIFO trigger table A */
380
- #define UART_FCTR_EXAR_TRGB 0x60 /* FIFO trigger table B */
381
- #define UART_FCTR_EXAR_TRGC 0x80 /* FIFO trigger table C */
382
- #define UART_FCTR_EXAR_TRGD 0xc0 /* FIFO trigger table D programmable */
383
-
384
- #define UART_EXAR_TXTRG 0x0a /* Tx FIFO trigger level write-only */
385
- #define UART_EXAR_RXTRG 0x0b /* Rx FIFO trigger level write-only */
386
-
387
369
/*
388
370
* These are definitions for the Altera ALTR_16550_F32/F64/F128
389
371
* Normalized from 0x100 to 0x40 because of shift by 2 (32 bit regs).
You can’t perform that action at this time.
0 commit comments