diff options
Diffstat (limited to 'include/linux/ioc4.h')
| -rw-r--r-- | include/linux/ioc4.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/ioc4.h b/include/linux/ioc4.h index 3dd18b785ebd..de73a3289cc2 100644 --- a/include/linux/ioc4.h +++ b/include/linux/ioc4.h | |||
| @@ -147,6 +147,10 @@ struct ioc4_misc_regs { | |||
| 147 | #define IOC4_GPCR_EDGE_6 0x40 | 147 | #define IOC4_GPCR_EDGE_6 0x40 |
| 148 | #define IOC4_GPCR_EDGE_7 0x80 | 148 | #define IOC4_GPCR_EDGE_7 0x80 |
| 149 | 149 | ||
| 150 | #define IOC4_VARIANT_IO9 0x0900 | ||
| 151 | #define IOC4_VARIANT_PCI_RT 0x0901 | ||
| 152 | #define IOC4_VARIANT_IO10 0x1000 | ||
| 153 | |||
| 150 | /* One of these per IOC4 */ | 154 | /* One of these per IOC4 */ |
| 151 | struct ioc4_driver_data { | 155 | struct ioc4_driver_data { |
| 152 | struct list_head idd_list; | 156 | struct list_head idd_list; |
| @@ -156,6 +160,7 @@ struct ioc4_driver_data { | |||
| 156 | struct __iomem ioc4_misc_regs *idd_misc_regs; | 160 | struct __iomem ioc4_misc_regs *idd_misc_regs; |
| 157 | unsigned long count_period; | 161 | unsigned long count_period; |
| 158 | void *idd_serial_data; | 162 | void *idd_serial_data; |
| 163 | unsigned int idd_variant; | ||
| 159 | }; | 164 | }; |
| 160 | 165 | ||
| 161 | /* One per submodule */ | 166 | /* One per submodule */ |
