Searched refs:LE_CSR0 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | 7990.c | 130 WRITERAP(lp, LE_CSR0); in load_csrs() 232 WRITERAP(lp, LE_CSR0); in init_restart_lance() 258 WRITERAP(lp, LE_CSR0); in lance_reset() 391 WRITERAP(lp, LE_CSR0); in lance_tx() 408 WRITERAP(lp, LE_CSR0); in lance_tx() 448 WRITERAP(lp, LE_CSR0); /* LANCE Controller Status */ in lance_interrupt() 489 WRITERAP(lp, LE_CSR0); in lance_interrupt() 520 WRITERAP(lp, LE_CSR0); in lance_close() 637 WRITERAP(lp, LE_CSR0); in lance_set_multicast() 661 WRITERAP(lp, LE_CSR0); in lance_poll()
|
D | a2065.c | 146 ll->rap = LE_CSR0; in load_csrs() 227 ll->rap = LE_CSR0; in init_restart_lance() 361 ll->rap = LE_CSR0; in lance_tx() 378 ll->rap = LE_CSR0; in lance_tx() 421 ll->rap = LE_CSR0; /* LANCE Controller Status */ in lance_interrupt() 457 ll->rap = LE_CSR0; in lance_interrupt() 470 ll->rap = LE_CSR0; in lance_open() 496 ll->rap = LE_CSR0; in lance_close() 510 ll->rap = LE_CSR0; in lance_reset() 627 ll->rap = LE_CSR0; in lance_set_multicast()
|
D | declance.c | 92 #define LE_CSR0 0 macro 320 writereg(&ll->rap, LE_CSR0); in load_csrs() 531 writereg(&ll->rap, LE_CSR0); in init_restart_lance() 674 writereg(&ll->rap, LE_CSR0); in lance_tx() 690 writereg(&ll->rap, LE_CSR0); in lance_tx() 740 writereg(&ll->rap, LE_CSR0); in lance_interrupt() 787 writereg(&ll->rap, LE_CSR0); in lance_open() 847 writereg(&ll->rap, LE_CSR0); in lance_close() 876 writereg(&ll->rap, LE_CSR0); in lance_reset() 988 writereg(&ll->rap, LE_CSR0); in lance_set_multicast()
|
D | a2065.h | 50 #define LE_CSR0 0x0000 /* LANCE Controller Status */ macro
|
D | 7990.h | 133 #define LE_CSR0 0x0000 /* LANCE Controller Status */ macro
|
D | sunlance.c | 125 #define LE_CSR0 0 macro 282 sbus_writew(LE_CSR0, __base + RAP); \ 316 sbus_writew(LE_CSR0, lp->lregs + RAP); in load_csrs() 474 sbus_writew(LE_CSR0, lp->lregs + RAP); in init_restart_lance() 820 sbus_writew(LE_CSR0, lp->lregs + RAP); in lance_interrupt()
|