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

/drivers/staging/dgnc/
H A Ddgnc_cls.h80 #define UART_EXAR654_IER_XOFF 0x20 /* Xoff Interrupt Enable */ macro
H A Ddgnc_cls.c125 ier &= ~(UART_EXAR654_IER_XOFF);
175 ier |= (UART_EXAR654_IER_XOFF);
217 ier &= ~(UART_EXAR654_IER_XOFF);

Completed in 60 milliseconds