Lines Matching +full:disable +full:- +full:eop
4 * (C) Copyright 1995 by Geert Uytterhoeven <geert@linux-m68k.org>
6 * ---------------------------------------------------------------------------
15 * Written 1993-94 by Donald Becker.
17 * Am79C960: PCnet(tm)-ISA Single-Chip Ethernet Controller
21 * ---------------------------------------------------------------------------
27 * ---------------------------------------------------------------------------
29 * The A2065 is a Zorro-II board made by Commodore/Ameristar. It contains:
31 * - an Am7990 Local Area Network Controller for Ethernet (LANCE) with
32 * both 10BASE-2 (thin coax) and AUI (DB-15) connectors
62 #define LE_C0_CERR 0x2000 /* No Heartbeat (10BASE-T) */
95 #define LE_MO_DRTY 0x0020 /* Disable Retry */
97 #define LE_MO_DXMTFCS 0x0008 /* Disable Transmit CRC */
99 #define LE_MO_DTX 0x0002 /* Disable Transmitter */
100 #define LE_MO_DRX 0x0001 /* Disable Receiver */
134 #define LE_R1_POK 0x03 /* Packet is complete: SOP + EOP */
150 #define LE_T1_POK 0x03 /* Packet is complete: SOP + EOP */