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-ti.h (443B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * This header provides constants for TI SERDES.
      4 */
      5
      6#ifndef _DT_BINDINGS_TI_SERDES
      7#define _DT_BINDINGS_TI_SERDES
      8
      9/* Clock index for output clocks from WIZ */
     10
     11/* MUX Clocks */
     12#define TI_WIZ_PLL0_REFCLK	0
     13#define TI_WIZ_PLL1_REFCLK	1
     14#define TI_WIZ_REFCLK_DIG	2
     15
     16/* Reserve index here for future additions */
     17
     18/* MISC Clocks */
     19#define TI_WIZ_PHY_EN_REFCLK	16
     20
     21#endif /* _DT_BINDINGS_TI_SERDES */