Searched defs:uart_8250_port (Results 1 – 2 of 2) sorted by relevance
96 struct uart_8250_port { struct97 struct uart_port port;98 struct timer_list timer; /* "no irq" timer */99 struct list_head list; /* ports on this IRQ */100 u32 capabilities; /* port capabilities */101 unsigned short bugs; /* port bugs */102 bool fifo_bug; /* min RX trigger if enabled */103 unsigned int tx_loadsz; /* transmit fifo load size */104 unsigned char acr;105 unsigned char fcr;[all …]
170 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_startup() local185 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_shutdown() local