Searched refs:UART_EXAR654_EFR_IXOFF (Results 1 – 2 of 2) sorted by relevance
197 isr_fcr &= ~(UART_EXAR654_EFR_IXOFF); in cls_set_rts_flow_control()234 isr_fcr |= (UART_EXAR654_EFR_ECB | UART_EXAR654_EFR_IXOFF); in cls_set_ixoff_flow_control()276 isr_fcr &= ~(UART_EXAR654_EFR_RTSDTR | UART_EXAR654_EFR_IXOFF); in cls_set_no_input_flow_control()
294 #define UART_EXAR654_EFR_IXOFF 0x8 /* Transmit Xon1/Xoff1 */ macro