Searched refs:LE_C0_STOP (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/amd/ |
| D | a2065.c | 362 ll->rdp = LE_C0_STOP; in lance_tx() 379 ll->rdp = LE_C0_STOP; in lance_tx() 428 ll->rdp = csr0 & ~(LE_C0_INEA | LE_C0_TDMD | LE_C0_STOP | LE_C0_STRT | 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() 628 ll->rdp = LE_C0_STOP; in lance_set_multicast()
|
| D | 7990.c | 260 WRITERDP(lp, LE_C0_STOP); in lance_reset() 393 WRITERDP(lp, LE_C0_STOP); in lance_tx() 410 WRITERDP(lp, LE_C0_STOP); in lance_tx() 460 WRITERDP(lp, csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT|LE_C0_INIT)); in lance_interrupt() 522 WRITERDP(lp, LE_C0_STOP); in lance_close() 639 WRITERDP(lp, LE_C0_STOP); in lance_set_multicast()
|
| D | a2065.h | 73 #define LE_C0_STOP 0x0004 /* Stop */ macro
|
| D | declance.c | 113 #define LE_C0_STOP 0x0004 /* Stop the card */ macro 676 writereg(&ll->rdp, LE_C0_STOP); in lance_tx() 692 writereg(&ll->rdp, LE_C0_STOP); in lance_tx() 767 writereg(&ll->rdp, LE_C0_STOP); in lance_interrupt() 789 writereg(&ll->rdp, LE_C0_STOP); in lance_open() 849 writereg(&ll->rdp, LE_C0_STOP); in lance_close() 878 writereg(&ll->rdp, LE_C0_STOP); in lance_reset() 990 writereg(&ll->rdp, LE_C0_STOP); in lance_set_multicast()
|
| D | 7990.h | 155 #define LE_C0_STOP 0x0004 /* Stop */ macro
|
| D | sunlance.c | 146 #define LE_C0_STOP 0x0004 /* Stop the card */ macro 284 sbus_writew(LE_C0_STOP, __base + RDP); \ 858 sbus_writew(LE_C0_STOP, lp->lregs + RDP); in lance_interrupt()
|