Home
last modified time | relevance | path

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

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h1180 #define EXP_ACTIVE 0x10 macro
H A Daic7xxx.reg334 field EXP_ACTIVE 0x10 /* SCSI Expander Active */
H A Daic79xx_reg.h2798 #define EXP_ACTIVE 0x10 macro
H A Daic79xx.reg1910 field EXP_ACTIVE 0x10 /* SCSI Expander Active */
/openbsd/sys/dev/ic/
H A Daic7xxx.c1684 && (ahc_inb(ahc, SSTAT2) & EXP_ACTIVE) == 0) { in ahc_devlimited_syncrate()
H A Daic79xx.c2868 && (ahd_inb(ahd, SSTAT2) & EXP_ACTIVE) == 0) { in ahd_devlimited_syncrate()