Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dpic32_uart.c805 int uart_idx = 0; in pic32_uart_probe() local
810 uart_idx = of_alias_get_id(np, "serial"); in pic32_uart_probe()
811 if (uart_idx < 0 || uart_idx >= PIC32_MAX_UARTS) in pic32_uart_probe()
822 sport->idx = uart_idx; in pic32_uart_probe()
856 pic32_sports[uart_idx] = sport; in pic32_uart_probe()
866 port->line = uart_idx; in pic32_uart_probe()
888 __func__, uart_idx); in pic32_uart_probe()