Home
last modified time | relevance | path

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

/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1219 FE_WIDE|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM|FE_DIFF}
1226 FE_RAM|FE_DIFF|FE_VARCLK}
1230 FE_RAM|FE_DIFF|FE_VARCLK}
1234 FE_RAM|FE_DIFF|FE_VARCLK}
1238 FE_RAM|FE_DIFF|FE_VARCLK}
1243 FE_RAM|FE_LCKFRQ}
1248 FE_RAM|FE_LCKFRQ}
1253 FE_RAM|FE_RAM8K|FE_64BIT|FE_DAC|FE_IO256|FE_NOPM|FE_LEDC|FE_LCKFRQ}
1257 FE_RAM|FE_RAM8K|FE_DAC|FE_IO256|FE_NOPM|FE_LEDC|FE_LCKFRQ}
1261 FE_RAM|FE_DAC|FE_IO256|FE_NOPM|FE_LEDC|FE_LCKFRQ}
[all …]
Dsym_defs.h72 #define FE_RAM (1<<14) /* On chip RAM present */ macro
Dsym_glue.c1537 if (device->chip.features & FE_RAM) { in sym_iomap_device()
/drivers/scsi/
Dncr53c8xx.h493 #define FE_RAM (1<<14) /* On chip RAM present */ macro
511 #define FE_SPECIAL_SET (FE_CACHE_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM)
Dncr53c8xx.c8370 np->paddr2 = (np->features & FE_RAM) ? device->slot.base_2 : 0;