Home
last modified time | relevance | path

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

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h1184 #define DUAL_EDGE_ERR 0x01 macro
H A Daic7xxx.reg338 field DUAL_EDGE_ERR 0x01 /* Incorrect data phase (U3 only) */
/openbsd/sys/dev/ic/
H A Daic7xxx.c1144 if ((sstat2 & DUAL_EDGE_ERR) != 0) in ahc_handle_scsiint()
1152 && (sstat2 & DUAL_EDGE_ERR) != 0) { in ahc_handle_scsiint()