Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dst-asc.c45 static struct asc_port asc_ports[ASC_MAX_PORTS]; variable
764 asc_ports[id].hw_flow_control = of_property_read_bool(np, in asc_of_get_asc_port()
766 asc_ports[id].force_m1 = of_property_read_bool(np, "st,force-m1"); in asc_of_get_asc_port()
767 asc_ports[id].port.line = id; in asc_of_get_asc_port()
768 asc_ports[id].rts = NULL; in asc_of_get_asc_port()
770 return &asc_ports[id]; in asc_of_get_asc_port()
846 struct uart_port *port = &asc_ports[co->index].port; in asc_console_write()
889 ascport = &asc_ports[co->index]; in asc_console_setup()