Searched refs:UART_EXAR654_IER_XOFF (Results 1 – 4 of 4) sorted by relevance
73 #define UART_EXAR654_IER_XOFF 0x20 /* Xoff Interrupt Enable */ macro
57 ier &= ~(UART_EXAR654_IER_XOFF); in cls_set_cts_flow_control()104 ier |= (UART_EXAR654_IER_XOFF); in cls_set_ixon_flow_control()143 ier &= ~(UART_EXAR654_IER_XOFF); in cls_set_no_output_flow_control()
89 ier &= ~(UART_EXAR654_IER_XOFF); in cls_set_cts_flow_control()136 ier |= (UART_EXAR654_IER_XOFF); in cls_set_ixon_flow_control()175 ier &= ~(UART_EXAR654_IER_XOFF); in cls_set_no_output_flow_control()
310 #define UART_EXAR654_IER_XOFF 0x20 /* Xoff Interrupt Enable */ macro