Server IP : 15.235.198.142 / Your IP : 216.73.216.155 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/modules/6.8.0-45-generic/build/include/linux/bcma/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_BCMA_DRIVER_ARM_C9_H_ #define LINUX_BCMA_DRIVER_ARM_C9_H_ /* DMU (Device Management Unit) */ #define BCMA_DMU_CRU_USB2_CONTROL 0x0164 #define BCMA_DMU_CRU_USB2_CONTROL_USB_PLL_NDIV_MASK 0x00000FFC #define BCMA_DMU_CRU_USB2_CONTROL_USB_PLL_NDIV_SHIFT 2 #define BCMA_DMU_CRU_USB2_CONTROL_USB_PLL_PDIV_MASK 0x00007000 #define BCMA_DMU_CRU_USB2_CONTROL_USB_PLL_PDIV_SHIFT 12 #define BCMA_DMU_CRU_CLKSET_KEY 0x0180 #define BCMA_DMU_CRU_STRAPS_CTRL 0x02A0 #define BCMA_DMU_CRU_STRAPS_CTRL_USB3 0x00000010 #define BCMA_DMU_CRU_STRAPS_CTRL_4BYTE 0x00008000 #endif /* LINUX_BCMA_DRIVER_ARM_C9_H_ */