Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/amiga/dev/
H A Dafsc.c145 sc->sc_siopp = rp = (siop_regmap_p)((char *)zap->va + in afscattach()
148 sc->sc_siopp = rp = ztwomap(0xdd0040); in afscattach()
201 rp = sc->sc_siopp; in afsc_dmaintr()
H A Dcbiiisc.c124 sc->sc_siopp = rp = ztwomap(0xf40000); in cbiiiscattach()
181 rp = sc->sc_siopp; in cbiiisc_dmaintr()
H A Dbppcsc.c129 sc->sc_siopp = rp = ztwomap(BPPC_SCSI_OFF); in bppcscattach()
185 rp = sc->sc_siopp; in bppcsc_dmaintr()
H A Dwesc.c122 sc->sc_siopp = rp = (siop_regmap_p)((char *)zap->va + 0x40000); in wescattach()
175 rp = sc->sc_siopp; in wesc_dmaintr()
H A Dmgnsc.c121 sc->sc_siopp = rp = (siop_regmap_p)((char *)zap->va + 0x8000); in mgnscattach()
184 rp = sc->sc_siopp; in mgnsc_dmaintr()
H A Dzssc.c115 sc->sc_siopp = rp = (siop_regmap_p)((char *)zap->va + 0x4000); in zsscattach()
172 rp = sc->sc_siopp; in zssc_dmaintr()
H A Ddrsc.c125 sc->sc_siopp = rp = (siop_regmap_p)(DRCCADDR+PAGE_SIZE*DRSCSIPG); in drscattach()
195 rp = sc->sc_siopp; in drsc_handler()
H A Dsiop.c301 siop_regmap_p rp = sc->sc_siopp; in siop_poll()
638 rp = sc->sc_siopp; in siopreset()
734 siop_regmap_p rp = sc->sc_siopp; in siop_start()
908 siop_regmap_p rp = sc->sc_siopp; in siop_checkintr()
1452 rp = sc->sc_siopp; in siop_select()
1502 rp = sc->sc_siopp; in siopintr()
1658 siop_regmap_p rp = sc->sc_siopp; in siop_dump()
H A Dsiop2.c287 siop_regmap_p rp = sc->sc_siopp; in siopng_poll()
626 rp = sc->sc_siopp; in siopngreset()
763 siop_regmap_p rp = sc->sc_siopp; in siopng_start()
973 siop_regmap_p rp = sc->sc_siopp; in siopng_checkintr()
1601 rp = sc->sc_siopp; in siopng_select()
1652 rp = sc->sc_siopp; in siopngintr()
1768 siop_regmap_p rp = sc->sc_siopp; in siopng_dump_registers()
1846 siop_regmap_p rp = sc->sc_siopp; in siopng_dump()
H A Dsiopvar.h136 siop_regmap_p sc_siopp; /* the SIOP */ member