summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/pci/at697_pci.c
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2015-04-07 14:28:29 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2015-04-17 01:10:26 +0200
commitd5ca82167fc016ea36a872c219126935d5543737 (patch)
treef32a4952fa6a3a8c47312fd94f89dd8443b1674a /c/src/lib/libbsp/sparc/leon2/pci/at697_pci.c
parentLIBPCI: converted to BSD header (diff)
downloadrtems-d5ca82167fc016ea36a872c219126935d5543737.tar.bz2
LEON: converted AT697,GRPCi,GRPCI2,PCIF to BSD header
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/leon2/pci/at697_pci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/pci/at697_pci.c b/c/src/lib/libbsp/sparc/leon2/pci/at697_pci.c
index d7064234be..9927473f08 100644
--- a/c/src/lib/libbsp/sparc/leon2/pci/at697_pci.c
+++ b/c/src/lib/libbsp/sparc/leon2/pci/at697_pci.c
@@ -97,9 +97,6 @@
#define DBG(x...)
#endif
-#define PCI_INVALID_VENDORDEVICEID 0xffffffff
-#define PCI_MULTI_FUNCTION 0x80
-
struct at697pci_regs {
volatile unsigned int pciid1; /* 0x80000100 - PCI Device identification register 1 */
volatile unsigned int pcisc; /* 0x80000104 - PCI Status & Command */