0001
0002
0003
0004
0005
0006 #define BCM2835_PLLA 0
0007 #define BCM2835_PLLB 1
0008 #define BCM2835_PLLC 2
0009 #define BCM2835_PLLD 3
0010 #define BCM2835_PLLH 4
0011
0012 #define BCM2835_PLLA_CORE 5
0013 #define BCM2835_PLLA_PER 6
0014 #define BCM2835_PLLB_ARM 7
0015 #define BCM2835_PLLC_CORE0 8
0016 #define BCM2835_PLLC_CORE1 9
0017 #define BCM2835_PLLC_CORE2 10
0018 #define BCM2835_PLLC_PER 11
0019 #define BCM2835_PLLD_CORE 12
0020 #define BCM2835_PLLD_PER 13
0021 #define BCM2835_PLLH_RCAL 14
0022 #define BCM2835_PLLH_AUX 15
0023 #define BCM2835_PLLH_PIX 16
0024
0025 #define BCM2835_CLOCK_TIMER 17
0026 #define BCM2835_CLOCK_OTP 18
0027 #define BCM2835_CLOCK_UART 19
0028 #define BCM2835_CLOCK_VPU 20
0029 #define BCM2835_CLOCK_V3D 21
0030 #define BCM2835_CLOCK_ISP 22
0031 #define BCM2835_CLOCK_H264 23
0032 #define BCM2835_CLOCK_VEC 24
0033 #define BCM2835_CLOCK_HSM 25
0034 #define BCM2835_CLOCK_SDRAM 26
0035 #define BCM2835_CLOCK_TSENS 27
0036 #define BCM2835_CLOCK_EMMC 28
0037 #define BCM2835_CLOCK_PERI_IMAGE 29
0038 #define BCM2835_CLOCK_PWM 30
0039 #define BCM2835_CLOCK_PCM 31
0040
0041 #define BCM2835_PLLA_DSI0 32
0042 #define BCM2835_PLLA_CCP2 33
0043 #define BCM2835_PLLD_DSI0 34
0044 #define BCM2835_PLLD_DSI1 35
0045
0046 #define BCM2835_CLOCK_AVEO 36
0047 #define BCM2835_CLOCK_DFT 37
0048 #define BCM2835_CLOCK_GP0 38
0049 #define BCM2835_CLOCK_GP1 39
0050 #define BCM2835_CLOCK_GP2 40
0051 #define BCM2835_CLOCK_SLIM 41
0052 #define BCM2835_CLOCK_SMI 42
0053 #define BCM2835_CLOCK_TEC 43
0054 #define BCM2835_CLOCK_DPI 44
0055 #define BCM2835_CLOCK_CAM0 45
0056 #define BCM2835_CLOCK_CAM1 46
0057 #define BCM2835_CLOCK_DSI0E 47
0058 #define BCM2835_CLOCK_DSI1E 48
0059 #define BCM2835_CLOCK_DSI0P 49
0060 #define BCM2835_CLOCK_DSI1P 50
0061
0062 #define BCM2711_CLOCK_EMMC2 51