Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amd/
Da2065.c362 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()
D7990.c259 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()
638 WRITERDP(lp, LE_C0_STOP); in lance_set_multicast()
Da2065.h73 #define LE_C0_STOP 0x0004 /* Stop */ macro
Ddeclance.c112 #define LE_C0_STOP 0x0004 /* Stop the card */ macro
675 writereg(&ll->rdp, LE_C0_STOP); in lance_tx()
691 writereg(&ll->rdp, LE_C0_STOP); in lance_tx()
766 writereg(&ll->rdp, LE_C0_STOP); in lance_interrupt()
788 writereg(&ll->rdp, LE_C0_STOP); in lance_open()
848 writereg(&ll->rdp, LE_C0_STOP); in lance_close()
877 writereg(&ll->rdp, LE_C0_STOP); in lance_reset()
989 writereg(&ll->rdp, LE_C0_STOP); in lance_set_multicast()
D7990.h155 #define LE_C0_STOP 0x0004 /* Stop */ macro
Dsunlance.c145 #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()