Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dsym53c8xx_defs.h721 #define FE_ERL (1<<6) /* Enable read line */ macro
743 #define FE_CACHE_SET (FE_ERL|FE_CLSE|FE_WRIE|FE_ERMP)
753 #define FE_CACHE0_SET (FE_CACHE_SET & ~FE_ERL)
764 FE_ERL} \
770 FE_ERL|FE_BOF} \
773 FE_WIDE|FE_ERL} \
776 FE_WIDE|FE_ERL|FE_BOF|FE_DIFF} \
Dsym53c8xx.c5084 np->features &= ~(FE_WRIE|FE_ERL|FE_ERMP);
5100 if (np->features & FE_ERL)
Dncr53c8xx.c3333 if (np->features & FE_ERL)
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_defs.h99 #define FE_ERL (1<<6) /* Enable read line */ macro
125 #define FE_CACHE_SET (FE_ERL|FE_CLSE|FE_WRIE|FE_ERMP)
126 #define FE_CACHE0_SET (FE_CACHE_SET & ~FE_ERL)
Dsym_hipd.c893 np->features &= ~(FE_WRIE|FE_ERL|FE_ERMP);
901 if (np->features & FE_ERL)
1303 FE_ERL}
1315 FE_BOF|FE_ERL}
1318 FE_WIDE|FE_BOF|FE_ERL|FE_DIFF}