Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dsh-sci.c182 static struct sci_port sci_ports[SCI_NPORTS]; variable
3117 struct sci_port *sci_port = &sci_ports[co->index]; in serial_console_write()
3167 sci_port = &sci_ports[co->index]; in serial_console_setup()
3387 if (id >= ARRAY_SIZE(sci_ports)) { in sci_parse_dt()
3392 sp = &sci_ports[id]; in sci_parse_dt()
3514 sp = &sci_ports[dev_id]; in sci_probe()
3696 struct sci_port *sci_port = &sci_ports[0]; in early_console_exit()
3717 sci_ports[0].port = device->port; in early_console_setup()
3719 sci_ports[0].cfg = &port_cfg; in early_console_setup()
3720 sci_ports[0].params = sci_probe_regmap(&port_cfg); in early_console_setup()
[all …]