Searched refs:AHD_WIDE (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c1228 host->max_id = (ahd->features & AHD_WIDE) ? 16 : 8;
1279 numtarg = (ahd->features & AHD_WIDE) ? 16 : 8;
H A Daic79xx.h214 AHD_WIDE = 0x00001,/* Wide Channel */ enumerator in enum:__anon19
H A Daic79xx_proc.c307 if ((ahd->features & AHD_WIDE) == 0)
H A Daic79xx_core.c3787 if (ahd->features & AHD_WIDE) {
3826 if ((ahd->features & AHD_WIDE) != 0)
4537 if ((ahd->features & AHD_WIDE) != 0)
6285 ahd->features &= ~AHD_WIDE;
6287 ahd->features |= AHD_WIDE;
6947 if ((ahd->features & AHD_WIDE) != 0) {
8727 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7;
10200 max_id = (ahd->features & AHD_WIDE) ? 16 : 8;

Completed in 204 milliseconds