Home | History | Annotate | Download | only in netboot

Lines Matching full:lance

34     cards,  since they have  a  new custom ASIC in   place of the AMD  LANCE
45 The driver was originally based on the 'lance.c' driver from Donald
50 1) Lance.c code in /linux/drivers/net/
53 3) "Am79C90 CMOS Local Area Network Controller for Ethernet (C-LANCE)",
182 0.2 27-jan-94 Added LANCE TX hardware buffer chaining.
241 #define DEPCA_DATA ioaddr+0x04 /* LANCE registers' data port */
242 #define DEPCA_ADDR ioaddr+0x06 /* LANCE registers' address port */
249 ** These are LANCE registers addressable through DEPCA_ADDR
320 #define R_OWN 0x80000000 /* Owner bit 0 = host, 1 = lance */
333 #define T_OWN 0x80000000 /* Owner bit 0 = host, 1 = lance */
409 #define ALIGN ALIGN8 /* Keep the LANCE happy... */
433 #define LA_MASK 0x0000ffff /* LANCE address mask for mapping network RAM
434 to LANCE memory address space */
437 ** The Lance initialization block, described in databook, in common memory.
474 /* Initialize the lance Rx and Tx descriptor rings. */
524 /* clear IDON by writing a 1, and start LANCE */
562 /* LANCE re-mapped start address */