Lines Matching refs:line
126 u16 tmp, mask = 1 << dport->port.line;
136 u16 tmp, mask = 1 << dport->port.line;
301 * DS 3100 & 5100: Only valid for the MODEM line, duh!
302 * DS 5000/200: Valid for the MODEM and PRINTER line.
314 /* If not the modem line just return. */
315 if (dport->port.line != DZ_MODEM)
365 if (dport->port.line == DZ_MODEM) {
381 if (dport->port.line == DZ_MODEM) {
477 unsigned short tmp, mask = 1 << dport->port.line;
493 unsigned short tmp, mask = 1 << dport->port.line;
569 cflag = dport->port.line;
762 int line;
773 for (line = 0; line < DZ_NB_PORT; line++) {
774 struct dz_port *dport = &dz_mux.dport[line];
784 uport->line = line;
797 * for the line requested and then wait till the transmit scanner
798 * requests data for this line. But it may request data for another
799 * line first, in which case we have to disable its transmitter and
800 * repeat waiting till our line pops up. Only then the character may
816 tcr |= 1 << dport->port.line;
827 if (trdy == dport->port.line)