Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dserial_core.h180 #define PORT_BCM63XX 89 macro
/linux-6.1.9/drivers/tty/serial/
Dbcm63xx_uart.c221 return (port->type == PORT_BCM63XX) ? "bcm63xx_uart" : NULL; in bcm_uart_type()
606 port->type = PORT_BCM63XX; in bcm_uart_config_port()
617 if (port->type != PORT_BCM63XX) in bcm_uart_verify_port()