Searched refs:AHD_WIDE (Results 1 – 4 of 4) sorted by relevance
306 if ((ahd->features & AHD_WIDE) == 0) in ahd_linux_show_info()
214 AHD_WIDE = 0x00001,/* Wide Channel */ enumerator
3815 if (ahd->features & AHD_WIDE) { in ahd_validate_width()3854 if ((ahd->features & AHD_WIDE) != 0) in ahd_update_neg_request()4567 if ((ahd->features & AHD_WIDE) != 0) in ahd_build_transfer_msg()6326 ahd->features &= ~AHD_WIDE; in ahd_reset()6328 ahd->features |= AHD_WIDE; in ahd_reset()6988 if ((ahd->features & AHD_WIDE) != 0) { in ahd_controller_info()8772 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_reset_channel()10246 max_id = (ahd->features & AHD_WIDE) ? 16 : 8; in ahd_find_tmode_devs()
1243 host->max_id = (ahd->features & AHD_WIDE) ? 16 : 8; in ahd_linux_register_host()1294 numtarg = (ahd->features & AHD_WIDE) ? 16 : 8; in ahd_linux_initialize_scsi_bus()