Searched refs:UART01x_FR_DCD (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/amba/
H A Dserial.h94 #define UART01x_FR_DCD BIT(2) macro
216 #define UART01x_FR_MODEM_ANY (UART01x_FR_DCD | UART01x_FR_DSR | UART01x_FR_CTS)
/linux-master/drivers/tty/serial/
H A Damba-pl010.c191 if (delta & UART01x_FR_DCD)
192 uart_handle_dcd_change(port, status & UART01x_FR_DCD);
249 if (status & UART01x_FR_DCD)
H A Damba-pl011.c1507 if (delta & UART01x_FR_DCD)
1508 uart_handle_dcd_change(&uap->port, status & UART01x_FR_DCD);
1602 pl011_maybe_set_bit(status & UART01x_FR_DCD, &result, TIOCM_CAR);

Completed in 154 milliseconds