Searched refs:LE_C0_STOP (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/amd/ |
D | a2065.c | 361 ll->rdp = LE_C0_STOP; in lance_tx() 378 ll->rdp = LE_C0_STOP; in lance_tx() 427 ll->rdp = csr0 & ~(LE_C0_INEA | LE_C0_TDMD | LE_C0_STOP | LE_C0_STRT | 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() 628 ll->rdp = LE_C0_STOP; in lance_set_multicast()
|
D | 7990.c | 259 WRITERDP(lp, LE_C0_STOP); in lance_reset() 392 WRITERDP(lp, LE_C0_STOP); in lance_tx() 409 WRITERDP(lp, LE_C0_STOP); in lance_tx() 459 WRITERDP(lp, csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT|LE_C0_INIT)); in lance_interrupt() 521 WRITERDP(lp, LE_C0_STOP); in lance_close() 636 WRITERDP(lp, LE_C0_STOP); in lance_set_multicast()
|
D | declance.c | 112 #define LE_C0_STOP 0x0004 /* Stop the card */ macro 674 writereg(&ll->rdp, LE_C0_STOP); in lance_tx() 690 writereg(&ll->rdp, LE_C0_STOP); in lance_tx() 765 writereg(&ll->rdp, LE_C0_STOP); in lance_interrupt() 787 writereg(&ll->rdp, LE_C0_STOP); in lance_open() 847 writereg(&ll->rdp, LE_C0_STOP); in lance_close() 876 writereg(&ll->rdp, LE_C0_STOP); in lance_reset() 988 writereg(&ll->rdp, LE_C0_STOP); in lance_set_multicast()
|
D | a2065.h | 73 #define LE_C0_STOP 0x0004 /* Stop */ macro
|
D | 7990.h | 154 #define LE_C0_STOP 0x0004 /* Stop */ macro
|
D | sunlance.c | 145 #define LE_C0_STOP 0x0004 /* Stop the card */ macro 283 sbus_writew(LE_C0_STOP, __base + RDP); \ 857 sbus_writew(LE_C0_STOP, lp->lregs + RDP); in lance_interrupt()
|