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

phy-pistachio-usb.h (288B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (C) 2015 Google, Inc.
      4 */
      5
      6#ifndef _DT_BINDINGS_PHY_PISTACHIO
      7#define _DT_BINDINGS_PHY_PISTACHIO
      8
      9#define REFCLK_XO_CRYSTAL	0x0
     10#define REFCLK_X0_EXT_CLK	0x1
     11#define REFCLK_CLK_CORE		0x2
     12
     13#endif /* _DT_BINDINGS_PHY_PISTACHIO */