Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dmcf.c371 port->type = PORT_MCF; in mcf_config_port()
386 return (port->type == PORT_MCF) ? "ColdFire UART" : NULL; in mcf_type()
408 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF)) in mcf_verify_port()
581 port->type = PORT_MCF; in mcf_probe()
/linux-6.12.1/include/uapi/linux/
Dserial_core.h119 #define PORT_MCF 78 macro