Symbol: AHC_TWIN
sys/dev/ic/aic7xxx.c
4060
ahc->features |= AHC_TWIN;
sys/dev/ic/aic7xxx.c
4076
if ((ahc->features & AHC_TWIN) != 0) {
sys/dev/ic/aic7xxx.c
4390
if ((ahc->features & AHC_TWIN) != 0)
sys/dev/ic/aic7xxx.c
4553
if ((ahc->features & AHC_TWIN) != 0) {
sys/dev/ic/aic7xxx.c
4584
if (ahc->features & AHC_TWIN) {
sys/dev/ic/aic7xxx.c
4658
if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0)
sys/dev/ic/aic7xxx.c
4671
if (i > 7 && (ahc->features & AHC_TWIN) != 0) {
sys/dev/ic/aic7xxx.c
4968
if ((ahc->features & AHC_TWIN) != 0) {
sys/dev/ic/aic7xxx.c
5045
if ((ahc->features & AHC_TWIN) != 0) {
sys/dev/ic/aic7xxx.c
5959
if ((ahc->features & AHC_TWIN) != 0
sys/dev/ic/aic7xxx.c
6759
maxtarget = (ahc->features & (AHC_WIDE|AHC_TWIN)) ? 15 : 7;
sys/dev/ic/aic7xxx.c
7028
if ((ahc->features & AHC_TWIN) == 0)
sys/dev/ic/aic7xxx.c
979
if ((ahc->features & AHC_TWIN) != 0
sys/dev/ic/aic7xxx.c
992
if ((ahc->features & AHC_TWIN) != 0) {
sys/dev/ic/aic7xxx_inline.h
611
if ((ahc->features & AHC_TWIN) != 0 && ahc->channel == 'B')
sys/dev/ic/aic7xxx_osm.c
102
if (ahc->features & AHC_TWIN) {
sys/dev/ic/aic7xxx_osm.c
114
if (ahc->features & AHC_TWIN)
sys/dev/ic/aic7xxx_osm.c
118
if (ahc->features & AHC_TWIN)
sys/dev/ic/aic7xxx_osm.c
129
if ((ahc->features & AHC_TWIN) && ahc->flags & AHC_RESET_BUS_B)
sys/dev/ic/aic7xxx_osm.c
263
if (ahc->features & AHC_TWIN)
sys/dev/ic/aic7xxx_osm.c
788
if (ahc->features & AHC_TWIN)
sys/dev/ic/aic7xxx_osm.c
85
ahc->sc_adapter.adapt_nchannels = (ahc->features & AHC_TWIN) ? 2 : 1;
sys/dev/ic/aic7xxxvar.h
170
(((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \
sys/dev/ic/aic7xxxvar.h
175
((((ahc)->features & AHC_TWIN) != 0) \
sys/dev/microcode/aic7xxx/aic7xxx_seq.h
1074
return ((ahc->features & AHC_TWIN) != 0);