Searched refs:AHC_WIDE (Results 1 – 12 of 12) sorted by relevance
203 if ((ahc->features & AHC_WIDE) != 0) { in aic7770_config()348 max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8; in aha2840_load_seeprom()
1670 if ((ahc->features & AHC_WIDE) == 0) in configure_termination()1679 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()1728 if ((ahc->features & AHC_WIDE) != 0 in configure_termination()1799 && (ahc->features & AHC_WIDE) != 0) { in configure_termination()1814 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
920 return ((ahc->features & AHC_WIDE) != 0); in ahc_patch20_func()
361 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_linux_proc_info()
1821 if (ahc->features & AHC_WIDE) { in ahc_validate_width()1860 if ((ahc->features & AHC_WIDE) != 0) in ahc_update_neg_request()2408 if ((ahc->features & AHC_WIDE) != 0) in ahc_build_transfer_msg()4135 ahc->features |= AHC_WIDE; in ahc_reset()4555 if ((ahc->features & AHC_WIDE) != 0) { in ahc_controller_info()4971 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0) in ahc_init()4994 if ((ahc->features & AHC_WIDE) != 0) in ahc_init()5060 && (ahc->features & AHC_WIDE) != 0) in ahc_init()6068 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7; in ahc_reset_channel()6808 maxtarget = (ahc->features & (AHC_WIDE|AHC_TWIN)) ? 15 : 7; in ahc_dump_card_state()[all …]
218 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator
1752 host->max_id = (ahc->features & AHC_WIDE) ? 16 : 8;1878 numtarg = (ahc->features & AHC_WIDE) ? 16 : 8;2172 maxtarg = (ahc->features & AHC_WIDE) ? 16 : 8;3375 } else if ((ahc->features & AHC_WIDE) != 05053 maxtarget = (ahc->features & AHC_WIDE) ? 15 : 7;
1580 if ((ahc->features & AHC_WIDE) != 0) {
618 return ((p->features & AHC_WIDE) != 0); in aic7xxx_patch13_func()
192 if (p->features & AHC_WIDE) in aic7xxx_proc_info()
714 if ((p->features & AHC_WIDE) != 0) {940 if ((p->features & AHC_WIDE) != 0) {
795 AHC_WIDE = 0x0004, enumerator2857 (p->features & AHC_WIDE) ) in aic7xxx_done()3411 max_target = (p->features & AHC_WIDE) ? 15 : 7; in aic7xxx_reset_device()3420 max_target = (p->features & (AHC_TWIN|AHC_WIDE)) ? 15 : 7; in aic7xxx_reset_device()3899 if (p->features & AHC_WIDE) in aic7xxx_reset_channel()5687 if( (p->features & AHC_WIDE) && p->transinfo[tindex].user_width ) in aic7xxx_parse_msg()5747 if ( (p->features & AHC_WIDE) && in aic7xxx_parse_msg()5871 p->features & AHC_WIDE ) in aic7xxx_parse_msg()5916 MSG_EXT_WDTR_BUS_16_BIT) && p->features & AHC_WIDE) in aic7xxx_parse_msg()7910 if (p->features & (AHC_WIDE|AHC_TWIN)) in configure_termination()[all …]