Home | History | Annotate | Download | only in dev

Lines Matching refs:sc_regs

262 	for (intrmapptr = &sc->sc_regs->scsi_int_map;
263 intrmapptr < &sc->sc_regs->ue_int_map;
269 for (intrmapptr = &sc->sc_regs->pcia_slot0_int;
270 intrmapptr <= &sc->sc_regs->pcib_slot3_int;
276 for (intrmapptr = &sc->sc_regs->ffb0_int_map;
277 intrmapptr <= &sc->sc_regs->ffb1_int_map;
360 sc->sc_regs = (struct psychoreg *)
370 sc->sc_regs = (struct psychoreg *)
388 sc->sc_regs = (struct psychoreg *)
402 sc->sc_regs = (struct psychoreg *)
536 &sc->sc_regs->ue_int_map,
537 &sc->sc_regs->ue_clr_int);
539 &sc->sc_regs->ce_int_map,
540 &sc->sc_regs->ce_clr_int);
542 &sc->sc_regs->pciaerr_int_map,
543 &sc->sc_regs->pciaerr_clr_int);
549 &sc->sc_regs->power_int_map,
550 &sc->sc_regs->power_clr_int);
556 &sc->sc_regs->pciberr_int_map,
557 &sc->sc_regs->pciberr_clr_int);
559 &sc->sc_regs->pwrmgt_int_map,
560 &sc->sc_regs->pwrmgt_clr_int);
570 timeo = sc->sc_regs->intr_retry_timer;
576 sc->sc_regs->intr_retry_timer = 0xff;
916 struct psychoreg *regs = sc->sc_regs;
949 struct psychoreg *regs = sc->sc_regs;
964 struct psychoreg *regs = sc->sc_regs;
980 struct psychoreg *regs = sc->sc_regs;
1295 for (intrmapptr = &sc->sc_regs->pcia_slot0_int,
1296 intrclrptr = &sc->sc_regs->pcia0_clr_int[0];
1297 intrmapptr <= &sc->sc_regs->pcib_slot3_int;
1300 (intrmapptr == &sc->sc_regs->pcia_slot2_int ||
1301 intrmapptr == &sc->sc_regs->pcia_slot3_int))
1310 for (intrmapptr = &sc->sc_regs->scsi_int_map,
1311 intrclrptr = &sc->sc_regs->scsi_clr_int;
1312 intrmapptr < &sc->sc_regs->ue_int_map;
1320 for (intrmapptr = &sc->sc_regs->ffb0_int_map;
1321 intrmapptr <= &sc->sc_regs->ffb1_int_map;