Searched defs:uart_8250_port (Results 1 – 1 of 1) sorted by relevance
86 struct uart_8250_port { struct87 struct uart_port port;88 struct timer_list timer; /* "no irq" timer */89 struct list_head list; /* ports on this IRQ */90 unsigned short capabilities; /* port capabilities */91 unsigned short bugs; /* port bugs */92 bool fifo_bug; /* min RX trigger if enabled */93 unsigned int tx_loadsz; /* transmit fifo load size */94 unsigned char acr;95 unsigned char fcr;[all …]