Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/amd/
Da2065.h74 #define LE_C0_STRT 0x0002 /* Start */ macro
D7990.c248 WRITERDP(lp, LE_C0_INEA | LE_C0_STRT); in init_restart_lance()
460 WRITERDP(lp, csr0 & ~(LE_C0_INEA|LE_C0_TDMD|LE_C0_STOP|LE_C0_STRT|LE_C0_INIT)); in lance_interrupt()
482 WRITERDP(lp, LE_C0_STRT); in lance_interrupt()
663 WRITERDP(lp, LE_C0_STRT); in lance_poll()
D7990.h156 #define LE_C0_STRT 0x0002 /* Start */ macro
Da2065.c240 ll->rdp = LE_C0_INEA | LE_C0_STRT; in init_restart_lance()
428 ll->rdp = csr0 & ~(LE_C0_INEA | LE_C0_TDMD | LE_C0_STOP | LE_C0_STRT | in lance_interrupt()
451 ll->rdp = LE_C0_STRT; in lance_interrupt()
Ddeclance.c114 #define LE_C0_STRT 0x0002 /* Start the card */ macro
550 writereg(&ll->rdp, LE_C0_STRT); in init_restart_lance()
Dsunlance.c147 #define LE_C0_STRT 0x0002 /* Start the card */ macro
496 sbus_writew(LE_C0_INEA | LE_C0_STRT, lp->lregs + RDP); in init_restart_lance()