Searched refs:UART_EXAR654_EFR_CTSDSR (Results 1 – 4 of 4) sorted by relevance
72 #define UART_EXAR654_EFR_CTSDSR 0x80 /* Auto CTS/DSR Flow COntrol Enable */ macro
94 isr_fcr |= (UART_EXAR654_EFR_ECB | UART_EXAR654_EFR_CTSDSR); in cls_set_cts_flow_control()136 isr_fcr &= ~(UART_EXAR654_EFR_CTSDSR); in cls_set_ixon_flow_control()181 isr_fcr &= ~(UART_EXAR654_EFR_CTSDSR | UART_EXAR654_EFR_IXON); in cls_set_no_output_flow_control()
76 isr_fcr |= (UART_EXAR654_EFR_ECB | UART_EXAR654_EFR_CTSDSR); in cls_set_cts_flow_control()118 isr_fcr &= ~(UART_EXAR654_EFR_CTSDSR); in cls_set_ixon_flow_control()163 isr_fcr &= ~(UART_EXAR654_EFR_CTSDSR | UART_EXAR654_EFR_IXON); in cls_set_no_output_flow_control()
305 #define UART_EXAR654_EFR_CTSDSR 0x80 /* Auto CTS/DSR Flow COntrol Enable */ macro