Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.h466 #define FE_ULTRA (1<<2) /* Ultra speed 20Mtrans/sec */ macro
494 #define FE_SCSI_SET (FE_WIDE|FE_ULTRA|FE_DBLR|FE_QUAD|F_CLK80)
H A Dncr53c8xx.c3735 if (np->features & FE_ULTRA) in ncr_prepare_setting()
3784 if (np->minsync < 25 && !(np->features & FE_ULTRA)) in ncr_prepare_setting()
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c684 else if (np->features & FE_ULTRA)
740 !(np->features & (FE_ULTRA|FE_ULTRA2|FE_ULTRA3)))
922 (np->features & FE_ULTRA) ? 20 : 10,
1209 FE_ULTRA|FE_CACHE_SET|FE_BOF|FE_LDSTR|FE_PFEN}
1212 FE_WIDE|FE_ULTRA|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1216 FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1220 FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1224 FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1247 FE_WIDE|FE_ULTRA|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
H A Dsym_defs.h47 #define FE_ULTRA (1<<2) /* Ultra speed 20Mtrans/sec */ macro