HomeSort by: relevance | last modified time | path
    Searched refs:siop_htoc32 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
siop_common.c 260 siop_cmd->siop_tables->id = siop_htoc32(sc, sc->targets[target]->id);
295 siop_cmd->siop_tables->t_msgout.count = siop_htoc32(sc, msgoffset);
316 siop_htoc32(sc, SCSI_SIOP_NOSTATUS); /* set invalid status */
319 siop_htoc32(sc, siop_cmd->dmamap_cmd->dm_segs[0].ds_len);
321 siop_htoc32(sc, siop_cmd->dmamap_cmd->dm_segs[0].ds_addr);
325 siop_htoc32(sc,
328 siop_htoc32(sc,
369 tables->t_msgout.count = siop_htoc32(sc, 1);
373 tables->id = siop_htoc32(sc, sc->targets[target]->id);
398 tables->id = siop_htoc32(sc, sc->targets[target]->id)
    [all...]
siop.c 142 sc->sc_c.sc_script[offset] = siop_htoc32(&sc->sc_c, val);
213 siop_htoc32(&sc->sc_c, siop_script[j]);
217 siop_htoc32(&sc->sc_c,
224 ] = siop_htoc32(&sc->sc_c, siop_led_on[j]);
228 ] = siop_htoc32(&sc->sc_c, siop_led_on[j]);
232 ] = siop_htoc32(&sc->sc_c, siop_led_off[j]);
544 siop_htoc32(&sc->sc_c, SCSI_CHECK);
775 siop_htoc32(&sc->sc_c, 1);
789 siop_htoc32(&sc->sc_c, 1);
807 siop_htoc32(&sc->sc_c
    [all...]
siopvar_common.h 210 #define siop_htoc32(sc, x) \ macro

Completed in 13 milliseconds