Searched refs:UART_EXAR654_EFR_CTSDSR (Results 1 – 2 of 2) sorted by relevance
67 isr_fcr |= (UART_EXAR654_EFR_ECB | UART_EXAR654_EFR_CTSDSR); in cls_set_cts_flow_control()109 isr_fcr &= ~(UART_EXAR654_EFR_CTSDSR); in cls_set_ixon_flow_control()154 isr_fcr &= ~(UART_EXAR654_EFR_CTSDSR | UART_EXAR654_EFR_IXON); in cls_set_no_output_flow_control()
296 #define UART_EXAR654_EFR_CTSDSR 0x80 /* Auto CTS/DSR Flow COntrol Enable */ macro