UART01x_FR_DCD    217 drivers/tty/serial/amba-pl010.c 	if (delta & UART01x_FR_DCD)
UART01x_FR_DCD    218 drivers/tty/serial/amba-pl010.c 		uart_handle_dcd_change(&uap->port, status & UART01x_FR_DCD);
UART01x_FR_DCD    277 drivers/tty/serial/amba-pl010.c 	if (status & UART01x_FR_DCD)
UART01x_FR_DCD   1444 drivers/tty/serial/amba-pl011.c 	if (delta & UART01x_FR_DCD)
UART01x_FR_DCD   1445 drivers/tty/serial/amba-pl011.c 		uart_handle_dcd_change(&uap->port, status & UART01x_FR_DCD);
UART01x_FR_DCD   1541 drivers/tty/serial/amba-pl011.c 	TIOCMBIT(UART01x_FR_DCD, TIOCM_CAR);
UART01x_FR_DCD    207 include/linux/amba/serial.h #define UART01x_FR_MODEM_ANY	(UART01x_FR_DCD|UART01x_FR_DSR|UART01x_FR_CTS)