Home
last modified time | relevance | path

Searched refs:AHC_TWIN (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_proc.c145 if ((ahc->features & AHC_TWIN) != 0) in ahc_dump_target_state()
321 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_linux_show_info()
332 if (i > 7 && (ahc->features & AHC_TWIN) != 0) { in ahc_linux_show_info()
Daic7xxx.h69 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \
74 ((((ahc)->features & AHC_TWIN) != 0) \
209 AHC_TWIN = 0x00008, /* Twin Channel */ enumerator
Daic7xxx_core.c1537 if ((ahc->features & AHC_TWIN) != 0 in ahc_handle_scsiint()
1550 if ((ahc->features & AHC_TWIN) != 0) { in ahc_handle_scsiint()
4639 ahc->features |= AHC_TWIN; in ahc_reset()
4654 if ((ahc->features & AHC_TWIN) != 0) { in ahc_reset()
5033 if ((ahc->features & AHC_TWIN) != 0) in ahc_controller_info()
5081 if (ahc->features & AHC_TWIN) { in ahc_chip_init()
5387 if ((ahc->features & AHC_TWIN) != 0) { in ahc_init()
5416 if (ahc->features & AHC_TWIN) { in ahc_init()
5448 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_init()
5461 if (i > 7 && (ahc->features & AHC_TWIN) != 0) { in ahc_init()
[all …]
Daic7xxx_osm.c1108 host->max_channel = (ahc->features & AHC_TWIN) ? 1 : 0; in ahc_linux_register_host()
1161 if ((ahc->features & AHC_TWIN) != 0) { in ahc_linux_initialize_scsi_bus()
1187 if (i > 7 && (ahc->features & AHC_TWIN) != 0) { in ahc_linux_initialize_scsi_bus()
Daic7xxx.seq82 if ((ahc->features & AHC_TWIN) != 0) {
88 if ((ahc->features & AHC_TWIN) != 0) {
220 if ((ahc->features & AHC_TWIN) != 0) {
346 if ((ahc->features & AHC_TWIN) != 0) {
369 if ((ahc->features & AHC_TWIN) != 0) {
378 } else if ((ahc->features & AHC_TWIN) != 0) {
Daic7xxx_seq.h_shipped1065 return ((ahc->features & AHC_TWIN) != 0);