Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx.seq1715 or SCB_CONTROL,DISCONNECTED;
1928 test SCB_CONTROL,DISCONNECTED jz not_found_cleanup_scb;
1929 and SCB_CONTROL,~DISCONNECTED;
2349 test SCB_CONTROL,DISCONNECTED jnz add_scb_to_disc_list;
2391 * Link this SCB into the DISCONNECTED list. This list holds the
Daic79xx.seq938 test SCB_CONTROL,DISCONNECTED jz verify_other_scb;
956 test SCB_CONTROL,DISCONNECTED jz not_found;
958 and SCB_CONTROL,~DISCONNECTED;
1098 or SCB_CONTROL,DISCONNECTED;
Daic7xxx_reg.h1650 #define DISCONNECTED 0x04 macro
Daic7xxx.reg1073 field DISCONNECTED 0x04
Daic79xx.reg3817 field DISCONNECTED 0x04
/mirbsd/src/sys/dev/ic/
Daic7xxx_openbsd.c880 scb->hscb->control |= MK_MESSAGE|DISCONNECTED; in ahc_timeout()