Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dsifive.c118 #define SIFIVE_SERIAL_MAX_PORTS 8 macro
801 static struct sifive_serial_port *sifive_serial_console_ports[SIFIVE_SERIAL_MAX_PORTS];
850 if (co->index < 0 || co->index >= SIFIVE_SERIAL_MAX_PORTS) in sifive_serial_console_setup()
932 .nr = SIFIVE_SERIAL_MAX_PORTS,
968 if (id > SIFIVE_SERIAL_MAX_PORTS) { in sifive_serial_probe()