Searched refs:UART_EXAR654_IER_XOFF (Results 1 – 4 of 4) sorted by relevance
61 #define UART_EXAR654_IER_XOFF 0x20 /* Xoff Interrupt Enable */ macro
48 ier &= ~(UART_EXAR654_IER_XOFF); in cls_set_cts_flow_control()95 ier |= (UART_EXAR654_IER_XOFF); in cls_set_ixon_flow_control()134 ier &= ~(UART_EXAR654_IER_XOFF); in cls_set_no_output_flow_control()
80 ier &= ~(UART_EXAR654_IER_XOFF); in cls_set_cts_flow_control()127 ier |= (UART_EXAR654_IER_XOFF); in cls_set_ixon_flow_control()166 ier &= ~(UART_EXAR654_IER_XOFF); in cls_set_no_output_flow_control()
301 #define UART_EXAR654_IER_XOFF 0x20 /* Xoff Interrupt Enable */ macro