Searched refs:AHC_ULTRA2 (Results 1 - 10 of 10) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq172 if ((p->features & AHC_ULTRA2) != 0) {
224 if ((p->features & AHC_ULTRA2) != 0) {
325 if ((p->features & AHC_ULTRA2) != 0) {
343 if ((p->features & AHC_ULTRA2) != 0) {
356 if ((p->features & AHC_ULTRA2) != 0) {
382 if ((p->features & AHC_ULTRA2) == 0) {
403 if ((p->features & AHC_ULTRA2) != 0) {
417 if ((p->features & AHC_ULTRA2) != 0) {
426 if ((p->features & AHC_ULTRA2) != 0) {
446 if ((p->features & AHC_ULTRA2) !
[all...]
H A Daic7xxx_proc.c183 else if (p->features & AHC_ULTRA2)
246 if (p->features & (AHC_ULTRA | AHC_ULTRA2))
H A Daic7xxx_seq.c634 return ((p->features & AHC_ULTRA2) == 0);
666 return ((p->features & AHC_ULTRA2) != 0);
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq78 if ((ahc->features & AHC_ULTRA2) != 0) {
214 } else if ((ahc->features & AHC_ULTRA2) != 0) {
340 if ((ahc->features & AHC_ULTRA2) != 0) {
376 if ((ahc->features & AHC_ULTRA2) != 0) {
403 if ((ahc->features & AHC_ULTRA2) != 0) {
530 if ((ahc->features & AHC_ULTRA2) != 0) {
678 if ((ahc->features & AHC_ULTRA2) != 0) {
702 if ((ahc->features & AHC_ULTRA2) != 0) {
768 if ((ahc->features & AHC_ULTRA2) != 0) {
825 if ((ahc->features & AHC_ULTRA2) !
[all...]
H A Daic7xxx_pci.c795 if ((ahc->features & AHC_ULTRA2) != 0)
828 if ((ahc->features & AHC_ULTRA2) != 0) {
884 if ((ahc->features & AHC_ULTRA2) != 0) {
956 if ((ahc->features & AHC_ULTRA2) != 0)
988 if ((ahc->features & AHC_ULTRA2) != 0)
1029 if ((ahc->features & AHC_ULTRA2) != 0) {
1455 if ((ahc->features & AHC_ULTRA2) != 0) {
1606 && (ahc->features & AHC_ULTRA2) == 0) {
1641 if ((ahc->features & AHC_ULTRA2) == 0
1680 if ((ahc->features & AHC_ULTRA2) !
[all...]
H A Daic7xxx_core.c317 if ((ahc->features & AHC_ULTRA2) != 0)
1431 if ((ahc->features & AHC_ULTRA2) != 0) {
1551 if ((ahc->features & AHC_ULTRA2) != 0)
1581 if ((ahc->features & AHC_ULTRA2) != 0
2223 if ((ahc->features & AHC_ULTRA2) != 0) {
2286 if ((ahc->features & (AHC_DT | AHC_ULTRA2)) == 0
2289 if ((ahc->features & (AHC_DT | AHC_ULTRA2 | AHC_ULTRA)) == 0
2301 if ((ahc->features & AHC_ULTRA2) != 0
2332 || ((ahc->features & AHC_ULTRA2) != 0
2351 if ((ahc->features & AHC_ULTRA2) !
[all...]
H A Daic7xxx.h207 AHC_ULTRA2 = 0x00002, /* Supports 40MHz Transfers */ enumerator in enum:__anon4075
248 AHC_AIC7890_FE = AHC_MORE_SRAM|AHC_CMD_CHAN|AHC_ULTRA2
H A Daic7xxx_seq.h_shipped961 return ((ahc->features & AHC_ULTRA2) == 0);
1073 return ((ahc->features & AHC_ULTRA2) != 0);
H A Daic7xxx_osm.c613 if ((ahc->features & AHC_ULTRA2) != 0) {
2550 if (!(ahc->features & AHC_ULTRA2)) {
/drivers/scsi/
H A Daic7xxx_old.c736 AHC_ULTRA2 = 0x0002, enumerator in enum:__anon4110
751 AHC_AIC7890_FE = AHC_MORE_SRAM|AHC_CMD_CHAN|AHC_ULTRA2|
1500 if(p->features & AHC_ULTRA2)
1680 if ((p->features & AHC_ULTRA2) != 0)
1917 (!(p->features & AHC_ULTRA2) || syncrate->sxfr_ultra2) )
1967 ((p->features & AHC_ULTRA2) && (syncrate->sxfr_ultra2 == 0)) )
1993 if (p->features & AHC_ULTRA2)
2005 if (p->features & AHC_ULTRA2)
2042 else if (p->features & AHC_ULTRA2)
2093 if (p->features & AHC_ULTRA2)
[all...]

Completed in 95 milliseconds