Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dmpc52xx_uart.c845 return port->type == PORT_MPC52xx ? "MPC5xxx PSC" : NULL; in mpc52xx_uart_type()
888 port->type = PORT_MPC52xx; in mpc52xx_uart_config_port()
894 if (ser->type != PORT_UNKNOWN && ser->type != PORT_MPC52xx) in mpc52xx_uart_verify_port()
/linux-2.6.39/include/linux/
Dserial_core.h99 #define PORT_MPC52xx 59 macro