Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dsiop_common.c254 (sc->targets[target]->flags & TARF_ISWIDE) == 0)
343 siop_target->flags &= ~TARF_ISWIDE;
348 siop_target->flags |= TARF_ISWIDE;
358 siop_target->flags &= ~TARF_ISWIDE;
388 siop_target->flags |= TARF_ISWIDE;
391 siop_target->flags &= ~TARF_ISWIDE;
404 siop_wdtr_msg(siop_cmd, 0, (siop_target->flags & TARF_ISWIDE) ?
495 siop_target->flags |= TARF_ISWIDE;
757 if (siop_cmd->siop_target->flags & TARF_ISWIDE) {
883 (siop_target->flags & TARF_ISWIDE) ? 16 : 8);
[all …]
Dsiopvar_common.h127 #define TARF_ISWIDE 0x10 /* target is wide */ macro
Dsiop.c1234 sc->sc_c.targets[target]->flags &= ~TARF_ISWIDE;