Lines Matching defs:rp
104 siop_regmap_p rp;
112 rp = ztwomap(0xdd0040);
113 if (badaddr((void *)__UNVOLATILE(&rp->siop_scratch)) ||
114 badaddr((void *)__UNVOLATILE(&rp->siop_temp))) {
117 scratch = rp->siop_scratch;
118 temp = rp->siop_temp;
119 rp->siop_scratch = 0xdeadbeef;
120 rp->siop_temp = 0xaaaa5555;
121 if (rp->siop_scratch != 0xdeadbeef || rp->siop_temp != 0xaaaa5555)
123 rp->siop_scratch = scratch;
124 rp->siop_temp = temp;
125 if (rp->siop_scratch != scratch || rp->siop_temp != temp)
135 siop_regmap_p rp;
145 sc->sc_siopp = rp = (siop_regmap_p)((char *)zap->va +
148 sc->sc_siopp = rp = ztwomap(0xdd0040);
196 siop_regmap_p rp;
201 rp = sc->sc_siopp;
202 istat = rp->siop_istat;
209 sc->sc_sstat0 = rp->siop_sstat0;
211 sc->sc_dstat = rp->siop_dstat;