Lines Matching +full:0 +full:x100002
28 #define VIPER_CPLD_BASE (0xf0000000)
29 #define VIPER_PC104IO_BASE (0xf1000000)
30 #define VIPER_USB_BASE (0xf1800000)
32 #define VIPER_ETH_GPIO (0)
63 #define _VIPER_LO_IRQ_STATUS (VIPER_CPLD_PHYS + 0x100000)
64 #define _VIPER_ICR_PHYS (VIPER_CPLD_PHYS + 0x100002)
65 #define _VIPER_HI_IRQ_STATUS (VIPER_CPLD_PHYS + 0x100004)
66 #define _VIPER_VERSION_PHYS (VIPER_CPLD_PHYS + 0x100006)
67 #define VIPER_UARTA_PHYS (VIPER_CPLD_PHYS + 0x300010)
68 #define VIPER_UARTB_PHYS (VIPER_CPLD_PHYS + 0x300000)
69 #define _VIPER_SRAM_BASE (VIPER_CPLD_PHYS + 0x800000)
78 #define VIPER_CPLD_REVISION(x) (((x) >> 5) & 0x7)
79 #define VIPER_BOARD_VERSION(x) (((x) >> 3) & 0x3)
80 #define VIPER_BOARD_ISSUE(x) (((x) >> 0) & 0x7)
85 #define VIPER_ICR_RETRIG (1 << 0)