 |
RTEMS 5.2
|
Go to the documentation of this file.
9#ifndef RTEMS_BSP_VME_CONFIG_H
10#define RTEMS_BSP_VME_CONFIG_H
63#define _VME_A32_WIN0_ON_PCI 0xc0000000
64#define _VME_CSR_ON_PCI 0xce000000
65#define _VME_A24_ON_PCI 0xcf000000
66#define _VME_A16_ON_PCI 0xcfff0000
71#define _VME_A32_WIN0_ON_VME 0x20000000
77#define _VME_DRAM_OFFSET 0xc0000000
107extern int BSP_VMEInit(
void);
108extern int BSP_VMEIrqMgrInstall(
void);
117#define BSP_VME_INSTALL_IRQ_MGR(err) \
119 err = vmeTsi148InstallIrqMgrAlt(\
120 VMETSI148_IRQ_MGR_FLAG_SHARED, \
130#define _VME_DRIVER_TSI148