Home
last modified time | relevance | path

Searched refs:DISCENB (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic79xx_osm.c1022 scb->hscb->control |= DISCENB; in ahd_execute_scb()
H A Daic7xxx_osm.c1064 scb->hscb->control |= DISCENB; in ahc_execute_scb()
H A Daic7xxx_reg.h1636 #define DISCENB 0x40 macro
H A Daic7xxx.seq1512 or SINDEX, MSG_IDENTIFYFLAG|DISCENB, SAVED_LUN;
1513 test SCB_CONTROL, DISCENB jnz . + 2;
1514 and SINDEX, ~DISCENB;
H A Daic79xx.seq979 or SINDEX, MSG_IDENTIFYFLAG|DISCENB, SCB_LUN;
980 test SCB_CONTROL, DISCENB jnz . + 2;
981 and SINDEX, ~DISCENB;
H A Daic7xxx.reg1066 field DISCENB 0x40
H A Daic79xx_reg.h3704 #define DISCENB 0x40 macro
H A Daic79xx.reg3847 field DISCENB 0x40
H A Daic79xx.c3585 if ((scb->hscb->control & DISCENB) != 0) in ahd_setup_initiator_msgout()