diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/bcma/bcma.h | 1 | ||||
| -rw-r--r-- | include/linux/bcma/bcma_driver_arm_c9.h | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma.h b/include/linux/bcma/bcma.h index 0367c63f5960..e6b41f42602b 100644 --- a/include/linux/bcma/bcma.h +++ b/include/linux/bcma/bcma.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | #include <linux/pci.h> | 4 | #include <linux/pci.h> |
| 5 | #include <linux/mod_devicetable.h> | 5 | #include <linux/mod_devicetable.h> |
| 6 | 6 | ||
| 7 | #include <linux/bcma/bcma_driver_arm_c9.h> | ||
| 7 | #include <linux/bcma/bcma_driver_chipcommon.h> | 8 | #include <linux/bcma/bcma_driver_chipcommon.h> |
| 8 | #include <linux/bcma/bcma_driver_pci.h> | 9 | #include <linux/bcma/bcma_driver_pci.h> |
| 9 | #include <linux/bcma/bcma_driver_pcie2.h> | 10 | #include <linux/bcma/bcma_driver_pcie2.h> |
diff --git a/include/linux/bcma/bcma_driver_arm_c9.h b/include/linux/bcma/bcma_driver_arm_c9.h new file mode 100644 index 000000000000..93bd73d670d5 --- /dev/null +++ b/include/linux/bcma/bcma_driver_arm_c9.h | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | #ifndef LINUX_BCMA_DRIVER_ARM_C9_H_ | ||
| 2 | #define LINUX_BCMA_DRIVER_ARM_C9_H_ | ||
| 3 | |||
| 4 | /* DMU (Device Management Unit) */ | ||
| 5 | #define BCMA_DMU_CRU_USB2_CONTROL 0x0164 | ||
| 6 | #define BCMA_DMU_CRU_USB2_CONTROL_USB_PLL_NDIV_MASK 0x00000FFC | ||
| 7 | #define BCMA_DMU_CRU_USB2_CONTROL_USB_PLL_NDIV_SHIFT 2 | ||
| 8 | #define BCMA_DMU_CRU_USB2_CONTROL_USB_PLL_PDIV_MASK 0x00007000 | ||
| 9 | #define BCMA_DMU_CRU_USB2_CONTROL_USB_PLL_PDIV_SHIFT 12 | ||
| 10 | #define BCMA_DMU_CRU_CLKSET_KEY 0x0180 | ||
| 11 | #define BCMA_DMU_CRU_STRAPS_CTRL 0x02A0 | ||
| 12 | #define BCMA_DMU_CRU_STRAPS_CTRL_USB3 0x00000010 | ||
| 13 | #define BCMA_DMU_CRU_STRAPS_CTRL_4BYTE 0x00008000 | ||
| 14 | |||
| 15 | #endif /* LINUX_BCMA_DRIVER_ARM_C9_H_ */ | ||
