Searched refs:FE_ERL (Results 1 – 5 of 5) sorted by relevance
721 #define FE_ERL (1<<6) /* Enable read line */ macro743 #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} \
5084 np->features &= ~(FE_WRIE|FE_ERL|FE_ERMP);5100 if (np->features & FE_ERL)
3333 if (np->features & FE_ERL)
99 #define FE_ERL (1<<6) /* Enable read line */ macro125 #define FE_CACHE_SET (FE_ERL|FE_CLSE|FE_WRIE|FE_ERMP)126 #define FE_CACHE0_SET (FE_CACHE_SET & ~FE_ERL)
893 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}