Home
last modified time | relevance | path

Searched refs:FE_RAM (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1206 FE_WIDE|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM|FE_DIFF}
1213 FE_RAM|FE_DIFF|FE_VARCLK}
1217 FE_RAM|FE_DIFF|FE_VARCLK}
1221 FE_RAM|FE_DIFF|FE_VARCLK}
1225 FE_RAM|FE_DIFF|FE_VARCLK}
1230 FE_RAM|FE_LCKFRQ}
1235 FE_RAM|FE_LCKFRQ}
1240 FE_RAM|FE_RAM8K|FE_64BIT|FE_DAC|FE_IO256|FE_NOPM|FE_LEDC|FE_LCKFRQ}
1244 FE_RAM|FE_RAM8K|FE_DAC|FE_IO256|FE_NOPM|FE_LEDC|FE_LCKFRQ}
1248 FE_RAM|FE_DAC|FE_IO256|FE_NOPM|FE_LEDC|FE_LCKFRQ}
[all …]
Dsym_defs.h59 #define FE_RAM (1<<14) /* On chip RAM present */ macro
Dsym_glue.c1511 if (device->chip.features & FE_RAM) { in sym_iomap_device()
/linux-6.1.9/drivers/scsi/
Dncr53c8xx.h477 #define FE_RAM (1<<14) /* On chip RAM present */ macro
495 #define FE_SPECIAL_SET (FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM)
Dncr53c8xx.c8151 np->paddr2 = (np->features & FE_RAM) ? device->slot.base_2 : 0;