Home
last modified time | relevance | path

Searched refs:UART_EXAR654_IER_XOFF (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/dgnc/
Ddgnc_cls.h73 #define UART_EXAR654_IER_XOFF 0x20 /* Xoff Interrupt Enable */ macro
Ddgnc_cls.c57 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()
/drivers/tty/serial/jsm/
Djsm_cls.c89 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()
Djsm.h310 #define UART_EXAR654_IER_XOFF 0x20 /* Xoff Interrupt Enable */ macro