Home
last modified time | relevance | path

Searched defs:uart_8250_port (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/tty/serial/8250/
D8250.h16 struct uart_8250_port { struct
17 struct uart_port port;
18 struct timer_list timer; /* "no irq" timer */
19 struct list_head list; /* ports on this IRQ */
20 unsigned short capabilities; /* port capabilities */
21 unsigned short bugs; /* port bugs */
22 unsigned int tx_loadsz; /* transmit fifo load size */
23 unsigned char acr;
24 unsigned char ier;
25 unsigned char lcr;
[all …]