Lines Matching refs:rdp
139 ll->rdp = (leptr & 0xFFFF); in load_csrs()
141 ll->rdp = leptr >> 16; in load_csrs()
143 ll->rdp = lp->busmaster_regval; in load_csrs()
228 ll->rdp = LE_C0_INIT; in init_restart_lance()
231 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++) in init_restart_lance()
233 if ((i == 100) || (ll->rdp & LE_C0_ERR)) { in init_restart_lance()
234 pr_err("unopened after %d ticks, csr0=%04x\n", i, ll->rdp); in init_restart_lance()
239 ll->rdp = LE_C0_IDON; in init_restart_lance()
240 ll->rdp = LE_C0_INEA | LE_C0_STRT; in init_restart_lance()
269 ll->rdp = LE_C0_RINT | LE_C0_INEA; in lance_rx()
334 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx()
362 ll->rdp = LE_C0_STOP; in lance_tx()
379 ll->rdp = LE_C0_STOP; in lance_tx()
403 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx()
422 csr0 = ll->rdp; in lance_interrupt()
428 ll->rdp = csr0 & ~(LE_C0_INEA | LE_C0_TDMD | LE_C0_STOP | LE_C0_STRT | in lance_interrupt()
433 ll->rdp = LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | LE_C0_INEA; in lance_interrupt()
451 ll->rdp = LE_C0_STRT; in lance_interrupt()
458 ll->rdp = (LE_C0_BABL | LE_C0_CERR | LE_C0_MISS | LE_C0_MERR | in lance_interrupt()
471 ll->rdp = LE_C0_STOP; in lance_open()
497 ll->rdp = LE_C0_STOP; in lance_close()
511 ll->rdp = LE_C0_STOP; in lance_reset()
530 netdev_err(dev, "transmit timed out, status %04x, reset\n", ll->rdp); in lance_tx_timeout()
574 ll->rdp = LE_C0_INEA | LE_C0_TDMD; in lance_start_xmit()
628 ll->rdp = LE_C0_STOP; in lance_set_multicast()