Searched refs:asc_ports (Results 1 – 1 of 1) sorted by relevance
45 static struct asc_port asc_ports[ASC_MAX_PORTS]; variable756 asc_ports[id].hw_flow_control = of_property_read_bool(np, in asc_of_get_asc_port()758 asc_ports[id].force_m1 = of_property_read_bool(np, "st,force-m1"); in asc_of_get_asc_port()759 asc_ports[id].port.line = id; in asc_of_get_asc_port()760 asc_ports[id].rts = NULL; in asc_of_get_asc_port()762 return &asc_ports[id]; in asc_of_get_asc_port()843 struct uart_port *port = &asc_ports[co->index].port; in asc_console_write()886 ascport = &asc_ports[co->index]; in asc_console_setup()