PCI status

PCI status definitions.

Description:

See the PCI specification.

Definitions:

#define PCI_STATUS_CAPABILITIES 0x0010

See PCI specification.

#define PCI_STATUS_66MHZ_OKAY 0x0020

See PCI specification.

#define PCI_STATUS_UDF_SUPPORTED 0x0040

See PCI specification.

#define PCI_STATUS_BACKTOBACK_OKAY 0x0080

See PCI specification.

#define PCI_STATUS_PARITY_ERROR 0x0100

See PCI specification.

#define PCI_STATUS_DEVSEL_FAST 0x0000

See PCI specification.

#define PCI_STATUS_DEVSEL_MEDIUM 0x0200

See PCI specification.

#define PCI_STATUS_DEVSEL_SLOW 0x0400

See PCI specification.

#define PCI_STATUS_DEVSEL_MASK 0x0600

See PCI specification.

#define PCI_STATUS_DEVSEL_SHIFT 9

See PCI specification.

#define PCI_STATUS_TARGET_TARGET_ABORT 0x0800

See PCI specification.

#define PCI_STATUS_MASTER_TARGET_ABORT 0x1000

See PCI specification.

#define PCI_STATUS_MASTER_ABORT 0x2000

See PCI specification.

#define PCI_STATUS_SYSTEM_ERROR 0x4000

See PCI specification.

#define PCI_STATUS_PARITY_DETECT 0x8000

See PCI specification.