Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/amba/
Dserial.h102 #define UART01x_FR_DCD 0x004 macro
220 #define UART01x_FR_MODEM_ANY (UART01x_FR_DCD|UART01x_FR_DSR|UART01x_FR_CTS)
/Linux-v4.19/drivers/tty/serial/
Damba-pl010.c217 if (delta & UART01x_FR_DCD) in pl010_modem_status()
218 uart_handle_dcd_change(&uap->port, status & UART01x_FR_DCD); in pl010_modem_status()
277 if (status & UART01x_FR_DCD) in pl010_get_mctrl()
Damba-pl011.c1446 if (delta & UART01x_FR_DCD) in pl011_modem_status()
1447 uart_handle_dcd_change(&uap->port, status & UART01x_FR_DCD); in pl011_modem_status()
1543 TIOCMBIT(UART01x_FR_DCD, TIOCM_CAR); in pl011_get_mctrl()