Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsifive.c108 #define SIFIVE_SERIAL_MAX_PORTS 8 macro
773 static struct sifive_serial_port *sifive_serial_console_ports[SIFIVE_SERIAL_MAX_PORTS];
822 if (co->index < 0 || co->index >= SIFIVE_SERIAL_MAX_PORTS) in sifive_serial_console_setup()
904 .nr = SIFIVE_SERIAL_MAX_PORTS,
937 if (id > SIFIVE_SERIAL_MAX_PORTS) { in sifive_serial_probe()