Searched refs:UART_DSR (Results 1 – 4 of 4) sorted by relevance
76 #define UART_DSR 0x20 /* data set ready */ macro
156 #define UART_DSR 0x02 macro1079 | ((status & UART_DSR) ? TIOCM_DSR : 0) in pl2303_tiocmget()1167 if (delta & UART_DSR) in pl2303_update_line_status()
121 #define UART_DSR 0x02 macro
822 | ((status & UART_DSR) ? TIOCM_DSR : 0) in cypress_tiocmget()1092 if (delta & UART_DSR) in cypress_read_int_callback()
Completed in 12 milliseconds