mvme3100 BSP specific address space configuration parameters
More...
Go to the source code of this file.
|
#define | _VME_A32_WIN0_ON_PCI 0xc0000000 |
|
#define | _VME_CSR_ON_PCI 0xce000000 |
|
#define | _VME_A24_ON_PCI 0xcf000000 |
|
#define | _VME_A16_ON_PCI 0xcfff0000 |
|
#define | _VME_A32_WIN0_ON_VME 0x20000000 |
|
#define | _VME_DRAM_OFFSET 0xc0000000 |
|
#define | BSP_VME_INSTALL_IRQ_MGR(err) |
|
#define | _VME_DRIVER_TSI148 |
|
|
int | BSP_VMEInit (void) |
|
int | BSP_VMEIrqMgrInstall (void) |
|
mvme3100 BSP specific address space configuration parameters
◆ BSP_VME_INSTALL_IRQ_MGR
#define BSP_VME_INSTALL_IRQ_MGR |
( |
|
err | ) |
|
Value:do { \
err = vmeTsi148InstallIrqMgrAlt(\
VMETSI148_IRQ_MGR_FLAG_SHARED, \
0, BSP_VME0_IRQ, \
1, BSP_VME1_IRQ, \
2, BSP_VME2_IRQ, \
3, BSP_VME3_IRQ, \
-1 \
); \
} while (0)