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

/netbsd-current/sys/dev/ic/
H A Dsiop_common.c267 (sc->targets[target]->flags & TARF_ISWIDE) == 0)
346 siop_target->flags &= ~TARF_ISWIDE;
351 siop_target->flags |= TARF_ISWIDE;
361 siop_target->flags &= ~TARF_ISWIDE;
392 siop_target->flags |= TARF_ISWIDE;
395 siop_target->flags &= ~TARF_ISWIDE;
408 siop_wdtr_msg(siop_cmd, 0, (siop_target->flags & TARF_ISWIDE) ?
492 siop_target->flags |= TARF_ISWIDE;
773 if (siop_cmd->siop_target->flags & TARF_ISWIDE) {
891 if ((siop_cmd->siop_target->flags & TARF_ISWIDE)
[all...]
H A Dsiopvar_common.h122 #define TARF_ISWIDE 0x10 /* target is wide */ macro
H A Dsiop.c1217 sc->sc_c.targets[target]->flags &= ~TARF_ISWIDE;
H A Desiop.c1463 sc->sc_c.targets[target]->flags &= ~(TARF_ISWIDE | TARF_ISDT);

Completed in 204 milliseconds