Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325723
b: refs/heads/master
c: a0f38b8
h: refs/heads/master
i:
  325721: a23370c
  325719: a1251b9
v: v3
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent 02c07ab commit 3ff21fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 494574304711a333386e7dd5fd3ebbc3b7024994
refs/heads/master: a0f38b87de1df05acf2e3cc23ee2f02a18d80c85
4 changes: 4 additions & 0 deletions trunk/include/linux/serial_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@

#define UART_IIR_BUSY 0x07 /* DesignWare APB Busy Detect */

#define UART_IIR_RX_TIMEOUT 0x0c /* OMAP RX Timeout interrupt */
#define UART_IIR_XOFF 0x10 /* OMAP XOFF/Special Character */
#define UART_IIR_CTS_RTS_DSR 0x20 /* OMAP CTS/RTS/DSR Change */

#define UART_FCR 2 /* Out: FIFO Control Register */
#define UART_FCR_ENABLE_FIFO 0x01 /* Enable the FIFO */
#define UART_FCR_CLEAR_RCVR 0x02 /* Clear the RCVR FIFO */
Expand Down

0 comments on commit 3ff21fa

Please sign in to comment.