0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022
0023
0024
0025
0026
0027
0028
0029
0030
0031
0032
0033 #ifndef _CLOCK_BCM_SR_H
0034 #define _CLOCK_BCM_SR_H
0035
0036
0037 #define BCM_SR_GENPLL0 0
0038 #define BCM_SR_GENPLL0_125M_CLK 1
0039 #define BCM_SR_GENPLL0_SCR_CLK 2
0040 #define BCM_SR_GENPLL0_250M_CLK 3
0041 #define BCM_SR_GENPLL0_PCIE_AXI_CLK 4
0042 #define BCM_SR_GENPLL0_PAXC_AXI_X2_CLK 5
0043 #define BCM_SR_GENPLL0_PAXC_AXI_CLK 6
0044
0045
0046 #define BCM_SR_GENPLL1 0
0047 #define BCM_SR_GENPLL1_PCIE_TL_CLK 1
0048 #define BCM_SR_GENPLL1_MHB_APB_CLK 2
0049
0050
0051 #define BCM_SR_GENPLL2 0
0052 #define BCM_SR_GENPLL2_NIC_CLK 1
0053 #define BCM_SR_GENPLL2_TS_500_CLK 2
0054 #define BCM_SR_GENPLL2_125_NITRO_CLK 3
0055 #define BCM_SR_GENPLL2_CHIMP_CLK 4
0056 #define BCM_SR_GENPLL2_NIC_FLASH_CLK 5
0057 #define BCM_SR_GENPLL2_FS4_CLK 6
0058
0059
0060 #define BCM_SR_GENPLL3 0
0061 #define BCM_SR_GENPLL3_HSLS_CLK 1
0062 #define BCM_SR_GENPLL3_SDIO_CLK 2
0063
0064
0065 #define BCM_SR_GENPLL4 0
0066 #define BCM_SR_GENPLL4_CCN_CLK 1
0067 #define BCM_SR_GENPLL4_TPIU_PLL_CLK 2
0068 #define BCM_SR_GENPLL4_NOC_CLK 3
0069 #define BCM_SR_GENPLL4_CHCLK_FS4_CLK 4
0070 #define BCM_SR_GENPLL4_BRIDGE_FSCPU_CLK 5
0071
0072
0073 #define BCM_SR_GENPLL5 0
0074 #define BCM_SR_GENPLL5_FS4_HF_CLK 1
0075 #define BCM_SR_GENPLL5_CRYPTO_AE_CLK 2
0076 #define BCM_SR_GENPLL5_RAID_AE_CLK 3
0077
0078
0079 #define BCM_SR_GENPLL6 0
0080 #define BCM_SR_GENPLL6_48_USB_CLK 1
0081
0082
0083 #define BCM_SR_LCPLL0 0
0084 #define BCM_SR_LCPLL0_SATA_REFP_CLK 1
0085 #define BCM_SR_LCPLL0_SATA_REFN_CLK 2
0086 #define BCM_SR_LCPLL0_SATA_350_CLK 3
0087 #define BCM_SR_LCPLL0_SATA_500_CLK 4
0088
0089
0090 #define BCM_SR_LCPLL1 0
0091 #define BCM_SR_LCPLL1_WAN_CLK 1
0092 #define BCM_SR_LCPLL1_USB_REF_CLK 2
0093 #define BCM_SR_LCPLL1_CRMU_TS_CLK 3
0094
0095
0096 #define BCM_SR_LCPLL_PCIE 0
0097 #define BCM_SR_LCPLL_PCIE_PHY_REF_CLK 1
0098
0099
0100 #define BCM_SR_EMEMPLL0 0
0101 #define BCM_SR_EMEMPLL0_EMEM_CLK 1
0102
0103
0104 #define BCM_SR_EMEMPLL1 0
0105 #define BCM_SR_EMEMPLL1_EMEM_CLK 1
0106
0107
0108 #define BCM_SR_EMEMPLL2 0
0109 #define BCM_SR_EMEMPLL2_EMEM_CLK 1
0110
0111 #endif