Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
D7990.c229 WRITERDP(LE_C0_STOP); in lance_reset()
357 WRITERDP(LE_C0_STOP); in lance_tx()
374 WRITERDP(LE_C0_STOP); in lance_tx()
424 WRITERDP(csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT|LE_C0_INIT)); in lance_interrupt()
486 WRITERDP(LE_C0_STOP); in lance_close()
619 WRITERDP(LE_C0_STOP); in lance_set_multicast()
Da2065.c390 ll->rdp = LE_C0_STOP; in lance_tx()
407 ll->rdp = LE_C0_STOP; in lance_tx()
456 ll->rdp = csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT| 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()
699 ll->rdp = LE_C0_STOP; in lance_set_multicast()
Ddeclance.c107 #define LE_C0_STOP 0x0004 /* Stop the card */ macro
651 writereg(&ll->rdp, LE_C0_STOP); in lance_tx()
667 writereg(&ll->rdp, LE_C0_STOP); in lance_tx()
741 writereg(&ll->rdp, LE_C0_STOP); in lance_interrupt()
766 writereg(&ll->rdp, LE_C0_STOP); in lance_open()
832 writereg(&ll->rdp, LE_C0_STOP); in lance_close()
864 writereg(&ll->rdp, LE_C0_STOP); in lance_reset()
1002 writereg(&ll->rdp, LE_C0_STOP); in lance_set_multicast()
Da2065.h73 #define LE_C0_STOP 0x0004 /* Stop */ macro
D7990.h160 #define LE_C0_STOP 0x0004 /* Stop */ macro
Dsunlance.c142 #define LE_C0_STOP 0x0004 /* Stop the card */ macro
280 sbus_writew(LE_C0_STOP, __base + RDP); \
864 sbus_writew(LE_C0_STOP, lp->lregs + RDP); in lance_interrupt()