Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
A Daic7xxx_proc.c145 if ((ahc->features & AHC_TWIN) != 0) in ahc_dump_target_state()
322 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_linux_show_info()
333 if (i > 7 && (ahc->features & AHC_TWIN) != 0) { in ahc_linux_show_info()
A Daic7xxx.h69 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \
74 ((((ahc)->features & AHC_TWIN) != 0) \
209 AHC_TWIN = 0x00008, /* Twin Channel */ enumerator
A Daic7xxx_core.c1536 if ((ahc->features & AHC_TWIN) != 0 in ahc_handle_scsiint()
1549 if ((ahc->features & AHC_TWIN) != 0) { in ahc_handle_scsiint()
4611 ahc->features |= AHC_TWIN; in ahc_reset()
4626 if ((ahc->features & AHC_TWIN) != 0) { in ahc_reset()
5004 if ((ahc->features & AHC_TWIN) != 0) in ahc_controller_info()
5052 if (ahc->features & AHC_TWIN) { in ahc_chip_init()
5358 if ((ahc->features & AHC_TWIN) != 0) { in ahc_init()
5387 if (ahc->features & AHC_TWIN) { in ahc_init()
5419 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_init()
6467 if ((ahc->features & AHC_TWIN) != 0 in ahc_reset_channel()
[all …]
A Daic7xxx_osm.c1091 host->max_channel = (ahc->features & AHC_TWIN) ? 1 : 0; in ahc_linux_register_host()
1144 if ((ahc->features & AHC_TWIN) != 0) { in ahc_linux_initialize_scsi_bus()
1170 if (i > 7 && (ahc->features & AHC_TWIN) != 0) { in ahc_linux_initialize_scsi_bus()
A 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) {
A Daic7xxx_seq.h_shipped1065 return ((ahc->features & AHC_TWIN) != 0);

Completed in 23 milliseconds