Searched refs:TARF_ISWIDE (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsiop_common.c268 (sc->targets[target]->flags & TARF_ISWIDE) == 0)
347 siop_target->flags &= ~TARF_ISWIDE;
352 siop_target->flags |= TARF_ISWIDE;
362 siop_target->flags &= ~TARF_ISWIDE;
393 siop_target->flags |= TARF_ISWIDE;
396 siop_target->flags &= ~TARF_ISWIDE;
409 siop_wdtr_msg(siop_cmd, 0, (siop_target->flags & TARF_ISWIDE) ?
493 siop_target->flags |= TARF_ISWIDE;
772 if (siop_cmd->siop_target->flags & TARF_ISWIDE) {
890 if ((siop_cmd->siop_target->flags & TARF_ISWIDE)
[all...]
H A Dsiopvar_common.h122 #define TARF_ISWIDE 0x10 /* target is wide */ macro
H A Desiop.c1459 sc->sc_c.targets[target]->flags &= ~(TARF_ISWIDE | TARF_ISDT);
H A Dsiop.c1213 sc->sc_c.targets[target]->flags &= ~TARF_ISWIDE;

Completed in 106 milliseconds