Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_defs.h67 #define FE_ERMP (1<<9) /* Enable read multiple */ macro
90 #define FE_CACHE_SET (FE_ERL|FE_CLSE|FE_WRIE|FE_ERMP)
Dsym_hipd.c827 np->features &= ~(FE_WRIE|FE_ERL|FE_ERMP);
839 if (np->features & FE_ERMP)
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.h484 #define FE_ERMP (1<<9) /* Enable read multiple */ macro
505 #define FE_CACHE_SET (FE_ERL|FE_CLSE|FE_WRIE|FE_ERMP)
Dncr53c8xx.c3866 if (np->features & FE_ERMP) in ncr_prepare_setting()