Home
last modified time | relevance | path

Searched refs:NO_DISCONNECT (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx_reg.h1328 #define NO_DISCONNECT 0x01 macro
Daic7xxx.seq264 or SEQ_FLAGS, NO_DISCONNECT;
500 * on the state of NO_DISCONNECT.
502 test SEQ_FLAGS, NO_DISCONNECT jz target_disconnect;
Daic7xxx.reg1349 field NO_DISCONNECT 0x01
Daic79xx_reg.h3596 #define NO_DISCONNECT 0x01 macro
Daic79xx.reg3605 field NO_DISCONNECT 0x01
/openbsd/src/sys/dev/ic/
Daic7xxx.c2221 & (CMDPHASE_PENDING|TARG_CMD_PENDING|NO_DISCONNECT)) != 0) { in ahc_fetch_devinfo()