Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dioc4_serial.c348 #define PROTO_RS232 3 macro
1605 case PROTO_RS232: in ioc4_set_proto()
2379 if (the_port->mapbase == PROTO_RS232) in ic4_type()
2723 port_type_idx = (port_type == PROTO_RS232) ? UART_PORT_RS232 in ioc4_serial_core_attach()
2726 u_driver = (port_type == PROTO_RS232) ? &ioc4_uart_rs232 in ioc4_serial_core_attach()
2739 port_type == PROTO_RS232 ? "rs232" : "rs422")); in ioc4_serial_core_attach()
2869 ret = ioc4_serial_core_attach(idd->idd_pdev, PROTO_RS232); in ioc4_serial_attach_one()
Dioc3_serial.c79 #define PROTO_RS232 0 macro
874 case PROTO_RS232: in ioc3_set_proto()
1067 ioc3_set_proto(port, IS_RS232(the_port->line) ? PROTO_RS232 : in ic3_startup_local()
1960 ioc3_set_proto(port, PROTO_RS232); in ioc3_serial_core_attach()