Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dsh-sci.c164 static struct sci_port sci_ports[SCI_NPORTS]; variable
2977 struct sci_port *sci_port = &sci_ports[co->index]; in serial_console_write()
3027 sci_port = &sci_ports[co->index]; in serial_console_setup()
3075 sci_init_single(pdev, &sci_ports[pdev->id], pdev->id, cfg, true); in sci_probe_earlyprintk()
3235 if (id >= ARRAY_SIZE(sci_ports)) { in sci_parse_dt()
3240 sp = &sci_ports[id]; in sci_parse_dt()
3336 sp = &sci_ports[dev_id]; in sci_probe()
3431 memcpy(&sci_ports[0].port, &device->port, sizeof(struct uart_port)); in early_console_setup()
3433 sci_ports[0].cfg = &port_cfg; in early_console_setup()
3434 sci_ports[0].params = sci_probe_regmap(&port_cfg); in early_console_setup()
[all …]