Home
last modified time | relevance | path

Searched refs:siop_htoc32 (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Dsiop.c252 siop_htoc32(&sc->sc_c, siop_script[j]); in siop_reset()
258 siop_htoc32(&sc->sc_c, in siop_reset()
584 siop_htoc32(&sc->sc_c, SCSI_CHECK); in siop_intr()
821 siop_htoc32(&sc->sc_c, 1); in siop_intr()
835 siop_htoc32(&sc->sc_c, 1); in siop_intr()
853 siop_htoc32(&sc->sc_c, in siop_intr()
961 siop_htoc32(&sc->sc_c, 1); in siop_intr()
1475 siop_htoc32(&sc->sc_c, xs->cmdlen); in siop_scsicmd()
1680 siop_htoc32(&sc->sc_c, 3); in siop_start()
1887 scr[Ent_rdsa0 / 4] = siop_htoc32(&sc->sc_c, in siop_morecbd()
[all …]
H A Dsiop_common.c312 siop_htoc32(sc, in siop_setuptables()
315 siop_htoc32(sc, in siop_setuptables()
355 tables->t_msgout.count = siop_htoc32(sc, 1); in siop_wdtr_neg()
359 tables->id = siop_htoc32(sc, sc->targets[target]->id); in siop_wdtr_neg()
384 tables->id = siop_htoc32(sc, sc->targets[target]->id); in siop_wdtr_neg()
507 tables->t_msgout.count = siop_htoc32(sc, 1); in siop_ppr_neg()
571 tables->t_msgout.count = siop_htoc32(sc, 1); in siop_sdtr_neg()
634 tables->id = siop_htoc32(sc, sc->targets[target]->id); in siop_sdtr_neg()
794 siop_htoc32(sc, siop_ctoh32(sc, table->addr) + in siop_sdp()
796 table->count = siop_htoc32(sc, siop_cmd->resid); in siop_sdp()
[all …]
H A Dsiopvar_common.h209 #define siop_htoc32(sc, x) \ macro