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