Searched refs:UART_EXAR654_IER_RTSDTR (Results 1 – 2 of 2) sorted by relevance
205 ier |= (UART_EXAR654_IER_RTSDTR); in cls_set_rts_flow_control()249 ier &= ~(UART_EXAR654_IER_RTSDTR); in cls_set_ixoff_flow_control()284 ier &= ~(UART_EXAR654_IER_RTSDTR); in cls_set_no_input_flow_control()
302 #define UART_EXAR654_IER_RTSDTR 0x40 /* Output Interrupt Enable */ macro