ISI_DCD           572 drivers/tty/isicom.c 				if (port->status & ISI_DCD) {
ISI_DCD           573 drivers/tty/isicom.c 					if (!(header & ISI_DCD)) {
ISI_DCD           577 drivers/tty/isicom.c 						port->status &= ~ISI_DCD;
ISI_DCD           580 drivers/tty/isicom.c 				} else if (header & ISI_DCD) {
ISI_DCD           584 drivers/tty/isicom.c 					port->status |= ISI_DCD;
ISI_DCD           588 drivers/tty/isicom.c 				if (header & ISI_DCD)
ISI_DCD           589 drivers/tty/isicom.c 					port->status |= ISI_DCD;
ISI_DCD           591 drivers/tty/isicom.c 					port->status &= ~ISI_DCD;
ISI_DCD           827 drivers/tty/isicom.c 	return (ip->status & ISI_DCD)?1 : 0;
ISI_DCD          1062 drivers/tty/isicom.c 		((status & ISI_DCD) ? TIOCM_CAR : 0) |