Home
last modified time | relevance | path

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

/freebsd/sys/dev/sym/
H A Dsym_hipd.c2076 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()
2084 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()
2480 np->maxwide = (np->features & FE_WIDE)? 1 : 0; in sym_prepare_setting()
3015 if (!(np->features & FE_WIDE)) in sym_reset_scsi_bus()
3024 (np->features & FE_WIDE) ? "dp1,d15-8," : "", in sym_reset_scsi_bus()
8018 if ((np->features & FE_WIDE) != 0)
8027 cpi->max_target = (np->features & FE_WIDE) ? 15 : 7;
8265 FE_WIDE|FE_BOF|FE_ERL|FE_DIFF}
8268 FE_WIDE|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM|FE_DIFF}
8274 FE_WIDE|FE_ULTRA|FE_CLK80|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
[all …]
H A Dsym_defs.h101 #define FE_WIDE (1<<1) /* Wide data transfers */ macro