Home
last modified time | relevance | path

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

/linux/include/linux/amba/
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/drivers/tty/serial/
A Damba-pl010.c191 if (delta & UART01x_FR_DCD) in pl010_modem_status()
192 uart_handle_dcd_change(port, status & UART01x_FR_DCD); in pl010_modem_status()
249 if (status & UART01x_FR_DCD) in pl010_get_mctrl()
A Damba-pl011.c1499 if (delta & UART01x_FR_DCD) in pl011_modem_status()
1500 uart_handle_dcd_change(&uap->port, status & UART01x_FR_DCD); in pl011_modem_status()
1594 pl011_maybe_set_bit(status & UART01x_FR_DCD, &result, TIOCM_CAR); in pl011_get_mctrl()

Completed in 13 milliseconds