Searched refs:lance (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/amd/
H A Dariadne.c11 * lance.c: An AMD LANCE ethernet driver for linux.
242 volatile struct Am79C960 *lance = (struct Am79C960 *)dev->base_addr; local
247 lance->RAP = CSR0; /* PCnet-ISA Controller Status */
249 if (!(lance->RDP & INTR)) /* Check if any interrupt has been */
255 while ((csr0 = lance->RDP) & (ERR | RINT | TINT) && --boguscnt >= 0) {
257 lance->RDP = csr0 & ~(INEA | TDMD | STOP | STRT | INIT);
262 csr0, lance->RDP);
334 lance->RDP = STRT;
377 lance->RDP = STRT;
382 lance
394 volatile struct Am79C960 *lance = (struct Am79C960 *)dev->base_addr; local
499 volatile struct Am79C960 *lance = (struct Am79C960 *)dev->base_addr; local
524 volatile struct Am79C960 *lance = (struct Am79C960 *)dev->base_addr; local
535 volatile struct Am79C960 *lance = (struct Am79C960 *)dev->base_addr; local
547 volatile struct Am79C960 *lance = (struct Am79C960 *)dev->base_addr; local
623 volatile struct Am79C960 *lance = (struct Am79C960 *)dev->base_addr; local
645 volatile struct Am79C960 *lance = (struct Am79C960 *)dev->base_addr; local
[all...]
H A Dhplance.c1 /* hplance.c : the Linux/hp300/lance ethernet driver
41 struct lance_private lance; member in struct:hplance_private
127 /* Initialise a single lance board at the given DIO device */
152 lp->lance.name = d->name;
153 lp->lance.base = va;
154 lp->lance.init_block = (struct lance_init_block *)(va + HPLANCE_MEMOFF); /* CPU addr */
155 lp->lance.lance_init_block = NULL; /* LANCE addr of same RAM */
156 lp->lance.busmaster_regval = LE_C3_BSWP; /* we're bigendian */
157 lp->lance.irq = d->ipl;
158 lp->lance
[all...]
H A Dmvme147.c1 /* mvme147.c : the Linux/mvme147/lance ethernet driver
40 struct lance_private lance; member in struct:m147lance_private
121 lp->lance.name = name;
122 lp->lance.base = dev->base_addr;
123 lp->lance.init_block = (struct lance_init_block *)(lp->ram); /* CPU addr */
124 lp->lance.lance_init_block = (struct lance_init_block *)(lp->ram); /* LANCE addr of same RAM */
125 lp->lance.busmaster_regval = LE_C3_BSWP; /* we're bigendian */
126 lp->lance.irq = MVME147_LANCE_IRQ;
127 lp->lance.writerap = (writerap_t)m147lance_writerap;
128 lp->lance
[all...]
H A DMakefile12 obj-$(CONFIG_LANCE) += lance.o
H A DKconfig56 will be called lance. This is recommended.

Completed in 273 milliseconds