Home
last modified time | relevance | path

Searched refs:AHD_WIDE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_proc.c350 if ((ahd->features & AHD_WIDE) == 0) in ahd_linux_proc_info()
Daic79xx_osm.c2118 host->max_id = (ahd->features & AHD_WIDE) ? 16 : 8;
2233 numtarg = (ahd->features & AHD_WIDE) ? 16 : 8;
2509 maxtarg = (ahd->features & AHD_WIDE) ? 16 : 8;
3716 } else if ((ahd->features & AHD_WIDE) != 0
5060 maxtarget = (ahd->features & AHD_WIDE) ? 15 : 7;
Daic79xx_core.c2537 if (ahd->features & AHD_WIDE) { in ahd_validate_width()
2576 if ((ahd->features & AHD_WIDE) != 0) in ahd_update_neg_request()
3272 if ((ahd->features & AHD_WIDE) != 0) in ahd_build_transfer_msg()
5121 ahd->features &= ~AHD_WIDE; in ahd_reset()
5123 ahd->features |= AHD_WIDE; in ahd_reset()
5794 if ((ahd->features & AHD_WIDE) != 0) { in ahd_controller_info()
7498 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_reset_channel()
7518 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_reset_channel()
9007 max_id = (ahd->features & AHD_WIDE) ? 15 : 7; in ahd_find_tmode_devs()
Daic79xx.h225 AHD_WIDE = 0x00001,/* Wide Channel */ enumerator