Searched refs:FE_WIDE (Results 1 – 2 of 2) sorted by relevance
2071 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()2079 if (!(np->features & FE_WIDE)) in sym_fw_bind_script()2476 np->maxwide = (np->features & FE_WIDE)? 1 : 0; in sym_prepare_setting()3012 if (!(np->features & FE_WIDE)) in sym_reset_scsi_bus()3020 "0x%lx, expecting 0x%lx\n", (np->features & FE_WIDE) ? in sym_reset_scsi_bus()8018 if ((np->features & FE_WIDE) != 0)8027 cpi->max_target = (np->features & FE_WIDE) ? 15 : 7;8266 FE_WIDE|FE_BOF|FE_ERL|FE_DIFF}8269 FE_WIDE|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM|FE_DIFF}8275 FE_WIDE|FE_ULTRA|FE_CLK80|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|[all …]
101 #define FE_WIDE (1<<1) /* Wide data transfers */ macro