Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
D8250.c134 struct uart_8250_port { struct
135 struct uart_port port;
136 struct timer_list timer; /* "no irq" timer */
137 struct list_head list; /* ports on this IRQ */
138 unsigned short capabilities; /* port capabilities */
139 unsigned short bugs; /* port bugs */
140 unsigned int tx_loadsz; /* transmit fifo load size */
141 unsigned char acr;
142 unsigned char ier;
143 unsigned char lcr;
[all …]