Searched refs:AHC_WIDE (Results 1 – 8 of 8) sorted by relevance
433 if ((ahc->features & AHC_WIDE) == 0) in configure_termination()442 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()491 if ((ahc->features & AHC_WIDE) != 0 in configure_termination()562 && (ahc->features & AHC_WIDE) != 0) { in configure_termination()577 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
1824 if (ahc->features & AHC_WIDE) { in ahc_validate_width()1863 if ((ahc->features & AHC_WIDE) != 0) in ahc_update_neg_request()2408 if ((ahc->features & AHC_WIDE) != 0) in ahc_build_transfer_msg()4056 ahc->features |= AHC_WIDE; in ahc_reset()4407 if ((ahc->features & AHC_WIDE) != 0) { in ahc_controller_info()4658 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_init()4681 if ((ahc->features & AHC_WIDE) != 0) in ahc_init()4747 && (ahc->features & AHC_WIDE) != 0) in ahc_init()6014 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_reset_channel()6759 maxtarget = (ahc->features & (AHC_WIDE|AHC_TWIN)) ? 15 : 7; in ahc_dump_card_state()[all …]
310 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator
97 ahc->sc_channel.chan_ntargets = (ahc->features & AHC_WIDE) ? 16 : 8; in ahc_attach()
216 } else if ((ahc->features & AHC_WIDE) != 0) { in ahc_eisa_attach()
930 return ((ahc->features & AHC_WIDE) != 0); in ahc_patch20_func()
1584 if ((ahc->features & AHC_WIDE) != 0) {
512 int max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8; in aha2840_load_seeprom()