1*4882a593Smuzhiyun /* 2*4882a593Smuzhiyun * Copyright (C) 2015 Broadcom Corporation 3*4882a593Smuzhiyun * 4*4882a593Smuzhiyun * This program is free software; you can redistribute it and/or 5*4882a593Smuzhiyun * modify it under the terms of the GNU General Public License as 6*4882a593Smuzhiyun * published by the Free Software Foundation version 2. 7*4882a593Smuzhiyun * 8*4882a593Smuzhiyun * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9*4882a593Smuzhiyun * kind, whether express or implied; without even the implied warranty 10*4882a593Smuzhiyun * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11*4882a593Smuzhiyun * GNU General Public License for more details. 12*4882a593Smuzhiyun */ 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun #define BCM2835_PLLA 0 15*4882a593Smuzhiyun #define BCM2835_PLLB 1 16*4882a593Smuzhiyun #define BCM2835_PLLC 2 17*4882a593Smuzhiyun #define BCM2835_PLLD 3 18*4882a593Smuzhiyun #define BCM2835_PLLH 4 19*4882a593Smuzhiyun 20*4882a593Smuzhiyun #define BCM2835_PLLA_CORE 5 21*4882a593Smuzhiyun #define BCM2835_PLLA_PER 6 22*4882a593Smuzhiyun #define BCM2835_PLLB_ARM 7 23*4882a593Smuzhiyun #define BCM2835_PLLC_CORE0 8 24*4882a593Smuzhiyun #define BCM2835_PLLC_CORE1 9 25*4882a593Smuzhiyun #define BCM2835_PLLC_CORE2 10 26*4882a593Smuzhiyun #define BCM2835_PLLC_PER 11 27*4882a593Smuzhiyun #define BCM2835_PLLD_CORE 12 28*4882a593Smuzhiyun #define BCM2835_PLLD_PER 13 29*4882a593Smuzhiyun #define BCM2835_PLLH_RCAL 14 30*4882a593Smuzhiyun #define BCM2835_PLLH_AUX 15 31*4882a593Smuzhiyun #define BCM2835_PLLH_PIX 16 32*4882a593Smuzhiyun 33*4882a593Smuzhiyun #define BCM2835_CLOCK_TIMER 17 34*4882a593Smuzhiyun #define BCM2835_CLOCK_OTP 18 35*4882a593Smuzhiyun #define BCM2835_CLOCK_UART 19 36*4882a593Smuzhiyun #define BCM2835_CLOCK_VPU 20 37*4882a593Smuzhiyun #define BCM2835_CLOCK_V3D 21 38*4882a593Smuzhiyun #define BCM2835_CLOCK_ISP 22 39*4882a593Smuzhiyun #define BCM2835_CLOCK_H264 23 40*4882a593Smuzhiyun #define BCM2835_CLOCK_VEC 24 41*4882a593Smuzhiyun #define BCM2835_CLOCK_HSM 25 42*4882a593Smuzhiyun #define BCM2835_CLOCK_SDRAM 26 43*4882a593Smuzhiyun #define BCM2835_CLOCK_TSENS 27 44*4882a593Smuzhiyun #define BCM2835_CLOCK_EMMC 28 45*4882a593Smuzhiyun #define BCM2835_CLOCK_PERI_IMAGE 29 46*4882a593Smuzhiyun #define BCM2835_CLOCK_PWM 30 47*4882a593Smuzhiyun #define BCM2835_CLOCK_PCM 31 48*4882a593Smuzhiyun 49*4882a593Smuzhiyun #define BCM2835_PLLA_DSI0 32 50*4882a593Smuzhiyun #define BCM2835_PLLA_CCP2 33 51*4882a593Smuzhiyun #define BCM2835_PLLD_DSI0 34 52*4882a593Smuzhiyun #define BCM2835_PLLD_DSI1 35 53*4882a593Smuzhiyun 54*4882a593Smuzhiyun #define BCM2835_CLOCK_AVEO 36 55*4882a593Smuzhiyun #define BCM2835_CLOCK_DFT 37 56*4882a593Smuzhiyun #define BCM2835_CLOCK_GP0 38 57*4882a593Smuzhiyun #define BCM2835_CLOCK_GP1 39 58*4882a593Smuzhiyun #define BCM2835_CLOCK_GP2 40 59*4882a593Smuzhiyun #define BCM2835_CLOCK_SLIM 41 60*4882a593Smuzhiyun #define BCM2835_CLOCK_SMI 42 61*4882a593Smuzhiyun #define BCM2835_CLOCK_TEC 43 62*4882a593Smuzhiyun #define BCM2835_CLOCK_DPI 44 63*4882a593Smuzhiyun #define BCM2835_CLOCK_CAM0 45 64*4882a593Smuzhiyun #define BCM2835_CLOCK_CAM1 46 65*4882a593Smuzhiyun #define BCM2835_CLOCK_DSI0E 47 66*4882a593Smuzhiyun #define BCM2835_CLOCK_DSI1E 48 67