Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dpic32_uart.c868 int uart_idx = 0; in pic32_uart_probe() local
873 uart_idx = of_alias_get_id(np, "serial"); in pic32_uart_probe()
874 if (uart_idx < 0 || uart_idx >= PIC32_MAX_UARTS) in pic32_uart_probe()
885 sport->idx = uart_idx; in pic32_uart_probe()
902 pic32_sports[uart_idx] = sport; in pic32_uart_probe()
911 port->line = uart_idx; in pic32_uart_probe()
932 __func__, uart_idx); in pic32_uart_probe()