1 #ifndef _SPARC_SYSEN_H 2 #define _SPARC_SYSEN_H 3 4 /* sysen.h: Bit fields within the "System Enable" register accessed via 5 the ASI_CONTROL address space at address AC_SYSENABLE. 6 7 Copyright (C) 1994 David S. Miller (davem@caip.rutgers.edu) 8 */ 9 10 #define SENABLE_DVMA 0x20 /* enable dvma transfers */ 11 #define SENABLE_CACHE 0x10 /* enable VAC cache */ 12 #define SENABLE_RESET 0x04 /* reset the whole machine, danger Will Robinson */ 13 14 #endif /* _SPARC_SYSEN_H */