Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_cls.c80 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()
H A Djsm.h301 #define UART_EXAR654_IER_XOFF 0x20 /* Xoff Interrupt Enable */ macro