Searched refs:TARF_ISDT (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsiopvar_common.h123 #define TARF_ISDT 0x20 /* target is doing DT clocking */ macro
H A Dsiop_common.c442 siop_target->flags &= ~(TARF_DT | TARF_ISDT);
466 siop_target->flags |= TARF_ISDT;
469 if ((siop_target->flags & TARF_ISDT) == 0) {
478 siop_target->flags &= ~(TARF_DT | TARF_ISDT);
H A Desiop.c1459 sc->sc_c.targets[target]->flags &= ~(TARF_ISWIDE | TARF_ISDT);

Completed in 113 milliseconds