Home
last modified time | relevance | path

Searched refs:FE_WIDE (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_fw.c444 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()
452 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()
462 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()
471 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()
Dsym_hipd.c232 (np->features & FE_WIDE) ? "dp1,d15-8," : "", in sym_reset_scsi_bus()
690 np->maxwide = (np->features & FE_WIDE) ? 1 : 0;
1216 FE_WIDE|FE_BOF|FE_ERL|FE_DIFF}
1219 FE_WIDE|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM|FE_DIFF}
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|
1242 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|
1247 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
[all …]
Dsym_defs.h59 #define FE_WIDE (1<<1) /* Wide data transfers */ macro
/linux-4.4.14/drivers/scsi/
Dzalon.c44 .features = FE_WIDE | FE_DIFF | FE_EHP| FE_MUX | FE_EA,
Dncr53c8xx.h477 #define FE_WIDE (1<<1) /* Wide data transfers */ macro
506 #define FE_SCSI_SET (FE_WIDE|FE_ULTRA|FE_DBLR|FE_QUAD|F_CLK80)
DNCR_Q720.c31 .features = FE_WIDE | FE_DIFF | FE_VARCLK,
Dncr53c8xx.c3770 np->maxwide = (np->features & FE_WIDE)? 1 : 0; in ncr_prepare_setting()
4520 if (!(np->features & FE_WIDE)) in ncr_reset_scsi_bus()
4529 (np->features & FE_WIDE) ? "dp1,d15-8," : "", in ncr_reset_scsi_bus()