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.0-rc5 15 lines 388 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright (C) 2020 Pengutronix, Michael Tretter <kernel@pengutronix.de> 4 */ 5 6#ifndef _DT_BINDINGS_CLOCK_XLNX_VCU_H 7#define _DT_BINDINGS_CLOCK_XLNX_VCU_H 8 9#define CLK_XVCU_ENC_CORE 0 10#define CLK_XVCU_ENC_MCU 1 11#define CLK_XVCU_DEC_CORE 2 12#define CLK_XVCU_DEC_MCU 3 13#define CLK_XVCU_NUM_CLOCKS 4 14 15#endif /* _DT_BINDINGS_CLOCK_XLNX_VCU_H */