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 master 15 lines 317 B view raw
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_SM6115_H 7#define _DT_BINDINGS_CLK_QCOM_LPASSCC_SM6115_H 8 9/* LPASS CC */ 10#define LPASS_SWR_TX_CONFIG_CGCR 0 11 12/* LPASS_AUDIO CC */ 13#define LPASS_AUDIO_SWR_RX_CGCR 0 14 15#endif