Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c824 if (np->features & FE_BOF)
1192 FE_BOF}
1196 FE_CACHE_SET|FE_LDSTR|FE_PFEN|FE_BOF}
1200 FE_BOF|FE_ERL}
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}
1209 FE_ULTRA|FE_CACHE_SET|FE_BOF|FE_LDSTR|FE_PFEN}
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|
[all …]
Dsym_defs.h55 #define FE_BOF (1<<10) /* Burst opcode fetch */ macro
/linux-6.1.9/drivers/scsi/
Dncr53c8xx.h473 #define FE_BOF (1<<10) /* Burst opcode fetch */ macro
495 #define FE_SPECIAL_SET (FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM)
Dncr53c8xx.c3824 if (np->features & FE_BOF) in ncr_prepare_setting()