Lines Matching refs:ll

253 	volatile struct lance_regs *ll;
303 volatile struct lance_regs *ll = lp->ll;
311 writereg(&ll->rap, LE_CSR1);
312 writereg(&ll->rdp, (leptr & 0xFFFF));
313 writereg(&ll->rap, LE_CSR2);
314 writereg(&ll->rdp, leptr >> 16);
315 writereg(&ll->rap, LE_CSR3);
316 writereg(&ll->rdp, lp->busmaster_regval);
319 writereg(&ll->rap, LE_CSR0);
527 volatile struct lance_regs *ll = lp->ll;
530 writereg(&ll->rap, LE_CSR0);
531 writereg(&ll->rdp, LE_C0_INIT);
534 for (i = 0; (i < 100) && !(ll->rdp & LE_C0_IDON); i++) {
537 if ((i == 100) || (ll->rdp & LE_C0_ERR)) {
539 i, ll->rdp);
542 if ((ll->rdp & LE_C0_ERR)) {
544 i, ll->rdp);
547 writereg(&ll->rdp, LE_C0_IDON);
548 writereg(&ll->rdp, LE_C0_STRT);
549 writereg(&ll->rdp, LE_C0_INEA);
647 volatile struct lance_regs *ll = lp->ll;
675 writereg(&ll->rap, LE_CSR0);
676 writereg(&ll->rdp, LE_C0_STOP);
691 writereg(&ll->rap, LE_CSR0);
692 writereg(&ll->rdp, LE_C0_STOP);
738 volatile struct lance_regs *ll = lp->ll;
741 writereg(&ll->rap, LE_CSR0);
742 csr0 = ll->rdp;
745 writereg(&ll->rdp, csr0 & (LE_C0_INTR | LE_C0_TINT | LE_C0_RINT));
749 writereg(&ll->rdp, LE_C0_BABL | LE_C0_ERR | LE_C0_MISS |
767 writereg(&ll->rdp, LE_C0_STOP);
775 writereg(&ll->rdp, LE_C0_INEA);
776 writereg(&ll->rdp, LE_C0_INEA);
784 volatile struct lance_regs *ll = lp->ll;
788 writereg(&ll->rap, LE_CSR0);
789 writereg(&ll->rdp, LE_C0_STOP);
842 volatile struct lance_regs *ll = lp->ll;
848 writereg(&ll->rap, LE_CSR0);
849 writereg(&ll->rdp, LE_C0_STOP);
873 volatile struct lance_regs *ll = lp->ll;
877 writereg(&ll->rap, LE_CSR0);
878 writereg(&ll->rdp, LE_C0_STOP);
890 volatile struct lance_regs *ll = lp->ll;
893 dev->name, ll->rdp);
901 volatile struct lance_regs *ll = lp->ll;
934 writereg(&ll->rdp, LE_C0_INEA | LE_C0_TDMD);
976 volatile struct lance_regs *ll = lp->ll;
989 writereg(&ll->rap, LE_CSR0);
990 writereg(&ll->rdp, LE_C0_STOP);
1030 volatile struct lance_regs *ll;
1189 ll = (struct lance_regs *) dev->base_addr;
1237 /* lp->ll is the location of the registers for lance card */
1238 lp->ll = ll;