cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

xlnx-vcu.h (388B)


      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 */