PORT_MPC52xx 1268 drivers/tty/serial/mpc52xx_uart.c return port->type == PORT_MPC52xx ? "MPC5xxx PSC" : NULL; PORT_MPC52xx 1327 drivers/tty/serial/mpc52xx_uart.c port->type = PORT_MPC52xx; PORT_MPC52xx 1333 drivers/tty/serial/mpc52xx_uart.c if (ser->type != PORT_UNKNOWN && ser->type != PORT_MPC52xx)