Searched refs:AHC_WIDE (Results 1 - 7 of 7) sorted by last modified time

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1097 host->max_id = (ahc->features & AHC_WIDE) ? 16 : 8;
1150 numtarg = (ahc->features & AHC_WIDE) ? 16 : 8;
H A Daic7xxx_pci.c1595 if ((ahc->features & AHC_WIDE) == 0)
1604 if ((ahc->features & AHC_WIDE) != 0)
1653 if ((ahc->features & AHC_WIDE) != 0
1724 && (ahc->features & AHC_WIDE) != 0) {
1739 if ((ahc->features & AHC_WIDE) != 0)
H A Daic7xxx_core.c2400 if (ahc->features & AHC_WIDE) {
2439 if ((ahc->features & AHC_WIDE) != 0)
2989 if ((ahc->features & AHC_WIDE) != 0)
4607 ahc->features |= AHC_WIDE;
5021 if ((ahc->features & AHC_WIDE) != 0) {
5419 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0)
5442 if ((ahc->features & AHC_WIDE) != 0)
5508 && (ahc->features & AHC_WIDE) != 0)
6522 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7;
7260 maxtarget = (ahc->features & (AHC_WIDE|AHC_TWI
[all...]
H A Daic7xxx.h208 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator in enum:__anon37
H A Daic7xxx_proc.c322 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0)
H A Daic7770.c192 if ((ahc->features & AHC_WIDE) != 0) {
318 max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8;
H A Daic7xxx.seq1581 if ((ahc->features & AHC_WIDE) != 0) {

Completed in 221 milliseconds