Searched refs:_port_type (Results 1 – 1 of 1) sorted by relevance
218 #define CTI_PORT_TYPE_VALID(_port_type) \ argument219 (((_port_type) > CTI_PORT_TYPE_NONE) && \220 ((_port_type) < CTI_PORT_TYPE_MAX))222 #define CTI_PORT_TYPE_RS485(_port_type) \ argument223 (((_port_type) > CTI_PORT_TYPE_RS232) && \224 ((_port_type) < CTI_PORT_TYPE_MAX))