Searched refs:PORT_MCF (Results 1 – 2 of 2) sorted by relevance
392 port->type = PORT_MCF; in mcf_config_port()407 return (port->type == PORT_MCF) ? "ColdFire UART" : NULL; in mcf_type()429 if ((ser->type != PORT_UNKNOWN) && (ser->type != PORT_MCF)) in mcf_verify_port()499 port->type = PORT_MCF; in early_mcf_setup()624 port->type = PORT_MCF; in mcf_probe()
171 #define PORT_MCF 78 macro