Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dserial_8250.h85 struct uart_8250_port { struct
86 struct uart_port port;
87 struct timer_list timer; /* "no irq" timer */
88 struct list_head list; /* ports on this IRQ */
89 unsigned short capabilities; /* port capabilities */
90 unsigned short bugs; /* port bugs */
91 bool fifo_bug; /* min RX trigger if enabled */
92 unsigned int tx_loadsz; /* transmit fifo load size */
93 unsigned char acr;
94 unsigned char fcr;
[all …]