Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic79xx_seq.h883 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) != 0); in ahd_patch18_func()
907 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) == 0); in ahd_patch15_func()
HDaic79xx_pci.c1021 | AHD_NEW_DFCNTRL_OPTS|AHD_FAST_CDB_DELIVERY; in ahd_aic790X_setup()
HDaic79xx.h232 AHD_NEW_DFCNTRL_OPTS = 0x10000,/* SCSIENWRDIS bit */ enumerator
HDaic79xx.seq1556 if ((ahd->features & AHD_NEW_DFCNTRL_OPTS) == 0) {
1584 if ((ahd->features & AHD_NEW_DFCNTRL_OPTS) != 0) {
HDaic79xx.c806 if ((ahd->features & AHD_NEW_DFCNTRL_OPTS) != 0) { in ahd_run_data_fifo()