hubxb_next.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /* $Id$
  2.  *
  3.  * This file is subject to the terms and conditions of the GNU General Public
  4.  * License.  See the file "COPYING" in the main directory of this archive
  5.  * for more details.
  6.  *
  7.  * Copyright (C) 1992 - 1997, 2000-2001 Silicon Graphics, Inc. All rights reserved.
  8.  */
  9. #ifndef _ASM_IA64_SN_SN1_HUBXB_NEXT_H
  10. #define _ASM_IA64_SN_SN1_HUBXB_NEXT_H
  11. /* XB_FIRST_ERROR fe_source field encoding */
  12. #define XVE_SOURCE_POQ0 0xf /* 1111 */
  13. #define XVE_SOURCE_PIQ0 0xe /* 1110 */
  14. #define XVE_SOURCE_POQ1 0xd /* 1101 */
  15. #define XVE_SOURCE_PIQ1 0xc /* 1100 */
  16. #define XVE_SOURCE_MP0  0xb /* 1011 */
  17. #define XVE_SOURCE_MP1  0xa /* 1010 */
  18. #define XVE_SOURCE_MMQ  0x9 /* 1001 */
  19. #define XVE_SOURCE_MIQ  0x8 /* 1000 */
  20. #define XVE_SOURCE_NOQ  0x7 /* 0111 */
  21. #define XVE_SOURCE_NIQ  0x6 /* 0110 */
  22. #define XVE_SOURCE_IOQ  0x5 /* 0101 */
  23. #define XVE_SOURCE_IIQ  0x4 /* 0100 */
  24. #define XVE_SOURCE_LOQ  0x3 /* 0011 */
  25. #define XVE_SOURCE_LIQ  0x2 /* 0010 */
  26. /* XB_PARMS fields */
  27. #define XBP_RESET_DEFAULTS 0x0008000080000021LL
  28. #define XBP_ACTIVE_DEFAULTS 0x00080000fffff021LL
  29. #endif /* _ASM_IA64_SN_SN1_HUBXB_NEXT_H */