Lines Matching refs:rdp
162 ll->rdp = (leptr & 0xFFFF); in load_csrs()
164 ll->rdp = leptr >> 16; in load_csrs()
166 ll->rdp = lp->busmaster_regval; in load_csrs()
259 ll->rdp = LE_C0_INIT; in init_restart_lance()
262 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++) in init_restart_lance()
264 if ((i == 100) || (ll->rdp & LE_C0_ERR)) { in init_restart_lance()
265 printk ("LANCE unopened after %d ticks, csr0=%4.4x.\n", i, ll->rdp); in init_restart_lance()
270 ll->rdp = LE_C0_IDON; in init_restart_lance()
271 ll->rdp = LE_C0_INEA | LE_C0_STRT; in init_restart_lance()
300 ll->rdp = LE_C0_RINT|LE_C0_INEA; in lance_rx()
364 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx()
390 ll->rdp = LE_C0_STOP; in lance_tx()
407 ll->rdp = LE_C0_STOP; in lance_tx()
433 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx()
450 csr0 = ll->rdp; in lance_interrupt()
456 ll->rdp = csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT| in lance_interrupt()
461 ll->rdp = LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA; in lance_interrupt()
478 ll->rdp = LE_C0_STRT; in lance_interrupt()
485 ll->rdp = LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR| in lance_interrupt()
502 ll->rdp = LE_C0_STOP; in lance_open()
527 ll->rdp = LE_C0_STOP; in lance_close()
541 ll->rdp = LE_C0_STOP; in lance_reset()
562 dev->name, ll->rdp); in lance_tx_timeout()
628 ll->rdp = LE_C0_INEA | LE_C0_TDMD; in lance_start_xmit()
699 ll->rdp = LE_C0_STOP; in lance_set_multicast()