Lines Matching refs:rdp
135 ll->rdp = (leptr & 0xFFFF); in load_csrs()
137 ll->rdp = leptr >> 16; in load_csrs()
139 ll->rdp = lp->busmaster_regval; in load_csrs()
224 ll->rdp = LE_C0_INIT; in init_restart_lance()
227 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++) in init_restart_lance()
229 if ((i == 100) || (ll->rdp & LE_C0_ERR)) { in init_restart_lance()
230 pr_err("unopened after %d ticks, csr0=%04x\n", i, ll->rdp); in init_restart_lance()
235 ll->rdp = LE_C0_IDON; in init_restart_lance()
236 ll->rdp = LE_C0_INEA | LE_C0_STRT; in init_restart_lance()
265 ll->rdp = LE_C0_RINT | LE_C0_INEA; in lance_rx()
330 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx()
358 ll->rdp = LE_C0_STOP; in lance_tx()
375 ll->rdp = LE_C0_STOP; in lance_tx()
399 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx()
418 csr0 = ll->rdp; in lance_interrupt()
424 ll->rdp = csr0 & ~(LE_C0_INEA | LE_C0_TDMD | LE_C0_STOP | LE_C0_STRT | in lance_interrupt()
429 ll->rdp = LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | LE_C0_INEA; in lance_interrupt()
447 ll->rdp = LE_C0_STRT; in lance_interrupt()
454 ll->rdp = (LE_C0_BABL | LE_C0_CERR | LE_C0_MISS | LE_C0_MERR | in lance_interrupt()
467 ll->rdp = LE_C0_STOP; in lance_open()
493 ll->rdp = LE_C0_STOP; in lance_close()
507 ll->rdp = LE_C0_STOP; in lance_reset()
526 netdev_err(dev, "transmit timed out, status %04x, reset\n", ll->rdp); in lance_tx_timeout()
569 ll->rdp = LE_C0_INEA | LE_C0_TDMD; in lance_start_xmit()
623 ll->rdp = LE_C0_STOP; in lance_set_multicast()