You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.6 KiB
49 lines
1.6 KiB
/*
|
|
* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_CLK_QCOM_GPU_CC_SM8150_H
|
|
#define _DT_BINDINGS_CLK_QCOM_GPU_CC_SM8150_H
|
|
|
|
/* GPUCC clock registers */
|
|
#define GPU_CC_AHB_CLK 0
|
|
#define GPU_CC_CRC_AHB_CLK 1
|
|
#define GPU_CC_CX_APB_CLK 2
|
|
#define GPU_CC_CX_GMU_CLK 3
|
|
#define GPU_CC_CX_QDSS_AT_CLK 4
|
|
#define GPU_CC_CX_QDSS_TRIG_CLK 5
|
|
#define GPU_CC_CX_QDSS_TSCTR_CLK 6
|
|
#define GPU_CC_CX_SNOC_DVM_CLK 7
|
|
#define GPU_CC_CXO_AON_CLK 8
|
|
#define GPU_CC_CXO_CLK 9
|
|
#define GPU_CC_GMU_CLK_SRC 10
|
|
#define GPU_CC_GX_GMU_CLK 11
|
|
#define GPU_CC_GX_QDSS_TSCTR_CLK 12
|
|
#define GPU_CC_GX_VSENSE_CLK 13
|
|
#define GPU_CC_PLL1 14
|
|
#define GPU_CC_PLL_TEST_CLK 15
|
|
#define GPU_CC_SLEEP_CLK 16
|
|
|
|
/* GPUCC reset clock registers */
|
|
#define GPUCC_GPU_CC_CX_BCR 0
|
|
#define GPUCC_GPU_CC_GFX3D_AON_BCR 1
|
|
#define GPUCC_GPU_CC_GMU_BCR 2
|
|
#define GPUCC_GPU_CC_GX_BCR 3
|
|
#define GPUCC_GPU_CC_SPDM_BCR 4
|
|
#define GPUCC_GPU_CC_XO_BCR 5
|
|
|
|
/* Dummy clocks for rate measurement */
|
|
#define MEASURE_ONLY_GPU_CC_CX_GFX3D_CLK 0
|
|
#define MEASURE_ONLY_GPU_CC_CX_GFX3D_SLV_CLK 1
|
|
#define MEASURE_ONLY_GPU_CC_GX_GFX3D_CLK 2
|
|
|
|
#endif
|
|
|