Searched refs:sci_ports (Results 1 – 1 of 1) sorted by relevance
164 static struct sci_port sci_ports[SCI_NPORTS]; variable3052 struct sci_port *sci_port = &sci_ports[co->index]; in serial_console_write()3102 sci_port = &sci_ports[co->index]; in serial_console_setup()3164 sci_init_single(pdev, &sci_ports[pdev->id], pdev->id, cfg, true); in sci_probe_earlyprintk()3322 if (id >= ARRAY_SIZE(sci_ports)) { in sci_parse_dt()3327 sp = &sci_ports[id]; in sci_parse_dt()3424 sp = &sci_ports[dev_id]; in sci_probe()3442 if (sci_uart_earlycon && sp == &sci_ports[0] && sp->port.mapbase != res->start) in sci_probe()3539 memcpy(&sci_ports[0].port, &device->port, sizeof(struct uart_port)); in early_console_setup()3541 sci_ports[0].cfg = &port_cfg; in early_console_setup()[all …]