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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dpl2303.c134 #define UART_DCD 0x01 macro
558 | ((status & UART_DCD) ? TIOCM_CD : 0);
568 if (priv->line_status & UART_DCD)
599 ((arg & TIOCM_CD) && (changed & UART_DCD)) ||
717 if ((priv->line_status ^ prev_line_status) & UART_DCD)
719 priv->line_status & UART_DCD);
H A Dspcp8x5.c137 #define UART_DCD 0x01 macro
530 if (status & UART_DCD)

Completed in 18 milliseconds