Go to the documentation of this file.
17 #define ERG_DPRAM_PAGE_SIZE 0x2000
18 #define BOOT_IMG_SIZE 4096
19 #define ERG_DPRAM_FILL_SIZE (ERG_DPRAM_PAGE_SIZE - BOOT_IMG_SIZE)
21 #define ERG_TO_HY_BUF_SIZE 0x0E00
22 #define ERG_TO_PC_BUF_SIZE 0x0E00
85 #define PCI9050_INTR_REG 0x4C
86 #define PCI9050_USER_IO 0x51
89 #define PCI9050_INTR_REG_EN1 0x01
90 #define PCI9050_INTR_REG_POL1 0x02
91 #define PCI9050_INTR_REG_STAT1 0x04
92 #define PCI9050_INTR_REG_ENPCI 0x40
95 #define PCI9050_USER_IO_EN3 0x02
96 #define PCI9050_USER_IO_DIR3 0x04
97 #define PCI9050_USER_IO_DAT3 0x08
99 #define PCI9050_E1_RESET (PCI9050_USER_IO_DIR3)
100 #define PCI9050_E1_RUN (PCI9050_USER_IO_DAT3 | PCI9050_USER_IO_DIR3)