Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsprd_serial.c25 #define UART_NR_MAX 8 macro
131 static struct sprd_uart_port *sprd_port[UART_NR_MAX];
998 if (co->index >= UART_NR_MAX || co->index < 0) in sprd_console_setup()
1075 .nr = UART_NR_MAX,
1159 if (index < 0 || index >= UART_NR_MAX) { in sprd_probe()