Home
last modified time | relevance | path

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

/drivers/char/rio/
Drioboot.c206 u8 __iomem *Cad; in RIOBootCodeHOST() local
238 Cad = HostP->Caddr; in RIOBootCodeHOST()
246 StartP = &Cad[p->RIOConf.HostLoadBase - rbp->Count]; in RIOBootCodeHOST()
248 rio_dprintk(RIO_DEBUG_BOOT, "kernel virtual address for host is %p\n", Cad); in RIOBootCodeHOST()
368 DestP = &Cad[0x7FF8]; /* <<<---- READ THE ABOVE COMMENTS */ in RIOBootCodeHOST()
455 ParmMapP = (PARM_MAP __iomem *) RIO_PTR(Cad, readw(&HostP->__ParmMapR)); in RIOBootCodeHOST()
457 ParmMapP = (PARM_MAP __iomem *)(Cad + readw(&HostP->__ParmMapR)); in RIOBootCodeHOST()
514 HostP->PhbP = (struct PHB __iomem *) RIO_PTR(Cad, readw(&ParmMapP->phb_ptr)); in RIOBootCodeHOST()
515 HostP->RupP = (struct RUP __iomem *) RIO_PTR(Cad, readw(&ParmMapP->rups)); in RIOBootCodeHOST()
516 HostP->PhbNumP = (unsigned short __iomem *) RIO_PTR(Cad, readw(&ParmMapP->phb_num_ptr)); in RIOBootCodeHOST()
[all …]