kn02ba.h 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /*
  2. * include/asm-mips/dec/kn02ba.h
  3. *
  4. * DECstation 5000/1xx (3min or KN02-BA) definitions.
  5. *
  6. * Copyright (C) 2002, 2003 Maciej W. Rozycki
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU General Public License
  10. * as published by the Free Software Foundation; either version
  11. * 2 of the License, or (at your option) any later version.
  12. */
  13. #ifndef __ASM_MIPS_DEC_KN02BA_H
  14. #define __ASM_MIPS_DEC_KN02BA_H
  15. #include <asm/dec/kn02xa.h> /* For common definitions. */
  16. /*
  17. * CPU interrupt bits.
  18. */
  19. #define KN02BA_CPU_INR_HALT 6 /* HALT button */
  20. #define KN02BA_CPU_INR_CASCADE 5 /* I/O ASIC cascade */
  21. #define KN02BA_CPU_INR_TC2 4 /* TURBOchannel slot #2 */
  22. #define KN02BA_CPU_INR_TC1 3 /* TURBOchannel slot #1 */
  23. #define KN02BA_CPU_INR_TC0 2 /* TURBOchannel slot #0 */
  24. /*
  25. * I/O ASIC interrupt bits. Star marks denote non-IRQ status bits.
  26. */
  27. #define KN02BA_IO_INR_RES_15 15 /* unused */
  28. #define KN02BA_IO_INR_NVRAM 14 /* (*) NVRAM clear jumper */
  29. #define KN02BA_IO_INR_RES_13 13 /* unused */
  30. #define KN02BA_IO_INR_BUS 12 /* memory, I/O bus read/write errors */
  31. #define KN02BA_IO_INR_RES_11 11 /* unused */
  32. #define KN02BA_IO_INR_NRMOD 10 /* (*) NRMOD manufacturing jumper */
  33. #define KN02BA_IO_INR_ASC 9 /* ASC (NCR53C94) SCSI */
  34. #define KN02BA_IO_INR_LANCE 8 /* LANCE (Am7990) Ethernet */
  35. #define KN02BA_IO_INR_SCC1 7 /* SCC (Z85C30) serial #1 */
  36. #define KN02BA_IO_INR_SCC0 6 /* SCC (Z85C30) serial #0 */
  37. #define KN02BA_IO_INR_RTC 5 /* DS1287 RTC */
  38. #define KN02BA_IO_INR_PSU 4 /* power supply unit warning */
  39. #define KN02BA_IO_INR_RES_3 3 /* unused */
  40. #define KN02BA_IO_INR_ASC_DATA 2 /* SCSI data ready (for PIO) */
  41. #define KN02BA_IO_INR_PBNC 1 /* ~HALT button debouncer */
  42. #define KN02BA_IO_INR_PBNO 0 /* HALT button debouncer */
  43. /*
  44. * Memory Error Register bits.
  45. */
  46. #define KN02BA_MER_RES_27 (1<<27) /* unused */
  47. /*
  48. * Memory Size Register bits.
  49. */
  50. #define KN02BA_MSR_RES_17 (0x3ff<<17) /* unused */
  51. /*
  52. * I/O ASIC System Support Register bits.
  53. */
  54. #define KN02BA_IO_SSR_TXDIS1 (1<<14) /* SCC1 transmit disable */
  55. #define KN02BA_IO_SSR_TXDIS0 (1<<13) /* SCC0 transmit disable */
  56. #define KN02BA_IO_SSR_RES_12 (1<<12) /* unused */
  57. #define KN02BA_IO_SSR_LEDS (0xff<<0) /* ~diagnostic LEDs */
  58. #endif /* __ASM_MIPS_DEC_KN02BA_H */