HomeSort by: relevance | last modified time | path
    Searched defs:iha_reset_tcs (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
iha.c 178 static void iha_reset_tcs(struct tcs *, uint8_t);
587 iha_reset_tcs(&sc->sc_tcs[i * 2 ], sc->sc_sconf1);
588 iha_reset_tcs(&sc->sc_tcs[i * 2 + 1], sc->sc_sconf1);
833 iha_reset_tcs(tcs, sc->sc_sconf1);
879 * iha_reset_tcs - reset the target control structure pointed
885 iha_reset_tcs(struct tcs *tcs, uint8_t config0) function in typeref:typename:void
1928 iha_reset_tcs(scb->tcs, sc->sc_sconf1);

Completed in 13 milliseconds