Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dsh-sci.c164 static struct sci_port sci_ports[SCI_NPORTS]; variable
3046 struct sci_port *sci_port = &sci_ports[co->index]; in serial_console_write()
3096 sci_port = &sci_ports[co->index]; in serial_console_setup()
3158 sci_init_single(pdev, &sci_ports[pdev->id], pdev->id, cfg, true); in sci_probe_earlyprintk()
3316 if (id >= ARRAY_SIZE(sci_ports)) { in sci_parse_dt()
3321 sp = &sci_ports[id]; in sci_parse_dt()
3417 sp = &sci_ports[dev_id]; in sci_probe()
3512 memcpy(&sci_ports[0].port, &device->port, sizeof(struct uart_port)); in early_console_setup()
3514 sci_ports[0].cfg = &port_cfg; in early_console_setup()
3515 sci_ports[0].params = sci_probe_regmap(&port_cfg); in early_console_setup()
[all …]