Lines Matching refs:sci_ports
182 static struct sci_port sci_ports[SCI_NPORTS]; variable
3117 struct sci_port *sci_port = &sci_ports[co->index]; in serial_console_write()
3167 sci_port = &sci_ports[co->index]; in serial_console_setup()
3229 sci_init_single(pdev, &sci_ports[pdev->id], pdev->id, cfg, true); in sci_probe_earlyprintk()
3387 if (id >= ARRAY_SIZE(sci_ports)) { in sci_parse_dt()
3392 sp = &sci_ports[id]; in sci_parse_dt()
3455 if (sci_uart_earlycon && sci_ports[0].port.mapbase == sci_res->start) { in sci_probe_single()
3514 sp = &sci_ports[dev_id]; in sci_probe()
3532 if (sci_uart_earlycon && sp == &sci_ports[0] && sp->port.mapbase != res->start) in sci_probe()
3696 struct sci_port *sci_port = &sci_ports[0]; in early_console_exit()
3717 sci_ports[0].port = device->port; in early_console_setup()
3719 sci_ports[0].cfg = &port_cfg; in early_console_setup()
3720 sci_ports[0].params = sci_probe_regmap(&port_cfg); in early_console_setup()
3722 port_cfg.scscr = sci_serial_in(&sci_ports[0].port, SCSCR); in early_console_setup()
3723 sci_serial_out(&sci_ports[0].port, SCSCR, in early_console_setup()