Searched refs:LE_CSR0 (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | 7990.c | 98 WRITERAP(LE_CSR0); in load_csrs() 201 WRITERAP(LE_CSR0); in init_restart_lance() 228 WRITERAP(LE_CSR0); in lance_reset() 356 WRITERAP(LE_CSR0); in lance_tx() 373 WRITERAP(LE_CSR0); in lance_tx() 413 WRITERAP(LE_CSR0); /* LANCE Controller Status */ in lance_interrupt() 454 WRITERAP(LE_CSR0); in lance_interrupt() 485 WRITERAP(LE_CSR0); in lance_close() 618 WRITERAP(LE_CSR0); in lance_set_multicast()
|
D | a2065.c | 169 ll->rap = LE_CSR0; in load_csrs() 258 ll->rap = LE_CSR0; in init_restart_lance() 389 ll->rap = LE_CSR0; in lance_tx() 406 ll->rap = LE_CSR0; in lance_tx() 449 ll->rap = LE_CSR0; /* LANCE Controller Status */ in lance_interrupt() 484 ll->rap = LE_CSR0; in lance_interrupt() 501 ll->rap = LE_CSR0; in lance_open() 526 ll->rap = LE_CSR0; in lance_close() 540 ll->rap = LE_CSR0; in lance_reset() 698 ll->rap = LE_CSR0; in lance_set_multicast()
|
D | declance.c | 87 #define LE_CSR0 0 macro 315 writereg(&ll->rap, LE_CSR0); in load_csrs() 509 writereg(&ll->rap, LE_CSR0); in init_restart_lance() 650 writereg(&ll->rap, LE_CSR0); in lance_tx() 666 writereg(&ll->rap, LE_CSR0); in lance_tx() 715 writereg(&ll->rap, LE_CSR0); in lance_interrupt() 765 writereg(&ll->rap, LE_CSR0); in lance_open() 831 writereg(&ll->rap, LE_CSR0); in lance_close() 863 writereg(&ll->rap, LE_CSR0); in lance_reset() 1001 writereg(&ll->rap, LE_CSR0); in lance_set_multicast()
|
D | a2065.h | 50 #define LE_CSR0 0x0000 /* LANCE Controller Status */ macro
|
D | 7990.h | 138 #define LE_CSR0 0x0000 /* LANCE Controller Status */ macro
|
D | sunlance.c | 122 #define LE_CSR0 0 macro 279 sbus_writew(LE_CSR0, __base + RAP); \ 315 sbus_writew(LE_CSR0, lp->lregs + RAP); in load_csrs() 473 sbus_writew(LE_CSR0, lp->lregs + RAP); in init_restart_lance() 827 sbus_writew(LE_CSR0, lp->lregs + RAP); in lance_interrupt()
|