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

rt5651.h (334B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef __DT_RT5651_H
      3#define __DT_RT5651_H
      4
      5#define RT5651_JD_NULL			0
      6#define RT5651_JD1_1			1
      7#define RT5651_JD1_2			2
      8#define RT5651_JD2			3
      9
     10#define RT5651_OVCD_SF_0P5		0
     11#define RT5651_OVCD_SF_0P75		1
     12#define RT5651_OVCD_SF_1P0		2
     13#define RT5651_OVCD_SF_1P5		3
     14
     15#endif /* __DT_RT5651_H */