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 18 lines 442 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright (c) 2018, The Linux Foundation. All rights reserved. 4 */ 5 6#ifndef _DT_BINDINGS_CLOCK_QCA_APSS_IPQ6018_H 7#define _DT_BINDINGS_CLOCK_QCA_APSS_IPQ6018_H 8 9#define APCS_ALIAS0_CLK_SRC 0 10#define APCS_ALIAS0_CORE_CLK 1 11#define APSS_PLL_EARLY 2 12#define APSS_SILVER_CLK_SRC 3 13#define APSS_SILVER_CORE_CLK 4 14#define L3_PLL 5 15#define L3_CLK_SRC 6 16#define L3_CORE_CLK 7 17 18#endif