Searched refs:AHC_WIDE (Results 1 – 7 of 7) sorted by relevance
196 if ((ahc->features & AHC_WIDE) != 0) { in aic7770_config()340 max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8; in aha2840_load_seeprom()
1676 if ((ahc->features & AHC_WIDE) == 0) in configure_termination()1685 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()1734 if ((ahc->features & AHC_WIDE) != 0 in configure_termination()1805 && (ahc->features & AHC_WIDE) != 0) { in configure_termination()1820 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
921 return ((ahc->features & AHC_WIDE) != 0); in ahc_patch20_func()
1826 if (ahc->features & AHC_WIDE) { in ahc_validate_width()1865 if ((ahc->features & AHC_WIDE) != 0) in ahc_update_neg_request()2410 if ((ahc->features & AHC_WIDE) != 0) in ahc_build_transfer_msg()4152 ahc->features |= AHC_WIDE; in ahc_reset()4569 if ((ahc->features & AHC_WIDE) != 0) { in ahc_controller_info()5007 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_init()5030 if ((ahc->features & AHC_WIDE) != 0) in ahc_init()5096 && (ahc->features & AHC_WIDE) != 0) in ahc_init()6107 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_reset_channel()6848 maxtarget = (ahc->features & (AHC_WIDE|AHC_TWIN)) ? 15 : 7; in ahc_dump_card_state()[all …]
778 if ((ahc->features & AHC_WIDE) != 0) in ahc_action()789 cpi->max_target = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_action()
222 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator
1583 if ((ahc->features & AHC_WIDE) != 0) {