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