Searched refs:asc_ports (Results 1 – 1 of 1) sorted by relevance
46 static struct asc_port asc_ports[ASC_MAX_PORTS]; variable790 asc_ports[id].hw_flow_control = of_property_read_bool(np, in asc_of_get_asc_port()792 asc_ports[id].force_m1 = of_property_read_bool(np, "st,force_m1"); in asc_of_get_asc_port()793 asc_ports[id].port.line = id; in asc_of_get_asc_port()794 asc_ports[id].rts = NULL; in asc_of_get_asc_port()796 return &asc_ports[id]; in asc_of_get_asc_port()875 struct uart_port *port = &asc_ports[co->index].port; in asc_console_write()918 ascport = &asc_ports[co->index]; in asc_console_setup()