Home
last modified time | relevance | path

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

/drivers/char/rio/
Drioinit.c93 struct DpRam __iomem *cardp = (struct DpRam __iomem *)virtAddr; in RIOAssignAT()
151 struct DpRam __iomem *DpRam = caddr; in RIOBoardTest() local
158 type, DpRam, slot); in RIOBoardTest()
160 RIOHostReset(type, DpRam, slot); in RIOBoardTest()
177 ram[0] = DpRam->DpSram1; in RIOBoardTest()
178 ram[1] = DpRam->DpSram2; in RIOBoardTest()
179 ram[2] = DpRam->DpSram3; in RIOBoardTest()
182 ram[3] = DpRam->DpScratch; in RIOBoardTest()
391 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);
Drio_linux.c987 hp->CardP = (struct DpRam __iomem *) hp->Caddr; in rio_init()
1040 hp->CardP = (struct DpRam __iomem *) hp->Caddr; in rio_init()
1082 hp->CardP = (struct DpRam __iomem *) hp->Caddr; in rio_init()
Ddaemon.h107 struct DpRam __user *DpRamP;
Drioctrl.c951 static unsigned char copy[sizeof(struct DpRam)]; in riocontrol()
952 for (off = 0; off < sizeof(struct DpRam); off++) in riocontrol()
954 if (copy_to_user(HostDpRam.DpRamP, copy, sizeof(struct DpRam))) { in riocontrol()
959 …e if (copy_from_io(HostDpRam.DpRamP, p->RIOHosts[HostDpRam.HostNum].Caddr, sizeof(struct DpRam))) { in riocontrol()