Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c970 | AHD_NEW_DFCNTRL_OPTS|AHD_FAST_CDB_DELIVERY in ahd_aic790X_setup()
H A Daic79xx.h221 AHD_NEW_DFCNTRL_OPTS = 0x10000,/* SCSIENWRDIS bit */ enumerator
H A Daic79xx_seq.h_shipped883 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) != 0);
907 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) == 0);
H A Daic79xx.seq1558 if ((ahd->features & AHD_NEW_DFCNTRL_OPTS) == 0) {
1586 if ((ahd->features & AHD_NEW_DFCNTRL_OPTS) != 0) {
H A Daic79xx_core.c1614 if ((ahd->features & AHD_NEW_DFCNTRL_OPTS) != 0) { in ahd_run_data_fifo()