Home
last modified time | relevance | path

Searched refs:FE_ULTRA3 (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)))
755 if ((np->features & (FE_C10|FE_ULTRA3)) == (FE_C10|FE_ULTRA3)) {
920 (np->features & FE_ULTRA3) ? 80 :
1251 FE_WIDE|FE_ULTRA3|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFBC|FE_LDSTR|FE_PFEN|
1256 FE_WIDE|FE_ULTRA3|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFBC|FE_LDSTR|FE_PFEN|
1261 FE_WIDE|FE_ULTRA3|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFBC|FE_LDSTR|FE_PFEN|
1860 if (np->features & (FE_ULTRA2|FE_ULTRA3)) {
H A Dsym_defs.h66 #define FE_ULTRA3 (1<<21) /* Ultra 3 - 80 Mtrans/sec DT */ macro