Searched refs:ISI_DSR (Results 1 – 2 of 2) sorted by relevance
76 #define ISI_DSR 0x2000 macro
615 if (header & ISI_DSR) in isicom_interrupt()616 port->status |= ISI_DSR; in isicom_interrupt()618 port->status &= ~ISI_DSR; in isicom_interrupt()1063 ((status & ISI_DSR) ? TIOCM_DSR : 0) | in isicom_tiocmget()