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

/drivers/scsi/aic7xxx/
H A Daic7770.c198 if ((ahc->features & AHC_WIDE) != 0) {
324 max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8;
H A Daic7xxx_proc.c384 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0)
H A Daic7xxx_pci.c1602 if ((ahc->features & AHC_WIDE) == 0)
1611 if ((ahc->features & AHC_WIDE) != 0)
1660 if ((ahc->features & AHC_WIDE) != 0
1731 && (ahc->features & AHC_WIDE) != 0) {
1746 if ((ahc->features & AHC_WIDE) != 0)
H A Daic7xxx.h208 AHC_WIDE = 0x00004, /* Wide Channel */ enumerator in enum:__anon4075
H A Daic7xxx_core.c2425 if (ahc->features & AHC_WIDE) {
2464 if ((ahc->features & AHC_WIDE) != 0)
3014 if ((ahc->features & AHC_WIDE) != 0)
4649 ahc->features |= AHC_WIDE;
5066 if ((ahc->features & AHC_WIDE) != 0) {
5482 if ((ahc->features & (AHC_WIDE|AHC_TWIN)) == 0)
5505 if ((ahc->features & AHC_WIDE) != 0)
5571 && (ahc->features & AHC_WIDE) != 0)
6589 max_scsiid = (ahc->features & AHC_WIDE) ? 15 : 7;
7329 maxtarget = (ahc->features & (AHC_WIDE|AHC_TWI
[all...]
H A Daic7xxx_osm.c1117 host->max_id = (ahc->features & AHC_WIDE) ? 16 : 8;
1171 numtarg = (ahc->features & AHC_WIDE) ? 16 : 8;
H A Daic7xxx.seq1581 if ((ahc->features & AHC_WIDE) != 0) {
H A Daic7xxx_seq.h_shipped921 return ((ahc->features & AHC_WIDE) != 0);
/drivers/scsi/aic7xxx_old/
H A Daic7xxx_proc.c168 if (p->features & AHC_WIDE)
H A Daic7xxx.seq714 if ((p->features & AHC_WIDE) != 0) {
940 if ((p->features & AHC_WIDE) != 0) {
H A Daic7xxx_seq.c618 return ((p->features & AHC_WIDE) != 0);
/drivers/scsi/
H A Daic7xxx_old.c737 AHC_WIDE = 0x0004, enumerator in enum:__anon4110
3533 if (p->features & AHC_WIDE)
5173 if( (p->features & AHC_WIDE) && p->user[tindex].width )
5232 if ( (p->features & AHC_WIDE) &&
5351 p->features & AHC_WIDE )
5396 p->features & AHC_WIDE)
6505 if ( sdpnt->wdtr && (p->features & AHC_WIDE) )
7507 if (p->features & (AHC_WIDE|AHC_TWIN))
7868 if (p->features & AHC_WIDE)
7929 if (p->features & AHC_WIDE)
[all...]

Completed in 113 milliseconds