Searched refs:UART_EXAR654_EFR_IXON (Results 1 – 4 of 4) sorted by relevance
69 #define UART_EXAR654_EFR_IXON 0x2 /* Receiver compares Xon1/Xoff1 */ macro
45 isr_fcr &= ~(UART_EXAR654_EFR_IXON); in cls_set_cts_flow_control()85 isr_fcr |= (UART_EXAR654_EFR_ECB | UART_EXAR654_EFR_IXON); in cls_set_ixon_flow_control()131 isr_fcr &= ~(UART_EXAR654_EFR_CTSDSR | UART_EXAR654_EFR_IXON); in cls_set_no_output_flow_control()
77 isr_fcr &= ~(UART_EXAR654_EFR_IXON); in cls_set_cts_flow_control()117 isr_fcr |= (UART_EXAR654_EFR_ECB | UART_EXAR654_EFR_IXON); in cls_set_ixon_flow_control()163 isr_fcr &= ~(UART_EXAR654_EFR_CTSDSR | UART_EXAR654_EFR_IXON); in cls_set_no_output_flow_control()
302 #define UART_EXAR654_EFR_IXON 0x2 /* Receiver compares Xon1/Xoff1 */ macro