Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Datmel_serial.c104 #define ATMEL_MAX_UART 8 macro
189 static struct atmel_uart_port atmel_ports[ATMEL_MAX_UART];
190 static DECLARE_BITMAP(atmel_ports_in_use, ATMEL_MAX_UART);
2691 .nr = ATMEL_MAX_UART,
2859 ret = find_first_zero_bit(atmel_ports_in_use, ATMEL_MAX_UART); in atmel_serial_probe()
2861 if (ret >= ATMEL_MAX_UART) { in atmel_serial_probe()