Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Datmel_serial.c106 #define ATMEL_MAX_UART 8 macro
191 static struct atmel_uart_port atmel_ports[ATMEL_MAX_UART];
192 static DECLARE_BITMAP(atmel_ports_in_use, ATMEL_MAX_UART);
2760 .nr = ATMEL_MAX_UART,
2922 ret = find_first_zero_bit(atmel_ports_in_use, ATMEL_MAX_UART); in atmel_serial_probe()
2924 if (ret >= ATMEL_MAX_UART) { in atmel_serial_probe()