Lines Matching +full:3 +full:- +full:line

1 /* SPDX-License-Identifier: GPL-2.0 */
20 #define DZ_TLINE 0x0300 /* Transmitter Line Number */
31 #define DZ_LINE_MASK 0x0300 /* Line Mask */
39 #define LINE(x) ((x & DZ_LINE_MASK) >> 8) /* Get the line number macro
51 #define DZ_MODEM_RTS 0x0800 /* RTS for the modem line (2) */
52 #define DZ_MODEM_DTR 0x0400 /* DTR for the modem line (2) */
53 #define DZ_PRINT_RTS 0x0200 /* RTS for the prntr line (3) */
54 #define DZ_PRINT_DTR 0x0100 /* DTR for the prntr line (3) */
55 #define DZ_LNENB 0x000f /* Transmitter Line Enable */
60 #define DZ_MODEM_RI 0x0800 /* RI for the modem line (2) */
61 #define DZ_MODEM_CD 0x0400 /* CD for the modem line (2) */
62 #define DZ_MODEM_DSR 0x0200 /* DSR for the modem line (2) */
63 #define DZ_MODEM_CTS 0x0100 /* CTS for the modem line (2) */
64 #define DZ_PRINT_RI 0x0008 /* RI for the printer line (3) */
65 #define DZ_PRINT_CD 0x0004 /* CD for the printer line (3) */
66 #define DZ_PRINT_DSR 0x0002 /* DSR for the prntr line (3) */
67 #define DZ_PRINT_CTS 0x0001 /* CTS for the prntr line (3) */
72 #define DZ_BRK0 0x0100 /* Break assertion for line 0 */
73 #define DZ_BRK1 0x0200 /* Break assertion for line 1 */
74 #define DZ_BRK2 0x0400 /* Break assertion for line 2 */
75 #define DZ_BRK3 0x0800 /* Break assertion for line 3 */
78 * Definitions for the Line Parameter Register.
80 #define DZ_KEYBOARD 0x0000 /* line 0 = keyboard */
81 #define DZ_MOUSE 0x0001 /* line 1 = mouse */
82 #define DZ_MODEM 0x0002 /* line 2 = modem */
83 #define DZ_PRINTER 0x0003 /* line 3 = printer */
120 #define DZ_LPR 0x08 /* Line Parameters Register */