#if !defined ( __YAMUNA_PCI_H_ ) #define __YAMUNA_PCI_H_ /*------#defines for memory and IO-------- * if another platform comes with different values, guard with CONFIG_YAMUNA */ #define AV_PCI_IO_START 0x7FFF0000 #define AV_PCI_IO_END 0x7FFFFFFF #define AV_PCI_MEM_START 0x40000000 #define AV_PCI_MEM_END 0x50000000 #define AVALANCHE_PCI_INTR_MASK 0x0000000B #define MIN_PCI_SLOT_NO 6 #define MAX_PCI_SLOT_NO 8 #define AV_PCI_SLOTS 3 /* max number of pci slots */ #endif /* __YAMUNA_PCI_H_ */