~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/tty/serial/8250.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *  linux/drivers/char/8250.h
3
 
 *
4
2
 *  Driver for 8250/16550-type serial ports
5
3
 *
6
4
 *  Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
44
42
#define UART_CAP_SLEEP  (1 << 10)       /* UART has IER sleep */
45
43
#define UART_CAP_AFE    (1 << 11)       /* MCR-based hw flow control */
46
44
#define UART_CAP_UUE    (1 << 12)       /* UART needs IER bit 6 set (Xscale) */
 
45
#define UART_CAP_RTOIE  (1 << 13)       /* UART needs IER bit 4 set (Xscale, Tegra) */
47
46
 
48
47
#define UART_BUG_QUOT   (1 << 0)        /* UART has buggy quot LSB */
49
48
#define UART_BUG_TXEN   (1 << 1)        /* UART has buggy TX IIR status */