Home
last modified time | relevance | path

Searched refs:HostDpRam (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Drioctrl.c91 static struct HostDpRam HostDpRam; variable
1301 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 …]
Ddaemon.h124 struct HostDpRam struct