Searched refs:FE_WIDE (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw.c | 427 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 D | sym_hipd.c | 219 (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_ULTRA [all...] |
H A D | sym_defs.h | 46 #define FE_WIDE (1<<1) /* Wide data transfers */ macro
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw.c | 427 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 D | sym_hipd.c | 219 (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_ULTRA [all...] |
H A D | sym_defs.h | 46 #define FE_WIDE (1<<1) /* Wide data transfers */ macro
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | zalon.c | 45 .features = FE_WIDE | FE_DIFF | FE_EHP| FE_MUX | FE_EA,
|
H A D | ncr53c8xx.h | 465 #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 D | ncr53c8xx.c | 3758 np->maxwide = (np->features & FE_WIDE)? 1 : 0; in ncr_prepare_setting() 4511 if (!(np->features & FE_WIDE)) in ncr_reset_scsi_bus() 4520 (np->features & FE_WIDE) ? "dp1,d15-8," : "", in ncr_reset_scsi_bus()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | zalon.c | 45 .features = FE_WIDE | FE_DIFF | FE_EHP| FE_MUX | FE_EA,
|
H A D | ncr53c8xx.h | 465 #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 D | ncr53c8xx.c | 3730 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()
|
Completed in 32 milliseconds