Symbol: AHC_WIDE
sys/dev/aic7xxx/aic7770.c
196
if ((ahc->features & AHC_WIDE) != 0) {
sys/dev/aic7xxx/aic7770.c
340
max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8;
sys/dev/aic7xxx/aic7xxx.c
1826
if (ahc->features & AHC_WIDE) {
sys/dev/aic7xxx/aic7xxx.c
1865
if ((ahc->features & AHC_WIDE) != 0)
sys/dev/aic7xxx/aic7xxx.c
2410
if ((ahc->features & AHC_WIDE) != 0)
sys/dev/aic7xxx/aic7xxx.c
4152
ahc->features |= AHC_WIDE;
sys/dev/aic7xxx/aic7xxx.c
4569
if ((ahc->features & AHC_WIDE) != 0) {
sys/dev/aic7xxx/aic7xxx.c
5007
if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0)
sys/dev/aic7xxx/aic7xxx.c
5030
if ((ahc->features & AHC_WIDE) != 0)
sys/dev/aic7xxx/aic7xxx.c
5096
&& (ahc->features & AHC_WIDE) != 0)
sys/dev/aic7xxx/aic7xxx.c
6107
max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7;
sys/dev/aic7xxx/aic7xxx.c
6848
maxtarget = (ahc->features & (AHC_WIDE|AHC_TWIN)) ? 15 : 7;
sys/dev/aic7xxx/aic7xxx.c
7247
max_id = (ahc->features & AHC_WIDE) ? 15 : 7;
sys/dev/aic7xxx/aic7xxx_osm.c
778
if ((ahc->features & AHC_WIDE) != 0)
sys/dev/aic7xxx/aic7xxx_osm.c
789
cpi->max_target = (ahc->features & AHC_WIDE) ? 15 : 7;
sys/dev/aic7xxx/aic7xxx_pci.c
1676
if ((ahc->features & AHC_WIDE) == 0)
sys/dev/aic7xxx/aic7xxx_pci.c
1685
if ((ahc->features & AHC_WIDE) != 0)
sys/dev/aic7xxx/aic7xxx_pci.c
1734
if ((ahc->features & AHC_WIDE) != 0
sys/dev/aic7xxx/aic7xxx_pci.c
1805
&& (ahc->features & AHC_WIDE) != 0) {
sys/dev/aic7xxx/aic7xxx_pci.c
1820
if ((ahc->features & AHC_WIDE) != 0)
sys/dev/aic7xxx/aic7xxx_seq.h
921
return ((ahc->features & AHC_WIDE) != 0);