trio_pcie_rc_def.h 947 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright 2012 Tilera Corporation. All Rights Reserved.
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License
  6. * as published by the Free Software Foundation, version 2.
  7. *
  8. * This program is distributed in the hope that it will be useful, but
  9. * WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
  11. * NON INFRINGEMENT. See the GNU General Public License for
  12. * more details.
  13. */
  14. /* Machine-generated file; do not edit. */
  15. #ifndef __ARCH_TRIO_PCIE_RC_DEF_H__
  16. #define __ARCH_TRIO_PCIE_RC_DEF_H__
  17. #define TRIO_PCIE_RC_DEVICE_CAP 0x0074
  18. #define TRIO_PCIE_RC_DEVICE_CONTROL 0x0078
  19. #define TRIO_PCIE_RC_DEVICE_ID_VEN_ID 0x0000
  20. #define TRIO_PCIE_RC_DEVICE_ID_VEN_ID__DEV_ID_SHIFT 16
  21. #define TRIO_PCIE_RC_REVISION_ID 0x0008
  22. #endif /* !defined(__ARCH_TRIO_PCIE_RC_DEF_H__) */