Searched refs:UART_EXAR654_EFR_IXON (Results 1 – 4 of 4) sorted by relevance
57 #define UART_EXAR654_EFR_IXON 0x2 /* Receiver compares Xon1/Xoff1 */ macro
36 isr_fcr &= ~(UART_EXAR654_EFR_IXON); in cls_set_cts_flow_control()76 isr_fcr |= (UART_EXAR654_EFR_ECB | UART_EXAR654_EFR_IXON); in cls_set_ixon_flow_control()122 isr_fcr &= ~(UART_EXAR654_EFR_CTSDSR | UART_EXAR654_EFR_IXON); in cls_set_no_output_flow_control()
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