Home
last modified time | relevance | path

Searched refs:AHC_TWIN (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A 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()
H 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
H A Daic7xxx_core.c1537 if ((ahc->features & AHC_TWIN) != 0 in ahc_handle_scsiint()
1550 if ((ahc->features & AHC_TWIN) != 0) { in ahc_handle_scsiint()
4612 ahc->features |= AHC_TWIN; in ahc_reset()
4627 if ((ahc->features & AHC_TWIN) != 0) { in ahc_reset()
5005 if ((ahc->features & AHC_TWIN) != 0) in ahc_controller_info()
5053 if (ahc->features & AHC_TWIN) { in ahc_chip_init()
5359 if ((ahc->features & AHC_TWIN) != 0) { in ahc_init()
5388 if (ahc->features & AHC_TWIN) { in ahc_init()
5420 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_init()
5433 if (i > 7 && (ahc->features & AHC_TWIN) ! in ahc_init()
[all...]
H A Daic7xxx_osm.c1092 host->max_channel = (ahc->features & AHC_TWIN) ? 1 : 0; in ahc_linux_register_host()
1145 if ((ahc->features & AHC_TWIN) != 0) { in ahc_linux_initialize_scsi_bus()
1171 if (i > 7 && (ahc->features & AHC_TWIN) != 0) { in ahc_linux_initialize_scsi_bus()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H 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()
H 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
H 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()
5432 if (i > 7 && (ahc->features & AHC_TWIN) ! in ahc_init()
[all...]
H 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()

Completed in 27 milliseconds