Home
last modified time | relevance | path

Searched refs:LE_C0_STOP (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/net/
Da2065.c375 ll->rdp = LE_C0_STOP; in lance_tx()
392 ll->rdp = LE_C0_STOP; in lance_tx()
441 ll->rdp = csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT| in lance_interrupt()
484 ll->rdp = LE_C0_STOP; in lance_open()
509 ll->rdp = LE_C0_STOP; in lance_close()
523 ll->rdp = LE_C0_STOP; in lance_reset()
650 ll->rdp = LE_C0_STOP; in lance_set_multicast()
D7990.c261 WRITERDP(lp, LE_C0_STOP); in lance_reset()
388 WRITERDP(lp, LE_C0_STOP); in lance_tx()
405 WRITERDP(lp, LE_C0_STOP); in lance_tx()
455 WRITERDP(lp, csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT|LE_C0_INIT)); in lance_interrupt()
517 WRITERDP(lp, LE_C0_STOP); in lance_close()
639 WRITERDP(lp, LE_C0_STOP); in lance_set_multicast()
Da2065.h73 #define LE_C0_STOP 0x0004 /* Stop */ macro
Ddeclance.c113 #define LE_C0_STOP 0x0004 /* Stop the card */ macro
671 writereg(&ll->rdp, LE_C0_STOP); in lance_tx()
687 writereg(&ll->rdp, LE_C0_STOP); in lance_tx()
762 writereg(&ll->rdp, LE_C0_STOP); in lance_interrupt()
784 writereg(&ll->rdp, LE_C0_STOP); in lance_open()
844 writereg(&ll->rdp, LE_C0_STOP); in lance_close()
873 writereg(&ll->rdp, LE_C0_STOP); in lance_reset()
992 writereg(&ll->rdp, LE_C0_STOP); in lance_set_multicast()
D7990.h156 #define LE_C0_STOP 0x0004 /* Stop */ macro
Dsunlance.c147 #define LE_C0_STOP 0x0004 /* Stop the card */ macro
285 sbus_writew(LE_C0_STOP, __base + RDP); \
863 sbus_writew(LE_C0_STOP, lp->lregs + RDP); in lance_interrupt()