Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Datmel_serial.c110 #define ATMEL_MAX_UART 8 macro
187 static struct atmel_uart_port atmel_ports[ATMEL_MAX_UART];
188 static DECLARE_BITMAP(atmel_ports_in_use, ATMEL_MAX_UART);
2549 .nr = ATMEL_MAX_UART,
2708 ret = find_first_zero_bit(atmel_ports_in_use, ATMEL_MAX_UART); in atmel_serial_probe()
2710 if (ret >= ATMEL_MAX_UART) { in atmel_serial_probe()