Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/generic_serial/rio/
Drioinit.c92 struct DpRam __iomem *cardp = (struct DpRam __iomem *)virtAddr; in RIOAssignAT()
150 struct DpRam __iomem *DpRam = caddr; in RIOBoardTest() local
157 type, DpRam, slot); in RIOBoardTest()
159 RIOHostReset(type, DpRam, slot); in RIOBoardTest()
176 ram[0] = DpRam->DpSram1; in RIOBoardTest()
177 ram[1] = DpRam->DpSram2; in RIOBoardTest()
178 ram[2] = DpRam->DpSram3; in RIOBoardTest()
181 ram[3] = DpRam->DpScratch; in RIOBoardTest()
390 void RIOHostReset(unsigned int Type, struct DpRam __iomem *DpRamP, unsigned int Slot) in RIOHostReset()
Dhost.h53 struct DpRam __iomem *CardP; /* KV address of DPRAM, with overlay */
Dboard.h109 struct DpRam { struct
Dfunc.h81 void RIOHostReset(unsigned int, struct DpRam __iomem *, unsigned int);
Ddaemon.h107 struct DpRam __user *DpRamP;
Drio_linux.c990 hp->CardP = (struct DpRam __iomem *) hp->Caddr; in rio_init()
1043 hp->CardP = (struct DpRam __iomem *) hp->Caddr; in rio_init()
1085 hp->CardP = (struct DpRam __iomem *) hp->Caddr; in rio_init()
Drioctrl.c952 static unsigned char copy[sizeof(struct DpRam)]; in riocontrol()
953 for (off = 0; off < sizeof(struct DpRam); off++) in riocontrol()
955 if (copy_to_user(HostDpRam.DpRamP, copy, sizeof(struct DpRam))) { in riocontrol()
960 …e if (copy_from_io(HostDpRam.DpRamP, p->RIOHosts[HostDpRam.HostNum].Caddr, sizeof(struct DpRam))) { in riocontrol()