Home
last modified time | relevance | path

Searched refs:DpRam (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Dtypdef.h80 typedef struct DpRam DpRam; typedef
Drioinit.c252 struct DpRam *cardp; /* (Points at the host) */
280 cardp = (struct DpRam *)virtAddr;
319 struct DpRam *cardp = (struct DpRam *)virtAddr;
331 p->RIOHosts[p->RIONumHosts].CardP = (struct DpRam *)virtAddr;
506 p->RIOHosts[RIONumHosts].CardP = (struct DpRam *)Caddr;
788 p->RIOHosts[RIONumHosts].CardP = (struct DpRam *)Caddr;
963 p->RIOHosts[p->RIONumHosts].CardP = (struct DpRam *)Caddr;
1047 struct DpRam *DpRam = (struct DpRam *)caddr; local
1054 type,(int)DpRam, slot);
1056 RIOHostReset(type, DpRam, slot);
[all …]
Dhost.h59 volatile struct DpRam *CardP; /* KV address of DPRAM, with overlay */
Dboard.h119 struct DpRam struct
Dfunc.h100 void RIOHostReset(uint, volatile struct DpRam *, uint);
Ddaemon.h127 struct DpRam *DpRamP;
Drio_linux.c1209 hp->CardP = (struct DpRam *) hp->Caddr; in rio_init()
1281 hp->CardP = (struct DpRam *) hp->Caddr; in rio_init()
1333 hp->CardP = (struct DpRam *) hp->Caddr; in rio_init()
Drioctrl.c1318 static unsigned char copy[sizeof(struct DpRam)];
1319 for ( off=0; off<sizeof(struct DpRam); off++ )
1322 sizeof(struct DpRam) ) == COPYFAIL ) {
1330 sizeof(struct DpRam) ) == COPYFAIL ) {
Drioboot.c304 RIOHostReset( HostP->Type, (struct DpRam *)HostP->CardP, HostP->Slot );
500 RIOHostReset( HostP->Type, (struct DpRam *)HostP->CardP, HostP->Slot );\