Lines Matching defs:bootregs
77 unsigned *bootregs;
115 bcopy ((void *)bootregs[11], rpb, sizeof(struct rpb));
119 rpb->devtyp = bootregs[0];
120 rpb->unit = bootregs[3];
121 rpb->rpb_bootr5 = bootregs[5];
122 rpb->csrphy = bootregs[2];
123 rpb->adpphy = bootregs[1]; /* BI node on 8200 */
126 (bootregs[1] == 0xffe000 ? 0xf30000 : 0xf32000);
256 unit_init(initfn, rpb, bootregs[12]);
288 read750(block, (int *)bootregs);
327 int adpadr = bootregs[1];
328 int unitadr = adpadr + MUREG(bootregs[3], 0);