Home
last modified time | relevance | path

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

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