Searched refs:DpRam (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/char/rio/ |
D | typdef.h | 80 typedef struct DpRam DpRam; typedef
|
D | rioinit.c | 252 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 …]
|
D | host.h | 59 volatile struct DpRam *CardP; /* KV address of DPRAM, with overlay */
|
D | board.h | 119 struct DpRam struct
|
D | func.h | 100 void RIOHostReset(uint, volatile struct DpRam *, uint);
|
D | daemon.h | 127 struct DpRam *DpRamP;
|
D | rio_linux.c | 1209 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()
|
D | rioctrl.c | 1318 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 ) {
|
D | rioboot.c | 304 RIOHostReset( HostP->Type, (struct DpRam *)HostP->CardP, HostP->Slot ); 500 RIOHostReset( HostP->Type, (struct DpRam *)HostP->CardP, HostP->Slot );\
|