Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dserial_core.h222 #define PORT_PIC32 115 macro
/linux-6.6.21/drivers/tty/serial/
Dpic32_uart.c261 return (port->type == PORT_PIC32) ? PIC32_DEV_NAME : NULL; in pic32_uart_type()
724 port->type = PORT_PIC32; in pic32_uart_config_port()
732 if (port->type != PORT_PIC32) in pic32_uart_verify_port()