Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/ncr/
HDncrreg.h553 #define FE_WIDE (1<<1) macro
571 #define FE_SCSI_SET (FE_WIDE|FE_ULTRA|FE_ULTRA2|FE_DBLR|FE_QUAD|F_CLK80)
HDncr.c3212 FE_WIDE|FE_ERL}
3215 FE_WIDE|FE_ERL|FE_BOF}
3218 FE_WIDE|FE_CACHE_SET|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM}
3224 FE_WIDE|FE_ULTRA|FE_CLK80|FE_CACHE_SET|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM}
3227 FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE_SET|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM}
3230 FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE_SET|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM}
3233 FE_WIDE|FE_ULTRA|FE_DBLR|FE_CACHE_SET|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM}
3236 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM}
3239 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM}
3242 FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM}
[all …]
/dragonfly/sys/dev/disk/sym/
HDsym_hipd.c2095 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()
2103 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()
2509 np->maxwide = (np->features & FE_WIDE)? 1 : 0; in sym_prepare_setting()
3046 if (!(np->features & FE_WIDE)) in sym_reset_scsi_bus()
3055 (np->features & FE_WIDE) ? "dp1,d15-8," : "", in sym_reset_scsi_bus()
8130 if ((np->features & FE_WIDE) != 0)
8139 cpi->max_target = (np->features & FE_WIDE) ? 15 : 7;
8385 FE_WIDE|FE_BOF|FE_ERL|FE_DIFF}
8388 FE_WIDE|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM|FE_DIFF}
8394 FE_WIDE|FE_ULTRA|FE_CLK80|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|
[all …]
HDsym_defs.h100 #define FE_WIDE (1<<1) /* Wide data transfers */ macro