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.19-rc3 14 lines 354 B view raw
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */ 2/* 3 * Copyright (C) 2023 Sophgo Technology Inc. All rights reserved. 4 */ 5 6#ifndef __DT_BINDINGS_SOPHGO_SG2042_PLL_H__ 7#define __DT_BINDINGS_SOPHGO_SG2042_PLL_H__ 8 9#define MPLL_CLK 0 10#define FPLL_CLK 1 11#define DPLL0_CLK 2 12#define DPLL1_CLK 3 13 14#endif /* __DT_BINDINGS_SOPHGO_SG2042_PLL_H__ */