Searched refs:DpRamP (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drioinit.c390 void RIOHostReset(unsigned int Type, struct DpRam __iomem *DpRamP, unsigned int Slot) argument
400 SLOW_LINKS | SLOW_AT_BUS, &DpRamP->DpControl);
401 writeb(0xFF, &DpRamP->DpResetTpu);
405 BYTE_OPERATION | SLOW_LINKS | SLOW_AT_BUS, &DpRamP->DpControl);
406 writeb(0xFF, &DpRamP->DpResetTpu);
411 writeb(RIO_PCI_BOOT_FROM_RAM, &DpRamP->DpControl);
412 writeb(0xFF, &DpRamP->DpResetInt);
413 writeb(0xFF, &DpRamP->DpResetTpu);
H A Ddaemon.h107 struct DpRam __user *DpRamP; member in struct:HostDpRam
H A Drioctrl.c955 if (copy_to_user(HostDpRam.DpRamP, copy, sizeof(struct DpRam))) {
960 } else if (copy_from_io(HostDpRam.DpRamP, p->RIOHosts[HostDpRam.HostNum].Caddr, sizeof(struct DpRam))) {

Completed in 113 milliseconds