Skip to content
Snippets Groups Projects
Commit b636aaeb authored by Matthew McClintock's avatar Matthew McClintock
Browse files

* Added PCI-X #defines for PCI-X initialization

  Patch by Andy Fleming on 17-Mar-2006

Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
parent 20abbc6f
No related branches found
No related tags found
No related merge requests found
......@@ -270,6 +270,15 @@
#define PCI_AGP_COMMAND_RATE1 0x0001 /* Use 4x rate */
#define PCI_AGP_SIZEOF 12
/* PCI-X registers */
#define PCI_X_CMD_DPERR_E 0x0001 /* Data Parity Error Recovery Enable */
#define PCI_X_CMD_ERO 0x0002 /* Enable Relaxed Ordering */
#define PCI_X_CMD_MAX_READ 0x0000 /* Max Memory Read Byte Count */
#define PCI_X_CMD_MAX_SPLIT 0x0030 /* Max Outstanding Split Transactions */
#define PCI_X_CMD_VERSION(x) (((x) >> 12) & 3) /* Version */
/* Slot Identification */
#define PCI_SID_ESR 2 /* Expansion Slot Register */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment