Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c647 if (np->features & (FE_ULTRA2|FE_ULTRA3))
682 if (np->features & (FE_ULTRA3 | FE_ULTRA2))
740 !(np->features & (FE_ULTRA|FE_ULTRA2|FE_ULTRA3)))
743 !(np->features & (FE_ULTRA2|FE_ULTRA3)))
921 (np->features & FE_ULTRA2) ? 40 :
1229 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|
1234 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1239 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1243 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
1266 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
[all …]
H A Dsym_defs.h48 #define FE_ULTRA2 (1<<3) /* Ultra 2 - 40 Mtrans/sec */ macro