Searched refs:RAP (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/amd/ |
D | ariadne.c | 246 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ in ariadne_interrupt() 381 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ in ariadne_interrupt() 386 lance->RAP, lance->RDP); in ariadne_interrupt() 402 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ in ariadne_open() 406 lance->RAP = CSR88; /* Chip ID */ in ariadne_open() 408 lance->RAP = CSR89; /* Chip ID */ in ariadne_open() 426 lance->RAP = CSR3; /* Interrupt Masks and Deferral Control */ in ariadne_open() 428 lance->RAP = CSR4; /* Test and Features Control */ in ariadne_open() 432 lance->RAP = CSR8; /* Logical Address Filter, LADRF[15:0] */ in ariadne_open() 434 lance->RAP = CSR9; /* Logical Address Filter, LADRF[31:16] */ in ariadne_open() [all …]
|
D | sunlance.c | 278 #define RAP 0x02UL /* register address port */ macro 283 sbus_writew(LE_CSR0, __base + RAP); \ 309 sbus_writew(LE_CSR1, lp->lregs + RAP); in load_csrs() 311 sbus_writew(LE_CSR2, lp->lregs + RAP); in load_csrs() 313 sbus_writew(LE_CSR3, lp->lregs + RAP); in load_csrs() 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()
|
D | ariadne.h | 47 volatile u_short RAP; /* Register Address Port */ member
|