xref: /linux/include/dt-bindings/clock/qcom,sc8280xp-lpasscc.h (revision ae22a94997b8a03dcb3c922857c203246711f9d4)
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 /*
3  * Copyright (c) 2023, Linaro Ltd.
4  */
5 
6 #ifndef _DT_BINDINGS_CLK_QCOM_LPASSCC_SC8280XP_H
7 #define _DT_BINDINGS_CLK_QCOM_LPASSCC_SC8280XP_H
8 
9 /* LPASS AUDIO CC CSR */
10 #define LPASS_AUDIO_SWR_RX_CGCR				0
11 #define LPASS_AUDIO_SWR_WSA_CGCR			1
12 #define LPASS_AUDIO_SWR_WSA2_CGCR			2
13 
14 /* LPASS TCSR */
15 #define LPASS_AUDIO_SWR_TX_CGCR				0
16 
17 #endif
18