Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Disicom.h76 #define ISI_DSR 0x2000 macro
/Linux-v4.19/drivers/tty/
Disicom.c616 if (header & ISI_DSR) in isicom_interrupt()
617 port->status |= ISI_DSR; in isicom_interrupt()
619 port->status &= ~ISI_DSR; in isicom_interrupt()
1064 ((status & ISI_DSR) ? TIOCM_DSR : 0) | in isicom_tiocmget()