Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c427 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()
435 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()
445 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()
454 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()
H A Dsym_hipd.c219 (np->features & FE_WIDE) ? "dp1,d15-8," : "", in sym_reset_scsi_bus()
677 np->maxwide = (np->features & FE_WIDE) ? 1 : 0;
1203 FE_WIDE|FE_BOF|FE_ERL|FE_DIFF}
1206 FE_WIDE|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM|FE_DIFF}
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|
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|
[all …]
H A Dsym_defs.h46 #define FE_WIDE (1<<1) /* Wide data transfers */ macro
/openbmc/linux/drivers/scsi/
H A Dzalon.c45 .features = FE_WIDE | FE_DIFF | FE_EHP| FE_MUX | FE_EA,
H A Dncr53c8xx.h465 #define FE_WIDE (1<<1) /* Wide data transfers */ macro
494 #define FE_SCSI_SET (FE_WIDE|FE_ULTRA|FE_DBLR|FE_QUAD|F_CLK80)
H A Dncr53c8xx.c3730 np->maxwide = (np->features & FE_WIDE)? 1 : 0; in ncr_prepare_setting()
4479 if (!(np->features & FE_WIDE)) in ncr_reset_scsi_bus()
4488 (np->features & FE_WIDE) ? "dp1,d15-8," : "", in ncr_reset_scsi_bus()