Searched refs:LE_CSR0 (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/amd/ |
| D | 7990.c | 131 WRITERAP(lp, LE_CSR0); in load_csrs() 233 WRITERAP(lp, LE_CSR0); in init_restart_lance() 259 WRITERAP(lp, LE_CSR0); in lance_reset() 392 WRITERAP(lp, LE_CSR0); in lance_tx() 409 WRITERAP(lp, LE_CSR0); in lance_tx() 449 WRITERAP(lp, LE_CSR0); /* LANCE Controller Status */ in lance_interrupt() 490 WRITERAP(lp, LE_CSR0); in lance_interrupt() 521 WRITERAP(lp, LE_CSR0); in lance_close() 638 WRITERAP(lp, LE_CSR0); in lance_set_multicast() 662 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 | 93 #define LE_CSR0 0 macro 321 writereg(&ll->rap, LE_CSR0); in load_csrs() 532 writereg(&ll->rap, LE_CSR0); in init_restart_lance() 675 writereg(&ll->rap, LE_CSR0); in lance_tx() 691 writereg(&ll->rap, LE_CSR0); in lance_tx() 741 writereg(&ll->rap, LE_CSR0); in lance_interrupt() 788 writereg(&ll->rap, LE_CSR0); in lance_open() 848 writereg(&ll->rap, LE_CSR0); in lance_close() 877 writereg(&ll->rap, LE_CSR0); in lance_reset() 989 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 | 126 #define LE_CSR0 0 macro 283 sbus_writew(LE_CSR0, __base + RAP); \ 317 sbus_writew(LE_CSR0, lp->lregs + RAP); in load_csrs() 475 sbus_writew(LE_CSR0, lp->lregs + RAP); in init_restart_lance() 821 sbus_writew(LE_CSR0, lp->lregs + RAP); in lance_interrupt()
|