Searched refs:sxfer (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/amiga/dev/
H A Dsiop.c762 acb->ds.scsi_addr = (0x10000 << target) | (sc->sc_sync[target].sxfer << 8);
789 sc->sc_sync[target].sxfer = 0;
997 sc->sc_sync[target].sxfer = 0;
1029 rp->siop_sxfer = sc->sc_sync[target].sxfer;
1325 sc->sc_sync[acb->xs->xs_periph->periph_target].sxfer;
1370 rp->siop_sxfer = sc->sc_sync[target].sxfer;
1564 int period, offset, sxfer, sbcl = 0; local
1572 sxfer = 0;
1574 sxfer = offset;
1577 sxfer |
[all...]
H A Dsiop2.c791 acb->ds.scsi_addr = (target << 16) | (sc->sc_sync[target].sxfer << 8) |
841 sc->sc_sync[target].sxfer = 0;
1115 sc->sc_sync[target].sxfer = 0;
1149 rp->siop_sxfer = sc->sc_sync[target].sxfer;
1464 sc->sc_sync[acb->xs->xs_periph->periph_target].sxfer;
1514 rp->siop_sxfer = sc->sc_sync[target].sxfer;
1714 int period, offset, sxfer, scntl3 = 0; local
1720 sxfer = (period * 4 - 1) / sc->sc_tcp[scntl3] - 3;
1721 if (sxfer >= 0 && sxfer <
[all...]
H A Dsiopvar.h168 u_char sxfer; member in struct:siop_softc::syncpar
/netbsd-current/sys/dev/ic/
H A Dosiop.c920 ds->scsi_addr = ((1 << 16) << target) | (ti->sxfer << 8);
940 ti->sxfer = 0;
1168 ti->sxfer = 0;
1177 osiop_write_1(sc, OSIOP_SXFER, ti->sxfer);
1525 sc->sc_tinfo[reselid].sxfer);
1576 osiop_write_1(sc, OSIOP_SXFER, sc->sc_tinfo[target].sxfer);
1805 int period, offset, sxfer, sbcl; local
1810 sxfer = (period * 4 - 1) / sc->sc_tcp[sbcl] - 3;
1811 if (sxfer >= 0 && sxfer <
[all...]
H A Doosiopvar.h99 uint8_t sxfer; /* synchronous period and offset */ member in struct:oosiop_target
H A Dosiopvar.h186 uint8_t sxfer; /* value for SXFER reg */ member in struct:osiop_tinfo
H A Doosiop.c631 if ((sc->sc_tgt[cb->id].sxfer != 0) &&
660 oosiop_write_1(sc, OOSIOP_SXFER, sc->sc_tgt[id].sxfer);
677 sc->sc_tgt[id].sxfer = 0;
692 sc->sc_tgt[id].sxfer = ((i - 4) << 4) | offset;
706 sc->sc_tgt[id].sxfer = (synctbl[i].tp << 4) | offset;
977 sc->sc_tgt[i].sxfer = 0;
/netbsd-current/sys/dev/ieee1394/
H A Dif_fwip.c696 struct fw_bulkxfer *sxfer; local
703 while ((sxfer = STAILQ_FIRST(&xferq->stvalid)) != NULL) {
705 fp = mtod(sxfer->mbuf, struct fw_pkt *);
708 m = sxfer->mbuf;
711 sxfer->mbuf = m0 = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR);
714 STAILQ_INSERT_TAIL(&xferq->stfree, sxfer, link);
726 if (sxfer->resp != 0 ||

Completed in 287 milliseconds