Lines Matching refs:ll

107 	volatile struct lance_regs *ll;
130 volatile struct lance_regs *ll = lp->ll;
134 ll->rap = LE_CSR1;
135 ll->rdp = (leptr & 0xFFFF);
136 ll->rap = LE_CSR2;
137 ll->rdp = leptr >> 16;
138 ll->rap = LE_CSR3;
139 ll->rdp = lp->busmaster_regval;
142 ll->rap = LE_CSR0;
220 volatile struct lance_regs *ll = lp->ll;
223 ll->rap = LE_CSR0;
224 ll->rdp = LE_C0_INIT;
227 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++)
229 if ((i == 100) || (ll->rdp & LE_C0_ERR)) {
230 pr_err("unopened after %d ticks, csr0=%04x\n", i, ll->rdp);
235 ll->rdp = LE_C0_IDON;
236 ll->rdp = LE_C0_INEA | LE_C0_STRT;
245 volatile struct lance_regs *ll = lp->ll;
265 ll->rdp = LE_C0_RINT | LE_C0_INEA;
324 volatile struct lance_regs *ll = lp->ll;
330 ll->rdp = LE_C0_TINT | LE_C0_INEA;
357 ll->rap = LE_CSR0;
358 ll->rdp = LE_C0_STOP;
374 ll->rap = LE_CSR0;
375 ll->rdp = LE_C0_STOP;
399 ll->rdp = LE_C0_TINT | LE_C0_INEA;
414 volatile struct lance_regs *ll = lp->ll;
417 ll->rap = LE_CSR0; /* LANCE Controller Status */
418 csr0 = ll->rdp;
424 ll->rdp = csr0 & ~(LE_C0_INEA | LE_C0_TDMD | LE_C0_STOP | LE_C0_STRT |
429 ll->rdp = LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | LE_C0_INEA;
447 ll->rdp = LE_C0_STRT;
453 ll->rap = LE_CSR0;
454 ll->rdp = (LE_C0_BABL | LE_C0_CERR | LE_C0_MISS | LE_C0_MERR |
462 volatile struct lance_regs *ll = lp->ll;
466 ll->rap = LE_CSR0;
467 ll->rdp = LE_C0_STOP;
486 volatile struct lance_regs *ll = lp->ll;
492 ll->rap = LE_CSR0;
493 ll->rdp = LE_C0_STOP;
502 volatile struct lance_regs *ll = lp->ll;
506 ll->rap = LE_CSR0;
507 ll->rdp = LE_C0_STOP;
524 volatile struct lance_regs *ll = lp->ll;
526 netdev_err(dev, "transmit timed out, status %04x, reset\n", ll->rdp);
535 volatile struct lance_regs *ll = lp->ll;
569 ll->rdp = LE_C0_INEA | LE_C0_TDMD;
609 volatile struct lance_regs *ll = lp->ll;
622 ll->rap = LE_CSR0;
623 ll->rdp = LE_C0_STOP;
726 priv->ll = (volatile struct lance_regs *)dev->base_addr;