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

cirrus,cs2000-cp.h (374B)


      1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
      2/*
      3 * Copyright (C) 2021 Daniel Mack
      4 */
      5
      6#ifndef __DT_BINDINGS_CS2000CP_CLK_H
      7#define __DT_BINDINGS_CS2000CP_CLK_H
      8
      9#define CS2000CP_AUX_OUTPUT_REF_CLK	0
     10#define CS2000CP_AUX_OUTPUT_CLK_IN	1
     11#define CS2000CP_AUX_OUTPUT_CLK_OUT	2
     12#define CS2000CP_AUX_OUTPUT_PLL_LOCK	3
     13
     14#endif /* __DT_BINDINGS_CS2000CP_CLK_H */