Home
last modified time | relevance | path

Searched refs:AHD_NEW_DFCNTRL_OPTS (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/dev/microcode/aic7xxx/
Daic79xx_seq.h884 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) != 0); in ahd_patch18_func()
908 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) == 0); in ahd_patch15_func()
Daic79xx.seq1559 if ((ahd->features & AHD_NEW_DFCNTRL_OPTS) == 0) {
1587 if ((ahd->features & AHD_NEW_DFCNTRL_OPTS) != 0) {
/openbsd/src/sys/dev/pci/
Dahd_pci.c1132 | AHD_NEW_DFCNTRL_OPTS|AHD_FAST_CDB_DELIVERY; in ahd_aic790X_setup()
/openbsd/src/sys/dev/ic/
Daic79xx.h241 AHD_NEW_DFCNTRL_OPTS = 0x10000,/* SCSIENWRDIS bit */ enumerator
Daic79xx.c827 if ((ahd->features & AHD_NEW_DFCNTRL_OPTS) != 0) { in ahd_run_data_fifo()