Lines Matching refs:rdp
138 ll->rdp = (leptr & 0xFFFF); in load_csrs()
140 ll->rdp = leptr >> 16; in load_csrs()
142 ll->rdp = lp->busmaster_regval; in load_csrs()
227 ll->rdp = LE_C0_INIT; in init_restart_lance()
230 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++) in init_restart_lance()
232 if ((i == 100) || (ll->rdp & LE_C0_ERR)) { in init_restart_lance()
233 pr_err("unopened after %d ticks, csr0=%04x\n", i, ll->rdp); in init_restart_lance()
238 ll->rdp = LE_C0_IDON; in init_restart_lance()
239 ll->rdp = LE_C0_INEA | LE_C0_STRT; in init_restart_lance()
268 ll->rdp = LE_C0_RINT | LE_C0_INEA; in lance_rx()
333 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx()
361 ll->rdp = LE_C0_STOP; in lance_tx()
378 ll->rdp = LE_C0_STOP; in lance_tx()
402 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx()
421 csr0 = ll->rdp; in lance_interrupt()
427 ll->rdp = csr0 & ~(LE_C0_INEA | LE_C0_TDMD | LE_C0_STOP | LE_C0_STRT | in lance_interrupt()
432 ll->rdp = LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | LE_C0_INEA; in lance_interrupt()
450 ll->rdp = LE_C0_STRT; in lance_interrupt()
457 ll->rdp = (LE_C0_BABL | LE_C0_CERR | LE_C0_MISS | LE_C0_MERR | in lance_interrupt()
470 ll->rdp = LE_C0_STOP; in lance_open()
496 ll->rdp = LE_C0_STOP; in lance_close()
510 ll->rdp = LE_C0_STOP; in lance_reset()
529 netdev_err(dev, "transmit timed out, status %04x, reset\n", ll->rdp); in lance_tx_timeout()
575 ll->rdp = LE_C0_INEA | LE_C0_TDMD; in lance_start_xmit()
628 ll->rdp = LE_C0_STOP; in lance_set_multicast()