Lines Matching refs:rdp

286 	volatile unsigned short rdp;	/* register data port */  member
314 writereg(&ll->rdp, (leptr & 0xFFFF)); in load_csrs()
316 writereg(&ll->rdp, leptr >> 16); in load_csrs()
318 writereg(&ll->rdp, lp->busmaster_regval); in load_csrs()
533 writereg(&ll->rdp, LE_C0_INIT); in init_restart_lance()
536 for (i = 0; (i < 100) && !(ll->rdp & LE_C0_IDON); i++) { in init_restart_lance()
539 if ((i == 100) || (ll->rdp & LE_C0_ERR)) { in init_restart_lance()
541 i, ll->rdp); in init_restart_lance()
544 if ((ll->rdp & LE_C0_ERR)) { in init_restart_lance()
546 i, ll->rdp); in init_restart_lance()
549 writereg(&ll->rdp, LE_C0_IDON); in init_restart_lance()
550 writereg(&ll->rdp, LE_C0_STRT); in init_restart_lance()
551 writereg(&ll->rdp, LE_C0_INEA); in init_restart_lance()
676 writereg(&ll->rdp, LE_C0_STOP); in lance_tx()
692 writereg(&ll->rdp, LE_C0_STOP); in lance_tx()
742 csr0 = ll->rdp; in lance_interrupt()
745 writereg(&ll->rdp, csr0 & (LE_C0_INTR | LE_C0_TINT | LE_C0_RINT)); in lance_interrupt()
749 writereg(&ll->rdp, LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | in lance_interrupt()
767 writereg(&ll->rdp, LE_C0_STOP); in lance_interrupt()
775 writereg(&ll->rdp, LE_C0_INEA); in lance_interrupt()
776 writereg(&ll->rdp, LE_C0_INEA); in lance_interrupt()
789 writereg(&ll->rdp, LE_C0_STOP); in lance_open()
849 writereg(&ll->rdp, LE_C0_STOP); in lance_close()
878 writereg(&ll->rdp, LE_C0_STOP); in lance_reset()
893 dev->name, ll->rdp); in lance_tx_timeout()
934 writereg(&ll->rdp, LE_C0_INEA | LE_C0_TDMD); in lance_start_xmit()
990 writereg(&ll->rdp, LE_C0_STOP); in lance_set_multicast()