Lines Matching refs:line
126 u16 tmp, mask = 1 << dport->port.line;
136 u16 tmp, mask = 1 << dport->port.line;
300 * DS 3100 & 5100: Only valid for the MODEM line, duh!
301 * DS 5000/200: Valid for the MODEM and PRINTER line.
313 /* If not the modem line just return. */
314 if (dport->port.line != DZ_MODEM)
364 if (dport->port.line == DZ_MODEM) {
380 if (dport->port.line == DZ_MODEM) {
476 unsigned short tmp, mask = 1 << dport->port.line;
492 unsigned short tmp, mask = 1 << dport->port.line;
568 cflag = dport->port.line;
764 int line;
775 for (line = 0; line < DZ_NB_PORT; line++) {
776 struct dz_port *dport = &dz_mux.dport[line];
786 uport->line = line;
799 * for the line requested and then wait till the transmit scanner
800 * requests data for this line. But it may request data for another
801 * line first, in which case we have to disable its transmitter and
802 * repeat waiting till our line pops up. Only then the character may
818 tcr |= 1 << dport->port.line;
829 if (trdy == dport->port.line)