Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
Dpic32_uart.c800 int uart_idx = 0; in pic32_uart_probe() local
805 uart_idx = of_alias_get_id(np, "serial"); in pic32_uart_probe()
806 if (uart_idx < 0 || uart_idx >= PIC32_MAX_UARTS) in pic32_uart_probe()
817 sport->idx = uart_idx; in pic32_uart_probe()
851 pic32_sports[uart_idx] = sport; in pic32_uart_probe()
861 port->line = uart_idx; in pic32_uart_probe()
882 __func__, uart_idx); in pic32_uart_probe()