Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dserial_8250.h92 struct uart_8250_port { struct
93 struct uart_port port;
94 struct timer_list timer; /* "no irq" timer */
95 struct list_head list; /* ports on this IRQ */
96 u32 capabilities; /* port capabilities */
97 unsigned short bugs; /* port bugs */
98 bool fifo_bug; /* min RX trigger if enabled */
99 unsigned int tx_loadsz; /* transmit fifo load size */
100 unsigned char acr;
101 unsigned char fcr;
[all …]
/Linux-v5.4/drivers/tty/serial/8250/
D8250_aspeed_vuart.c174 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_startup() local
189 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_shutdown() local