Home
last modified time | relevance | path

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

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h51 #define FE_ERL (1<<6) /* Enable read line */ macro
77 #define FE_CACHE_SET (FE_ERL|FE_CLSE|FE_WRIE|FE_ERMP)
78 #define FE_CACHE0_SET (FE_CACHE_SET & ~FE_ERL)
H A Dsym_hipd.c814 np->features &= ~(FE_WRIE|FE_ERL|FE_ERMP);
822 if (np->features & FE_ERL)
1188 FE_ERL}
1200 FE_BOF|FE_ERL}
1203 FE_WIDE|FE_BOF|FE_ERL|FE_DIFF}
/linux/drivers/scsi/
H A Dncr53c8xx.h469 #define FE_ERL (1<<6) /* Enable read line */ macro
493 #define FE_CACHE_SET (FE_ERL|FE_CLSE|FE_WRIE|FE_ERMP)
H A Dncr53c8xx.c3822 if (np->features & FE_ERL) in ncr_prepare_setting()