Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
A Daic7770.c192 if ((ahc->features & AHC_WIDE) != 0) { in aic7770_config()
318 max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8; in aha2840_load_seeprom()
A Daic7xxx_pci.c1595 if ((ahc->features & AHC_WIDE) == 0) in configure_termination()
1604 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
1653 if ((ahc->features & AHC_WIDE) != 0 in configure_termination()
1724 && (ahc->features & AHC_WIDE) != 0) { in configure_termination()
1739 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
A Daic7xxx_proc.c322 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_linux_show_info()
A Daic7xxx_core.c2400 if (ahc->features & AHC_WIDE) { in ahc_validate_width()
2439 if ((ahc->features & AHC_WIDE) != 0) in ahc_update_neg_request()
2989 if ((ahc->features & AHC_WIDE) != 0) in ahc_build_transfer_msg()
4607 ahc->features |= AHC_WIDE; in ahc_reset()
5021 if ((ahc->features & AHC_WIDE) != 0) { in ahc_controller_info()
5419 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_init()
5442 if ((ahc->features & AHC_WIDE) != 0) in ahc_init()
5508 && (ahc->features & AHC_WIDE) != 0) in ahc_init()
6522 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_reset_channel()
7260 maxtarget = (ahc->features & (AHC_WIDE|AHC_TWIN)) ? 15 : 7; in ahc_dump_card_state()
[all …]
A Daic7xxx.h208 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator
A Daic7xxx_osm.c1089 host->max_id = (ahc->features & AHC_WIDE) ? 16 : 8; in ahc_linux_register_host()
1142 numtarg = (ahc->features & AHC_WIDE) ? 16 : 8; in ahc_linux_initialize_scsi_bus()
A Daic7xxx_seq.h_shipped921 return ((ahc->features & AHC_WIDE) != 0);
A Daic7xxx.seq1581 if ((ahc->features & AHC_WIDE) != 0) {

Completed in 27 milliseconds