Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dsiop_common.c427 siop_target->flags &= ~(TARF_DT | TARF_ISDT); in siop_ppr_neg()
440 siop_target->flags &= ~(TARF_DT | TARF_ISDT); in siop_ppr_neg()
455 siop_target->flags |= TARF_ISDT; in siop_ppr_neg()
458 if ((siop_target->flags & TARF_ISDT) == 0) { in siop_ppr_neg()
467 siop_target->flags &= ~(TARF_DT | TARF_ISDT); in siop_ppr_neg()
479 siop_target->flags &= ~(TARF_DT | TARF_ISDT); in siop_ppr_neg()
988 (siop_target->flags & TARF_ISDT) ? "DT " : "", in siop_update_xfer_mode()
H A Dsiopvar_common.h127 #define TARF_ISDT 0x20 /* target is doing DT clocking */ macro
H A Dsiop.c790 siop_target->target_c.flags &= ~(TARF_DT | TARF_ISDT); in siop_intr()