Searched refs:UART_DSR (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dcypress_m8.h59 #define UART_DSR 0x20 /* data set ready - flow control - device to host */ macro
H A Dpl2303.c135 #define UART_DSR 0x02 macro
556 | ((status & UART_DSR) ? TIOCM_DSR : 0)
598 ((arg & TIOCM_DSR) && (changed & UART_DSR)) ||
H A Dspcp8x5.c138 #define UART_DSR 0x02 macro
H A Dcypress_m8.c885 | ((status & UART_DSR) ? TIOCM_DSR : 0)
947 ((arg & TIOCM_DSR) && (diff & UART_DSR)) ||

Completed in 111 milliseconds