Searched refs:LE_C0_INEA (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/amd/ |
D | 7990.c | 248 WRITERDP(lp, LE_C0_INEA | LE_C0_STRT); in init_restart_lance() 297 WRITERDP(lp, LE_C0_RINT | LE_C0_INEA); /* ack Rx int, reenable ints */ in lance_rx() 364 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA); in lance_tx() 436 WRITERDP(lp, LE_C0_TINT | LE_C0_INEA); 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() 464 WRITERDP(lp, LE_C0_BABL|LE_C0_ERR|LE_C0_MISS|LE_C0_INEA); in lance_interrupt() 491 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA); in lance_interrupt() 583 WRITERDP(lp, LE_C0_INEA | LE_C0_TDMD); in lance_start_xmit()
|
D | a2065.c | 236 ll->rdp = LE_C0_INEA | LE_C0_STRT; in init_restart_lance() 265 ll->rdp = LE_C0_RINT | LE_C0_INEA; in lance_rx() 330 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx() 399 ll->rdp = LE_C0_TINT | LE_C0_INEA; in lance_tx() 424 ll->rdp = csr0 & ~(LE_C0_INEA | LE_C0_TDMD | LE_C0_STOP | LE_C0_STRT | in lance_interrupt() 429 ll->rdp = LE_C0_BABL | LE_C0_ERR | LE_C0_MISS | LE_C0_INEA; in lance_interrupt() 455 LE_C0_IDON | LE_C0_INEA); in lance_interrupt() 569 ll->rdp = LE_C0_INEA | LE_C0_TDMD; in lance_start_xmit()
|
D | a2065.h | 69 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
|
D | 7990.h | 151 #define LE_C0_INEA 0x0040 /* Interrupt Enable */ macro
|
D | declance.c | 109 #define LE_C0_INEA 0x0040 /* Interrupt enable */ macro 551 writereg(&ll->rdp, LE_C0_INEA); in init_restart_lance() 775 writereg(&ll->rdp, LE_C0_INEA); in lance_interrupt() 776 writereg(&ll->rdp, LE_C0_INEA); in lance_interrupt() 934 writereg(&ll->rdp, LE_C0_INEA | LE_C0_TDMD); in lance_start_xmit()
|
D | sunlance.c | 137 #define LE_C0_INEA 0x0040 /* Interrupt enable */ macro 491 sbus_writew(LE_C0_INEA | LE_C0_STRT, lp->lregs + RDP); in init_restart_lance() 868 sbus_writew(LE_C0_INEA, lp->lregs + RDP); in lance_interrupt() 955 sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP); in lance_open() 1143 sbus_writew(LE_C0_INEA | LE_C0_TDMD, lp->lregs + RDP); in lance_start_xmit()
|