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-am654-serdes.h (308B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * This header provides constants for AM654 SERDES.
      4 */
      5
      6#ifndef _DT_BINDINGS_AM654_SERDES
      7#define _DT_BINDINGS_AM654_SERDES
      8
      9#define AM654_SERDES_CMU_REFCLK	0
     10#define AM654_SERDES_LO_REFCLK	1
     11#define AM654_SERDES_RO_REFCLK	2
     12
     13#endif /* _DT_BINDINGS_AM654_SERDES */