Home | History | Annotate | Line # | Download | only in clock
      1      1.1  jmcneill /*	$NetBSD: qcom,mmcc-msm8974.h,v 1.1.1.2 2020/01/03 14:33:05 skrll Exp $	*/
      2      1.1  jmcneill 
      3  1.1.1.2     skrll /* SPDX-License-Identifier: GPL-2.0-only */
      4      1.1  jmcneill /*
      5      1.1  jmcneill  * Copyright (c) 2013, The Linux Foundation. All rights reserved.
      6      1.1  jmcneill  */
      7      1.1  jmcneill 
      8      1.1  jmcneill #ifndef _DT_BINDINGS_CLK_MSM_MMCC_8974_H
      9      1.1  jmcneill #define _DT_BINDINGS_CLK_MSM_MMCC_8974_H
     10      1.1  jmcneill 
     11      1.1  jmcneill #define MMSS_AHB_CLK_SRC				0
     12      1.1  jmcneill #define MMSS_AXI_CLK_SRC				1
     13      1.1  jmcneill #define MMPLL0						2
     14      1.1  jmcneill #define MMPLL0_VOTE					3
     15      1.1  jmcneill #define MMPLL1						4
     16      1.1  jmcneill #define MMPLL1_VOTE					5
     17      1.1  jmcneill #define MMPLL2						6
     18      1.1  jmcneill #define MMPLL3						7
     19      1.1  jmcneill #define CSI0_CLK_SRC					8
     20      1.1  jmcneill #define CSI1_CLK_SRC					9
     21      1.1  jmcneill #define CSI2_CLK_SRC					10
     22      1.1  jmcneill #define CSI3_CLK_SRC					11
     23      1.1  jmcneill #define VFE0_CLK_SRC					12
     24      1.1  jmcneill #define VFE1_CLK_SRC					13
     25      1.1  jmcneill #define MDP_CLK_SRC					14
     26      1.1  jmcneill #define GFX3D_CLK_SRC					15
     27      1.1  jmcneill #define JPEG0_CLK_SRC					16
     28      1.1  jmcneill #define JPEG1_CLK_SRC					17
     29      1.1  jmcneill #define JPEG2_CLK_SRC					18
     30      1.1  jmcneill #define PCLK0_CLK_SRC					19
     31      1.1  jmcneill #define PCLK1_CLK_SRC					20
     32      1.1  jmcneill #define VCODEC0_CLK_SRC					21
     33      1.1  jmcneill #define CCI_CLK_SRC					22
     34      1.1  jmcneill #define CAMSS_GP0_CLK_SRC				23
     35      1.1  jmcneill #define CAMSS_GP1_CLK_SRC				24
     36      1.1  jmcneill #define MCLK0_CLK_SRC					25
     37      1.1  jmcneill #define MCLK1_CLK_SRC					26
     38      1.1  jmcneill #define MCLK2_CLK_SRC					27
     39      1.1  jmcneill #define MCLK3_CLK_SRC					28
     40      1.1  jmcneill #define CSI0PHYTIMER_CLK_SRC				29
     41      1.1  jmcneill #define CSI1PHYTIMER_CLK_SRC				30
     42      1.1  jmcneill #define CSI2PHYTIMER_CLK_SRC				31
     43      1.1  jmcneill #define CPP_CLK_SRC					32
     44      1.1  jmcneill #define BYTE0_CLK_SRC					33
     45      1.1  jmcneill #define BYTE1_CLK_SRC					34
     46      1.1  jmcneill #define EDPAUX_CLK_SRC					35
     47      1.1  jmcneill #define EDPLINK_CLK_SRC					36
     48      1.1  jmcneill #define EDPPIXEL_CLK_SRC				37
     49      1.1  jmcneill #define ESC0_CLK_SRC					38
     50      1.1  jmcneill #define ESC1_CLK_SRC					39
     51      1.1  jmcneill #define EXTPCLK_CLK_SRC					40
     52      1.1  jmcneill #define HDMI_CLK_SRC					41
     53      1.1  jmcneill #define VSYNC_CLK_SRC					42
     54      1.1  jmcneill #define MMSS_RBCPR_CLK_SRC				43
     55      1.1  jmcneill #define CAMSS_CCI_CCI_AHB_CLK				44
     56      1.1  jmcneill #define CAMSS_CCI_CCI_CLK				45
     57      1.1  jmcneill #define CAMSS_CSI0_AHB_CLK				46
     58      1.1  jmcneill #define CAMSS_CSI0_CLK					47
     59      1.1  jmcneill #define CAMSS_CSI0PHY_CLK				48
     60      1.1  jmcneill #define CAMSS_CSI0PIX_CLK				49
     61      1.1  jmcneill #define CAMSS_CSI0RDI_CLK				50
     62      1.1  jmcneill #define CAMSS_CSI1_AHB_CLK				51
     63      1.1  jmcneill #define CAMSS_CSI1_CLK					52
     64      1.1  jmcneill #define CAMSS_CSI1PHY_CLK				53
     65      1.1  jmcneill #define CAMSS_CSI1PIX_CLK				54
     66      1.1  jmcneill #define CAMSS_CSI1RDI_CLK				55
     67      1.1  jmcneill #define CAMSS_CSI2_AHB_CLK				56
     68      1.1  jmcneill #define CAMSS_CSI2_CLK					57
     69      1.1  jmcneill #define CAMSS_CSI2PHY_CLK				58
     70      1.1  jmcneill #define CAMSS_CSI2PIX_CLK				59
     71      1.1  jmcneill #define CAMSS_CSI2RDI_CLK				60
     72      1.1  jmcneill #define CAMSS_CSI3_AHB_CLK				61
     73      1.1  jmcneill #define CAMSS_CSI3_CLK					62
     74      1.1  jmcneill #define CAMSS_CSI3PHY_CLK				63
     75      1.1  jmcneill #define CAMSS_CSI3PIX_CLK				64
     76      1.1  jmcneill #define CAMSS_CSI3RDI_CLK				65
     77      1.1  jmcneill #define CAMSS_CSI_VFE0_CLK				66
     78      1.1  jmcneill #define CAMSS_CSI_VFE1_CLK				67
     79      1.1  jmcneill #define CAMSS_GP0_CLK					68
     80      1.1  jmcneill #define CAMSS_GP1_CLK					69
     81      1.1  jmcneill #define CAMSS_ISPIF_AHB_CLK				70
     82      1.1  jmcneill #define CAMSS_JPEG_JPEG0_CLK				71
     83      1.1  jmcneill #define CAMSS_JPEG_JPEG1_CLK				72
     84      1.1  jmcneill #define CAMSS_JPEG_JPEG2_CLK				73
     85      1.1  jmcneill #define CAMSS_JPEG_JPEG_AHB_CLK				74
     86      1.1  jmcneill #define CAMSS_JPEG_JPEG_AXI_CLK				75
     87      1.1  jmcneill #define CAMSS_JPEG_JPEG_OCMEMNOC_CLK			76
     88      1.1  jmcneill #define CAMSS_MCLK0_CLK					77
     89      1.1  jmcneill #define CAMSS_MCLK1_CLK					78
     90      1.1  jmcneill #define CAMSS_MCLK2_CLK					79
     91      1.1  jmcneill #define CAMSS_MCLK3_CLK					80
     92      1.1  jmcneill #define CAMSS_MICRO_AHB_CLK				81
     93      1.1  jmcneill #define CAMSS_PHY0_CSI0PHYTIMER_CLK			82
     94      1.1  jmcneill #define CAMSS_PHY1_CSI1PHYTIMER_CLK			83
     95      1.1  jmcneill #define CAMSS_PHY2_CSI2PHYTIMER_CLK			84
     96      1.1  jmcneill #define CAMSS_TOP_AHB_CLK				85
     97      1.1  jmcneill #define CAMSS_VFE_CPP_AHB_CLK				86
     98      1.1  jmcneill #define CAMSS_VFE_CPP_CLK				87
     99      1.1  jmcneill #define CAMSS_VFE_VFE0_CLK				88
    100      1.1  jmcneill #define CAMSS_VFE_VFE1_CLK				89
    101      1.1  jmcneill #define CAMSS_VFE_VFE_AHB_CLK				90
    102      1.1  jmcneill #define CAMSS_VFE_VFE_AXI_CLK				91
    103      1.1  jmcneill #define CAMSS_VFE_VFE_OCMEMNOC_CLK			92
    104      1.1  jmcneill #define MDSS_AHB_CLK					93
    105      1.1  jmcneill #define MDSS_AXI_CLK					94
    106      1.1  jmcneill #define MDSS_BYTE0_CLK					95
    107      1.1  jmcneill #define MDSS_BYTE1_CLK					96
    108      1.1  jmcneill #define MDSS_EDPAUX_CLK					97
    109      1.1  jmcneill #define MDSS_EDPLINK_CLK				98
    110      1.1  jmcneill #define MDSS_EDPPIXEL_CLK				99
    111      1.1  jmcneill #define MDSS_ESC0_CLK					100
    112      1.1  jmcneill #define MDSS_ESC1_CLK					101
    113      1.1  jmcneill #define MDSS_EXTPCLK_CLK				102
    114      1.1  jmcneill #define MDSS_HDMI_AHB_CLK				103
    115      1.1  jmcneill #define MDSS_HDMI_CLK					104
    116      1.1  jmcneill #define MDSS_MDP_CLK					105
    117      1.1  jmcneill #define MDSS_MDP_LUT_CLK				106
    118      1.1  jmcneill #define MDSS_PCLK0_CLK					107
    119      1.1  jmcneill #define MDSS_PCLK1_CLK					108
    120      1.1  jmcneill #define MDSS_VSYNC_CLK					109
    121      1.1  jmcneill #define MMSS_MISC_AHB_CLK				110
    122      1.1  jmcneill #define MMSS_MMSSNOC_AHB_CLK				111
    123      1.1  jmcneill #define MMSS_MMSSNOC_BTO_AHB_CLK			112
    124      1.1  jmcneill #define MMSS_MMSSNOC_AXI_CLK				113
    125      1.1  jmcneill #define MMSS_S0_AXI_CLK					114
    126      1.1  jmcneill #define OCMEMCX_AHB_CLK					115
    127      1.1  jmcneill #define OCMEMCX_OCMEMNOC_CLK				116
    128      1.1  jmcneill #define OXILI_OCMEMGX_CLK				117
    129      1.1  jmcneill #define OCMEMNOC_CLK					118
    130      1.1  jmcneill #define OXILI_GFX3D_CLK					119
    131      1.1  jmcneill #define OXILICX_AHB_CLK					120
    132      1.1  jmcneill #define OXILICX_AXI_CLK					121
    133      1.1  jmcneill #define VENUS0_AHB_CLK					122
    134      1.1  jmcneill #define VENUS0_AXI_CLK					123
    135      1.1  jmcneill #define VENUS0_OCMEMNOC_CLK				124
    136      1.1  jmcneill #define VENUS0_VCODEC0_CLK				125
    137      1.1  jmcneill #define OCMEMNOC_CLK_SRC				126
    138      1.1  jmcneill #define SPDM_JPEG0					127
    139      1.1  jmcneill #define SPDM_JPEG1					128
    140      1.1  jmcneill #define SPDM_MDP					129
    141      1.1  jmcneill #define SPDM_AXI					130
    142      1.1  jmcneill #define SPDM_VCODEC0					131
    143      1.1  jmcneill #define SPDM_VFE0					132
    144      1.1  jmcneill #define SPDM_VFE1					133
    145      1.1  jmcneill #define SPDM_JPEG2					134
    146      1.1  jmcneill #define SPDM_PCLK1					135
    147      1.1  jmcneill #define SPDM_GFX3D					136
    148      1.1  jmcneill #define SPDM_AHB					137
    149      1.1  jmcneill #define SPDM_PCLK0					138
    150      1.1  jmcneill #define SPDM_OCMEMNOC					139
    151      1.1  jmcneill #define SPDM_CSI0					140
    152      1.1  jmcneill #define SPDM_RM_AXI					141
    153      1.1  jmcneill #define SPDM_RM_OCMEMNOC				142
    154      1.1  jmcneill 
    155      1.1  jmcneill /* gdscs */
    156      1.1  jmcneill #define VENUS0_GDSC					0
    157      1.1  jmcneill #define MDSS_GDSC					1
    158      1.1  jmcneill #define CAMSS_JPEG_GDSC					2
    159      1.1  jmcneill #define CAMSS_VFE_GDSC					3
    160      1.1  jmcneill #define OXILI_GDSC					4
    161      1.1  jmcneill #define OXILICX_GDSC					5
    162      1.1  jmcneill 
    163      1.1  jmcneill #endif
    164