Home
last modified time | relevance | path

Searched refs:asc_ports (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/
Dst-asc.c46 static struct asc_port asc_ports[ASC_MAX_PORTS]; variable
794 asc_ports[id].hw_flow_control = of_property_read_bool(np, in asc_of_get_asc_port()
796 asc_ports[id].force_m1 = of_property_read_bool(np, "st,force_m1"); in asc_of_get_asc_port()
797 asc_ports[id].port.line = id; in asc_of_get_asc_port()
798 asc_ports[id].rts = NULL; in asc_of_get_asc_port()
800 return &asc_ports[id]; in asc_of_get_asc_port()
879 struct uart_port *port = &asc_ports[co->index].port; in asc_console_write()
922 ascport = &asc_ports[co->index]; in asc_console_setup()