Searched refs:HostDpRam (Results 1 – 2 of 2) sorted by relevance
91 static struct HostDpRam HostDpRam; variable1301 if ( copyin( (int)arg, (caddr_t)&HostDpRam, 1302 sizeof(HostDpRam) )==COPYFAIL ) {1307 if ( HostDpRam.HostNum >= p->RIONumHosts ) {1310 HostDpRam.HostNum);1313 rio_dprintk (RIO_DEBUG_CTRL, "Request for host %d\n", HostDpRam.HostNum);1315 if (p->RIOHosts[HostDpRam.HostNum].Type == RIO_PCI) {1320 copy[off] = p->RIOHosts[HostDpRam.HostNum].Caddr[off];1321 if ( copyout( (caddr_t)copy, (int)HostDpRam.DpRamP, 1328 else if (copyout((caddr_t)p->RIOHosts[HostDpRam.HostNum].Caddr,[all …]
124 struct HostDpRam struct