Searched defs:uart_8250_port (Results 1 – 2 of 2) sorted by relevance
124 struct uart_8250_port { struct125 struct uart_port port;126 struct timer_list timer; /* "no irq" timer */127 struct list_head list; /* ports on this IRQ */128 u32 capabilities; /* port capabilities */129 u16 bugs; /* port bugs */130 unsigned int tx_loadsz; /* transmit fifo load size */131 unsigned char acr;132 unsigned char fcr;133 unsigned char ier;[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