Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dserial_8250.h124 struct uart_8250_port { struct
125 struct uart_port port;
129 u16 bugs; /* port bugs */
131 unsigned char acr;
132 unsigned char fcr;
133 unsigned char ier;
134 unsigned char lcr;
135 unsigned char mcr;
160 u32 (*dl_read)(struct uart_8250_port *up); argument
164 void (*rs485_start_tx)(struct uart_8250_port *); argument
[all …]
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_aspeed_vuart.c250 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_startup() local
265 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_shutdown() local