Searched refs:AHC_WIDE (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7770.c202 if ((ahc->features & AHC_WIDE) != 0) {
340 max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8;
H A Daic7xxx_proc.c385 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0)
H A Daic7xxx_pci.c1599 if ((ahc->features & AHC_WIDE) == 0)
1608 if ((ahc->features & AHC_WIDE) != 0)
1657 if ((ahc->features & AHC_WIDE) != 0
1728 && (ahc->features & AHC_WIDE) != 0) {
1743 if ((ahc->features & AHC_WIDE) != 0)
H A Daic7xxx_core.c1826 if (ahc->features & AHC_WIDE) {
1865 if ((ahc->features & AHC_WIDE) != 0)
2415 if ((ahc->features & AHC_WIDE) != 0)
4043 ahc->features |= AHC_WIDE;
4463 if ((ahc->features & AHC_WIDE) != 0) {
4879 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0)
4902 if ((ahc->features & AHC_WIDE) != 0)
4968 && (ahc->features & AHC_WIDE) != 0)
5970 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7;
6710 maxtarget = (ahc->features & (AHC_WIDE|AHC_TWI
[all...]
H A Daic7xxx_osm.c1047 host->max_id = (ahc->features & AHC_WIDE) ? 16 : 8;
1101 numtarg = (ahc->features & AHC_WIDE) ? 16 : 8;
H A Daic7xxx.h208 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator in enum:__anon6406
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_proc.c168 if (p->features & AHC_WIDE)
H A Daic7xxx_seq.c618 return ((p->features & AHC_WIDE) != 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c737 AHC_WIDE = 0x0004, enumerator in enum:__anon6441
3540 if (p->features & AHC_WIDE)
5155 if( (p->features & AHC_WIDE) && p->user[tindex].width )
5214 if ( (p->features & AHC_WIDE) &&
5333 p->features & AHC_WIDE )
5378 p->features & AHC_WIDE)
6484 if ( sdpnt->wdtr && (p->features & AHC_WIDE) )
7459 if (p->features & (AHC_WIDE|AHC_TWIN))
7820 if (p->features & AHC_WIDE)
7881 if (p->features & AHC_WIDE)
[all...]

Completed in 151 milliseconds