Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsh-sci.c163 static struct sci_port sci_ports[SCI_NPORTS]; variable
3033 struct sci_port *sci_port = &sci_ports[co->index]; in serial_console_write()
3083 sci_port = &sci_ports[co->index]; in serial_console_setup()
3131 sci_init_single(pdev, &sci_ports[pdev->id], pdev->id, cfg, true); in sci_probe_earlyprintk()
3260 if (id >= ARRAY_SIZE(sci_ports)) { in sci_parse_dt()
3265 sp = &sci_ports[id]; in sci_parse_dt()
3361 sp = &sci_ports[dev_id]; in sci_probe()
3456 memcpy(&sci_ports[0].port, &device->port, sizeof(struct uart_port)); in early_console_setup()
3458 sci_ports[0].cfg = &port_cfg; in early_console_setup()
3459 sci_ports[0].params = sci_probe_regmap(&port_cfg); in early_console_setup()
[all …]