Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ncr/
HDncrreg.h561 #define FE_ERMP (1<<9) macro
570 #define FE_CACHE_SET (FE_ERL|FE_CLSE|FE_WRIE|FE_ERMP)
HDncr.c3527 if (np->features & FE_ERMP)
/NextBSD/sys/dev/sym/
HDsym_defs.h108 #define FE_ERMP (1<<9) /* Enable read multiple */ macro
130 #define FE_CACHE_SET (FE_ERL|FE_CLSE|FE_WRIE|FE_ERMP)
HDsym_hipd.c2611 np->features &= ~(FE_WRIE|FE_ERL|FE_ERMP); in sym_prepare_setting()
2623 if (np->features & FE_ERMP) in sym_prepare_setting()