Searched refs:RDP (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | ariadne.c | 242 lance->RDP = STOP; in ariadne_open() 246 version = swapw(lance->RDP); in ariadne_open() 248 version |= swapw(lance->RDP)<<16; in ariadne_open() 267 lance->RDP = 0x0000; in ariadne_open() 269 lance->RDP = DPOLL|APAD_XMT|MFCOM|RCVCCOM|TXSTRTM|JABM; in ariadne_open() 273 lance->RDP = 0x0000; in ariadne_open() 275 lance->RDP = 0x0000; in ariadne_open() 277 lance->RDP = 0x0000; in ariadne_open() 279 lance->RDP = 0x0000; in ariadne_open() 283 lance->RDP = ((u_short *)&dev->dev_addr[0])[0]; in ariadne_open() [all …]
|
D | sunlance.c | 278 #define RDP 0x00UL /* register data port */ macro 285 sbus_writew(LE_C0_STOP, __base + RDP); \ 311 sbus_writew(leptr & 0xffff, lp->lregs + RDP); in load_csrs() 313 sbus_writew(leptr >> 16, lp->lregs + RDP); in load_csrs() 315 sbus_writew(lp->busmaster_regval, lp->lregs + RDP); in load_csrs() 477 sbus_writew(LE_C0_INIT, lp->lregs + RDP); in init_restart_lance() 481 regval = sbus_readw(lp->lregs + RDP); in init_restart_lance() 496 sbus_writew(LE_C0_IDON, lp->lregs + RDP); in init_restart_lance() 497 sbus_writew(LE_C0_INEA | LE_C0_STRT, lp->lregs + RDP); in init_restart_lance() 827 csr0 = sbus_readw(lp->lregs + RDP); in lance_interrupt() [all …]
|
D | ariadne.h | 46 volatile u_short RDP; /* Register Data Port */ member
|
/linux-2.6.39/arch/mn10300/unit-asb2305/ |
D | pci.c | 479 #define RDP (*(volatile u32 *) 0xBE030010) in unit_disable_pcnet() macro 482 #define __set_RDP(X) do { RDP = (X); x = RDP; } while (0) in unit_disable_pcnet() 483 #define __get_RDP() ({ RDP & 0xffff; }) in unit_disable_pcnet()
|
/linux-2.6.39/arch/arm/mach-mx5/ |
D | Kconfig | 183 Include support for MX50 reference design platform (RDP) board. This
|
/linux-2.6.39/Documentation/ |
D | kernel-parameters.txt | 1061 Format: <RDP>,<reset>,<pci_scan>,<verbosity>
|