Home
last modified time | relevance | path

Searched refs:AHC_WIDE (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7770.c198 if ((ahc->features & AHC_WIDE) != 0) { in aic7770_config()
324 max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8; in aha2840_load_seeprom()
Daic7xxx_pci.c1602 if ((ahc->features & AHC_WIDE) == 0) in configure_termination()
1611 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
1660 if ((ahc->features & AHC_WIDE) != 0 in configure_termination()
1731 && (ahc->features & AHC_WIDE) != 0) { in configure_termination()
1746 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
Daic7xxx_proc.c321 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_linux_show_info()
Daic7xxx_core.c2425 if (ahc->features & AHC_WIDE) { in ahc_validate_width()
2464 if ((ahc->features & AHC_WIDE) != 0) in ahc_update_neg_request()
3014 if ((ahc->features & AHC_WIDE) != 0) in ahc_build_transfer_msg()
4648 ahc->features |= AHC_WIDE; in ahc_reset()
5065 if ((ahc->features & AHC_WIDE) != 0) { in ahc_controller_info()
5481 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_init()
5504 if ((ahc->features & AHC_WIDE) != 0) in ahc_init()
5570 && (ahc->features & AHC_WIDE) != 0) in ahc_init()
6588 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_reset_channel()
7328 maxtarget = (ahc->features & (AHC_WIDE|AHC_TWIN)) ? 15 : 7; in ahc_dump_card_state()
[all …]
Daic7xxx.h208 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator
Daic7xxx_osm.c1109 host->max_id = (ahc->features & AHC_WIDE) ? 16 : 8; in ahc_linux_register_host()
1163 numtarg = (ahc->features & AHC_WIDE) ? 16 : 8; in ahc_linux_initialize_scsi_bus()
Daic7xxx_seq.h_shipped921 return ((ahc->features & AHC_WIDE) != 0);
Daic7xxx.seq1581 if ((ahc->features & AHC_WIDE) != 0) {