Home
last modified time | relevance | path

Searched refs:FE_ULTRA (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/
Dncr53c8xx.h478 #define FE_ULTRA (1<<2) /* Ultra speed 20Mtrans/sec */ macro
506 #define FE_SCSI_SET (FE_WIDE|FE_ULTRA|FE_DBLR|FE_QUAD|F_CLK80)
Dncr53c8xx.c3775 if (np->features & FE_ULTRA) in ncr_prepare_setting()
3824 if (np->minsync < 25 && !(np->features & FE_ULTRA)) in ncr_prepare_setting()
/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c697 else if (np->features & FE_ULTRA)
753 !(np->features & (FE_ULTRA|FE_ULTRA2|FE_ULTRA3)))
935 (np->features & FE_ULTRA) ? 20 : 10,
1222 FE_ULTRA|FE_CACHE_SET|FE_BOF|FE_LDSTR|FE_PFEN}
1225 FE_WIDE|FE_ULTRA|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1229 FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1233 FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1237 FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1260 FE_WIDE|FE_ULTRA|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
Dsym_defs.h60 #define FE_ULTRA (1<<2) /* Ultra speed 20Mtrans/sec */ macro