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

/linux-master/drivers/tty/serial/
H A Dsifive.c105 * SIFIVE_SERIAL_MAX_PORTS: maximum number of UARTs on a device that can
108 #define SIFIVE_SERIAL_MAX_PORTS 8 macro
774 static struct sifive_serial_port *sifive_serial_console_ports[SIFIVE_SERIAL_MAX_PORTS];
819 if (co->index < 0 || co->index >= SIFIVE_SERIAL_MAX_PORTS)
901 .nr = SIFIVE_SERIAL_MAX_PORTS,
934 if (id > SIFIVE_SERIAL_MAX_PORTS) {

Completed in 112 milliseconds