Home
last modified time | relevance | path

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

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h54 #define FE_ERMP (1<<9) /* Enable read multiple */ macro
77 #define FE_CACHE_SET (FE_ERL|FE_CLSE|FE_WRIE|FE_ERMP)
H A Dsym_hipd.c814 np->features &= ~(FE_WRIE|FE_ERL|FE_ERMP);
826 if (np->features & FE_ERMP)
/linux/drivers/scsi/
H A Dncr53c8xx.h472 #define FE_ERMP (1<<9) /* Enable read multiple */ macro
493 #define FE_CACHE_SET (FE_ERL|FE_CLSE|FE_WRIE|FE_ERMP)
H A Dncr53c8xx.c3826 if (np->features & FE_ERMP) in ncr_prepare_setting()