home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.2 / LINUX-1.2 / LINUX-1 / linux / include / asm-sparc / sysen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-02  |  478 b   |  15 lines

  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 */
  15.