Searched refs:UART_EXAR654_EFR_IXON (Results 1 – 2 of 2) sorted by relevance
68 isr_fcr &= ~(UART_EXAR654_EFR_IXON); in cls_set_cts_flow_control()108 isr_fcr |= (UART_EXAR654_EFR_ECB | UART_EXAR654_EFR_IXON); in cls_set_ixon_flow_control()154 isr_fcr &= ~(UART_EXAR654_EFR_CTSDSR | UART_EXAR654_EFR_IXON); in cls_set_no_output_flow_control()
293 #define UART_EXAR654_EFR_IXON 0x2 /* Receiver compares Xon1/Xoff1 */ macro