Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.15-rc1 17 lines 438 B view raw
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2/* 3 * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved. 4 */ 5 6#ifndef _DT_BINDINGS_CLK_QCOM_GPUCC_QCS8300_H 7#define _DT_BINDINGS_CLK_QCOM_GPUCC_QCS8300_H 8 9#include "qcom,sa8775p-gpucc.h" 10 11/* QCS8300 introduces below new clocks compared to SA8775P */ 12 13/* GPU_CC clocks */ 14#define GPU_CC_CX_ACCU_SHIFT_CLK 23 15#define GPU_CC_GX_ACCU_SHIFT_CLK 24 16 17#endif