Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250_exar.c218 #define CTI_PORT_TYPE_VALID(_port_type) \ argument
219 (((_port_type) > CTI_PORT_TYPE_NONE) && \
220 ((_port_type) < CTI_PORT_TYPE_MAX))
222 #define CTI_PORT_TYPE_RS485(_port_type) \ argument
223 (((_port_type) > CTI_PORT_TYPE_RS232) && \
224 ((_port_type) < CTI_PORT_TYPE_MAX))