Lines Matching refs:ll

254 	volatile struct lance_regs *ll;
305 volatile struct lance_regs *ll = lp->ll;
313 writereg(&ll->rap, LE_CSR1);
314 writereg(&ll->rdp, (leptr & 0xFFFF));
315 writereg(&ll->rap, LE_CSR2);
316 writereg(&ll->rdp, leptr >> 16);
317 writereg(&ll->rap, LE_CSR3);
318 writereg(&ll->rdp, lp->busmaster_regval);
321 writereg(&ll->rap, LE_CSR0);
529 volatile struct lance_regs *ll = lp->ll;
532 writereg(&ll->rap, LE_CSR0);
533 writereg(&ll->rdp, LE_C0_INIT);
536 for (i = 0; (i < 100) && !(ll->rdp & LE_C0_IDON); i++) {
539 if ((i == 100) || (ll->rdp & LE_C0_ERR)) {
541 i, ll->rdp);
544 if ((ll->rdp & LE_C0_ERR)) {
546 i, ll->rdp);
549 writereg(&ll->rdp, LE_C0_IDON);
550 writereg(&ll->rdp, LE_C0_STRT);
551 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;
1191 ll = (struct lance_regs *) dev->base_addr;
1241 /* lp->ll is the location of the registers for lance card */
1242 lp->ll = ll;