Home
last modified time | relevance | path

Searched refs:FE_ULTRA2 (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dsym53c8xx_defs.h718 #define FE_ULTRA2 (1<<3) /* Ultra 2 - 40 Mtrans/sec */ macro
744 #define FE_SCSI_SET (FE_WIDE|FE_ULTRA|FE_ULTRA2|FE_DBLR|FE_QUAD|F_CLK80)
801 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN| \
805 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN| \
809 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN| \
817 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN| \
Dncr53c8xx.c3243 if (np->features & (FE_ULTRA3 | FE_ULTRA2))
3294 if (np->minsync < 25 && !(np->features & (FE_ULTRA|FE_ULTRA2)))
3296 else if (np->minsync < 12 && !(np->features & FE_ULTRA2))
3401 if (np->features & FE_ULTRA2)
5550 if (np->features & FE_ULTRA2) {
Dsym53c8xx.c4927 if (np->features & (FE_ULTRA3 | FE_ULTRA2))
5016 if (np->minsync < 25 && !(np->features & (FE_ULTRA|FE_ULTRA2|FE_ULTRA3)))
5020 else if (np->minsync < 10 && (np->features & FE_ULTRA2))
5178 if (np->features & (FE_ULTRA2 | FE_ULTRA3))
7797 if ( (np->features & FE_ULTRA2) || (np->features & FE_ULTRA3) ) {
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c755 if (np->features & (FE_ULTRA3 | FE_ULTRA2))
812 !(np->features & (FE_ULTRA|FE_ULTRA2|FE_ULTRA3)))
815 !(np->features & (FE_ULTRA2|FE_ULTRA3)))
957 if (np->features & (FE_ULTRA2|FE_ULTRA3))
1046 (np->features & FE_ULTRA2) ? 40 :
1344 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|
1349 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1354 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1358 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1381 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
[all …]
Dsym_defs.h96 #define FE_ULTRA2 (1<<3) /* Ultra 2 - 40 Mtrans/sec */ macro