Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_cls.c205 ier |= (UART_EXAR654_IER_RTSDTR); in cls_set_rts_flow_control()
249 ier &= ~(UART_EXAR654_IER_RTSDTR); in cls_set_ixoff_flow_control()
284 ier &= ~(UART_EXAR654_IER_RTSDTR); in cls_set_no_input_flow_control()
H A Djsm.h302 #define UART_EXAR654_IER_RTSDTR 0x40 /* Output Interrupt Enable */ macro