Home
last modified time | relevance | path

Searched refs:ATMEL_US_DSR (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/tty/serial/
Datmel_serial.h104 #define ATMEL_US_DSR BIT(21) /* DSR */ macro
Datmel_serial.c302 status &= ~ATMEL_US_DSR; in atmel_get_lines_status()
304 status |= ATMEL_US_DSR; in atmel_get_lines_status()
453 if (!(status & ATMEL_US_DSR)) in atmel_get_mctrl()
1269 if (status_change & (ATMEL_US_RI | ATMEL_US_DSR in atmel_handle_status()
1274 if (status_change & ATMEL_US_DSR) in atmel_handle_status()