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.11 22 lines 490 B view raw
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2/* 3 * Copyright (C) 2024 Mobileye Vision Technologies Ltd. 4 */ 5 6#ifndef _DT_BINDINGS_CLOCK_MOBILEYE_EYEQ5_CLK_H 7#define _DT_BINDINGS_CLOCK_MOBILEYE_EYEQ5_CLK_H 8 9#define EQ5C_PLL_CPU 0 10#define EQ5C_PLL_VMP 1 11#define EQ5C_PLL_PMA 2 12#define EQ5C_PLL_VDI 3 13#define EQ5C_PLL_DDR0 4 14#define EQ5C_PLL_PCI 5 15#define EQ5C_PLL_PER 6 16#define EQ5C_PLL_PMAC 7 17#define EQ5C_PLL_MPC 8 18#define EQ5C_PLL_DDR1 9 19 20#define EQ5C_DIV_OSPI 10 21 22#endif