Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dsh-sci.c163 static struct sci_port sci_ports[SCI_NPORTS]; variable
3016 struct sci_port *sci_port = &sci_ports[co->index]; in serial_console_write()
3066 sci_port = &sci_ports[co->index]; in serial_console_setup()
3114 sci_init_single(pdev, &sci_ports[pdev->id], pdev->id, cfg, true); in sci_probe_earlyprintk()
3243 if (id >= ARRAY_SIZE(sci_ports)) { in sci_parse_dt()
3248 sp = &sci_ports[id]; in sci_parse_dt()
3344 sp = &sci_ports[dev_id]; in sci_probe()
3439 memcpy(&sci_ports[0].port, &device->port, sizeof(struct uart_port)); in early_console_setup()
3441 sci_ports[0].cfg = &port_cfg; in early_console_setup()
3442 sci_ports[0].params = sci_probe_regmap(&port_cfg); in early_console_setup()
[all …]