Searched refs:RAP (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/amd/
H A Dariadne.c247 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ ariadne_interrupt()
382 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ ariadne_interrupt()
387 lance->RAP, lance->RDP); ariadne_interrupt()
403 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ ariadne_open()
407 lance->RAP = CSR88; /* Chip ID */ ariadne_open()
409 lance->RAP = CSR89; /* Chip ID */ ariadne_open()
427 lance->RAP = CSR3; /* Interrupt Masks and Deferral Control */ ariadne_open()
429 lance->RAP = CSR4; /* Test and Features Control */ ariadne_open()
433 lance->RAP = CSR8; /* Logical Address Filter, LADRF[15:0] */ ariadne_open()
435 lance->RAP = CSR9; /* Logical Address Filter, LADRF[31:16] */ ariadne_open()
437 lance->RAP = CSR10; /* Logical Address Filter, LADRF[47:32] */ ariadne_open()
439 lance->RAP = CSR11; /* Logical Address Filter, LADRF[63:48] */ ariadne_open()
443 lance->RAP = CSR12; /* Physical Address Register, PADR[15:0] */ ariadne_open()
445 lance->RAP = CSR13; /* Physical Address Register, PADR[31:16] */ ariadne_open()
447 lance->RAP = CSR14; /* Physical Address Register, PADR[47:32] */ ariadne_open()
451 lance->RAP = CSR15; /* Mode Register */ ariadne_open()
455 lance->RAP = CSR30; /* Base Address of Transmit Ring */ ariadne_open()
457 lance->RAP = CSR31; /* Base Address of transmit Ring */ ariadne_open()
461 lance->RAP = CSR24; /* Base Address of Receive Ring */ ariadne_open()
463 lance->RAP = CSR25; /* Base Address of Receive Ring */ ariadne_open()
467 lance->RAP = CSR76; /* Receive Ring Length */ ariadne_open()
469 lance->RAP = CSR78; /* Transmit Ring Length */ ariadne_open()
473 lance->RAP = ISACSR2; /* Miscellaneous Configuration */ ariadne_open()
477 lance->RAP = ISACSR5; /* LED1 Status */ ariadne_open()
479 lance->RAP = ISACSR6; /* LED2 Status */ ariadne_open()
481 lance->RAP = ISACSR7; /* LED3 Status */ ariadne_open()
491 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ ariadne_open()
503 lance->RAP = CSR112; /* Missed Frame Count */ ariadne_close()
505 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ ariadne_close()
526 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ ariadne_reset()
554 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ ariadne_start_xmit()
609 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ ariadne_start_xmit()
628 saved_addr = lance->RAP; ariadne_get_stats()
629 lance->RAP = CSR112; /* Missed Frame Count */ ariadne_get_stats()
631 lance->RAP = saved_addr; ariadne_get_stats()
653 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ set_multicast_list()
658 lance->RAP = CSR15; /* Mode Register */ set_multicast_list()
670 lance->RAP = CSR8 + (i << 8); set_multicast_list()
674 lance->RAP = CSR15; /* Mode Register */ set_multicast_list()
678 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ set_multicast_list()
H A Dam79c961a.h28 * RAP registers
H A Dsunlance.c241 void __iomem *lregs; /* Lance RAP/RDP regs. */
277 #define RAP 0x02UL /* register address port */ macro
282 sbus_writew(LE_CSR0, __base + RAP); \
308 sbus_writew(LE_CSR1, lp->lregs + RAP); load_csrs()
310 sbus_writew(LE_CSR2, lp->lregs + RAP); load_csrs()
312 sbus_writew(LE_CSR3, lp->lregs + RAP); load_csrs()
316 sbus_writew(LE_CSR0, lp->lregs + RAP); load_csrs()
474 sbus_writew(LE_CSR0, lp->lregs + RAP); init_restart_lance()
820 sbus_writew(LE_CSR0, lp->lregs + RAP); lance_interrupt()
H A Dariadne.h47 volatile u_short RAP; /* Register Address Port */ member in struct:Am79C960
/linux-4.1.27/arch/mn10300/unit-asb2305/
H A Dpci.c428 #define RAP (*(volatile u32 *) 0xBE030014) unit_disable_pcnet() macro
429 #define __set_RAP(X) do { RAP = (X); x = RAP; } while (0) unit_disable_pcnet()
/linux-4.1.27/drivers/hid/
H A Dhid-logitech-hidpp.c50 * as register access protocol or RAP, the second version hidpp20 is known as
53 * Most older devices (including the Unifying usb receiver) use the RAP protocol
60 * The RAP protocol uses both report types, whereas the FAP only uses HIDPP_LONG
61 * messages. The Unifying receiver itself responds to RAP messages (device index
66 * The paired device can be RAP or FAP, it will receive the message untouched
/linux-4.1.27/drivers/net/fddi/skfp/h/
H A Dskfbi.h306 * - completely empty (this is the RAP Block window)
307 * Note: if RAP = 1 this page is reserved

Completed in 433 milliseconds