Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc4_serial.c345 #define PROTO_RS232 3 macro
1607 case PROTO_RS232: in ioc4_set_proto()
2381 if (the_port->mapbase == PROTO_RS232) in ic4_type()
2725 port_type_idx = (port_type == PROTO_RS232) ? UART_PORT_RS232 in ioc4_serial_core_attach()
2728 u_driver = (port_type == PROTO_RS232) ? &ioc4_uart_rs232 in ioc4_serial_core_attach()
2741 port_type == PROTO_RS232 ? "rs232" : "rs422")); in ioc4_serial_core_attach()
2871 ret = ioc4_serial_core_attach(idd->idd_pdev, PROTO_RS232); in ioc4_serial_attach_one()
Dioc3_serial.c76 #define PROTO_RS232 0 macro
871 case PROTO_RS232: in ioc3_set_proto()
1064 ioc3_set_proto(port, IS_RS232(the_port->line) ? PROTO_RS232 : in ic3_startup_local()
1957 ioc3_set_proto(port, PROTO_RS232); in ioc3_serial_core_attach()